Hi can anybody please tell me how I can set the font and type size for a .rtf word file. I'm writing data to a file but needs to be tabulated and a certain font and face. Can anyone help please Regards Ray
Make an RTF file with an editor. Then open it with an editor like Windows Notepad. You can learn RTF just by doing that. It's not that difficult, anyway.
Hope it helps
fLIPIS
Yup,
You want to do just as fLIPIS says. What I did, was to complete the template as perfectly as I wanted to (even with graphics) and save as an RTF file, and then replace the dummy data with PHP tags to include the information I wanted to.
Thanks for help but when I store the dummy rtf data from notepad into a php variable then do a fwrite with that variablename. The output is the actual rtf header code. Is there a special way of incorporating the rtf header code in the output .rtf file im trying to write Thanks and Kindest Regards Ray