Hi,
I need help to convert php and html pages to word doc's or to pdf.
I already have found some things, but some doesn't work and others has to be paid (I can not arrange a crack for this).
Please someone help me with code samples, or something that is already working...please..
Thanks a lot.
Rui
PHP/HTML convertion to word doc or pdf
Moderator: General Moderators
-
rmfpereira
- Forum Newbie
- Posts: 2
- Joined: Tue May 03, 2005 10:16 am
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Hi, what you're asking for is, for all practical matters, impossible, and furthermore, unnecessary (well, at least for Word documents. I don't know about PDF)
If you needed to read Word files, I could help you... but there is no magic bullet. Both formats are proprietary, and you can only plug into existing architectures whose developers guessed the specs of the documents.
If you needed to read Word files, I could help you... but there is no magic bullet. Both formats are proprietary, and you can only plug into existing architectures whose developers guessed the specs of the documents.
-
rmfpereira
- Forum Newbie
- Posts: 2
- Joined: Tue May 03, 2005 10:16 am
i used this wonderfull class to create pdf files, mostly images but some text.
PHP has some basic built in ability to create pdf and this guy with help built some classes to make our life easier.
http://sourceforge.net/projects/pdf-php
and its free!!!
PHP has some basic built in ability to create pdf and this guy with help built some classes to make our life easier.
http://sourceforge.net/projects/pdf-php
and its free!!!