I want to make an upload script where you can upload .txt .rtf and .doc and print them directly with my server printer...
Problem is.., .rtf and .doc aren't raw txt and I want to keep the right formatting when printing..
I have a script to convert .doc to .html so maybe printer_draw_text can print HTML format??
Just need to know how this is done..
Thx.