[SEMI-OT] HTML TO PDF (drupal page)
Hi all. I have a site. I want to give to the user the possibility to create a PDF file from my node pages. I don't know nothing about the content of the pages so I can not create a PDF template file. Does some know a good PDF TO HTML php library that support CSS ? Tnx for all. -- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
On Tue, 21 Apr 2009 15:00:07 +0200 Davide Michel 'ZioBudda' Morelli <michel@ziobudda.net> wrote:
Hi all. I have a site. I want to give to the user the possibility to create a PDF file from my node pages. I don't know nothing about the content of the pages so I can not create a PDF template file. Does some know a good PDF TO HTML php library that support CSS ?
There is a module already available. Never tried. I had alternate fortune with what you can find already packed with Debian... my main concern was that the stuff giving back the best results was a resource hog. http://drupal.org/project/print Read the "caveats". CSS support or UTF8 support: pick one. You'd provide a print.css to hide regions you're not willing to print. If people were using Free software they would have cups-pdf ;) and all you'd have to do would be to provide a suitable css to hide unwanted regions. -- Ivan Sergio Borgonovo http://www.webthatworks.it
Ivan Sergio Borgonovo ha scritto:
There is a module already available.
I can not use it because TCPDF not supporting CSS and DOMPDF is not mantained anymore and however not supporting header and footer. I have tried pd4ml.com, it requires java (no problem in my situation) and supporting inline css (not external file I can see). Tnx however for all. M. -- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
On Tue, Apr 21, 2009 at 8:00 AM, Davide Michel 'ZioBudda' Morelli <michel@ziobudda.net> wrote:
Hi all. I have a site. I want to give to the user the possibility to create a PDF file from my node pages. I don't know nothing about the content of the pages so I can not create a PDF template file. Does some know a good PDF TO HTML php library that support CSS ?
This might be slightly more work. Why not create an appropriate stylesheet for printing. This should work unless your users are using the oldest versions of IE. This way they can print to PDF. -- Samir M. Nassar
participants (3)
-
Davide Michel 'ZioBudda' Morelli -
Ivan Sergio Borgonovo -
Samir Nassar