Document to PDF converter...

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
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

Document to PDF converter...

Post by sarbas »

Hello Everybody,

I'm new to PHP. I need a PDF convertor to convert a doc file into PDF. So please advice me is there any easy module to do it. Else give me some web urls which will be more useful to my PDf convertion.

Advance thanks
With Regards,
Sarbas
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

The only thing I've found was like a PDF printer which you could tell to "print as PDF," but never actually print, just create a PDF file. It's on sourceforge.
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Post by andym01480 »

On your own desktop http://www.primopdf.com/ which prints/saves to pdf and is free with lots of options for pre-press quality, security etc.

Within php http://www.fpdf.com is a pdf creating script which is excellent.
Converting from Word doc. Mmmmm?
Post Reply