Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a PDF library that one can use to automate creating PDFs from URLs? The current approach I use is to "Print" a page and select a PDF plugin like PrimoPDF to generate the PDF document but I was wanting to automate that.

share|improve this question

4 Answers

ABCPDF can do it

share|improve this answer

wkhtmltopdf generates the most accurate PDFs out of web pages that I have ever found. It renders them in WebKit and converts this to PDF, so the PDF will look exactly like the web page, including all styles and other fancy things.

Just use it like this:

wkpdfhtmltopdf http://www.whatever.com/page.html page.pdf
share|improve this answer

Depends on what platform you are on

Windows - Websupergoo's ABC PDF

http://www.websupergoo.com/

*nix - Prince XML http://www.princexml.com/overview/

share|improve this answer

I've also used ABC PDF (from classic ASP) and found it very good.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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