Does anyone know of a way of making PDFs from a sequence of URLS/multiple URLs for webpages? For example, I want to print individual PDFs from a batch of webpages via their URLs. Is there an alternative to using html2ps and ps2pdf (http://superuser.com/questions/98500/batch-convert-htm-files-to-pdf)? Are there any software programs, downloadable or online, that allow a user to input a list of URLs, which are then converted to individual PDF files? Thanks!

link|improve this question
feedback

1 Answer

Use wkhtmltopdf

It's a webkit based web client that outputs to PDF. Being webkit based, it's somewhat modern (though hasn't been updated in a bit), and has CSS support.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.