I've been searching for this feature over a long time, but I've found nothing I could use. I need an app, a service, a trick...whatever to help me transform html files that are produced in a local Apache server to pdf.
I've found one or two apps, but they have serious non-CSS support, so they are out of suggestion.
Has anyone achieved what I want to do?
EDIT
Actually, after long long searching, I've found the following solution:
- use pdfcrowd (I used the SAVE-TO-PDF-LINK)
- in order to make pdfcrowd fetch your local php-generated HTML pages, you have to adjust your Apache server settings (see here)
- make your local page be browsed by a public IP (I used some minor network engineering help, actually it was a port forwarding)
- that's it! you're done! as long as you access your application from the new public IP, the PHP->HTML->PDF will work fine!