This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Can I convert multiple web page URLs into one PDF w/ Rails gem?

andymilk wrote on 2012-10-17:
I'd like to convert several web pages and combine them into one PDF.

If it's not possible using the Rails gem, do you have a recommendation for what technique or gem to use?

Thanks,
Andy
support wrote on 2012-10-18:
Hi Andy,

the API does not support converting multiple URLs into a single PDF.

A workaround is to generate a PDF for each web page and then join them on your end. There exist several tools that can merge PDFs, I can recommend pdftk.