View Single Post
Old 07-31-2006, 02:13 PM   #1
Shoshana
Senior Member
 
Shoshana's Avatar
 
Join Date: Jul 2006
Location: NY
Posts: 104
Shoshana is on a distinguished road
Send a message via AIM to Shoshana
Default Convert PHP/HTML to PDF

Hello, I am trying to convert PHP/HTML output to PDF. Currently I am
generating an HTML file and e-mailing this to my users (for viewing
locally) this page includes base-64 encoded images.
I have recently started supporting IE users (previously it was all mac
users), and we are finding that base 64 image embedding is not
supported for IE, so I'd like to convert them to PDF.

Does anyone know of an HTML-> PDF converter that will keep the CSS
styles, and also correctly embed the Base-64 encoded images?

I've already tried the usual suspects (HTMLDOC, pdfonline, pdflib, and
HTML_toPDF).

Thanks a ton!
Shoshana is offline   Reply With Quote