Documents help[WORD,PDF]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srai
Forum Newbie
Posts: 1
Joined: Wed Mar 14, 2012 5:35 am

Documents help[WORD,PDF]

Post by srai »

Need to know is there any API or library which i can use to create doc files

I need to proper format the text ( Coloring , font , size , allignment , tables etc etc ) with the help of code
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Documents help[WORD,PDF]

Post by Celauran »

HTML with inline styling, then fwrite to .doc file works fine.
Post Reply