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
Documents help[WORD,PDF]
Moderator: General Moderators
Re: Documents help[WORD,PDF]
HTML with inline styling, then fwrite to .doc file works fine.