Forum Moderators: coopster

Message Too Old, No Replies

HTML to PDF creation

How to create PDF files from HTML files as input

         

agbenny

4:36 pm on Sep 21, 2004 (gmt 0)

10+ Year Member



Hi All,

I need to create PDF files on the go and send that as an input to another script.
I have the source file only in HTML format. I did a google search, find answers but most of the solutions were not working. Of course I tried the free ones.
Is there any script which can help to solve this issue?
Any help will be greatly appriciated.

Warm Regards,
Benny

bcolflesh

4:46 pm on Sep 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Maybe this can do what you need:

PDF Class

[ros.co.nz...]

Timotheos

5:49 pm on Sep 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm surprised that you haven't got fpdf to work. They have lots of examples scripts on their site to convert from HTML to PDF and the output function can send to a string, file or the browser. It you've tried fpdf [fpdf.org] maybe we could help you get through your specific problems.