Batch producing PDFs from a sequence of URLs/multiple URLs

1

1

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 (batch convert htm files to pdf)? How can I take a list of URLs and convert them to individual PDF files?

user1164116

Posted 2012-02-03T17:16:23.623

Reputation: 11

Answers

1

First write all your URL's in a .htm file on your computer.

in Acrobat Pro (v9) :

  1. Menu file > Create PDF > From Web Page… => Opens the 'Create PDF' window
  2. Enter the URL = http/... or in your case browse to the html file you created
  3. Click 'Capture Multiple Levels' > Get only = 2 levels
  4. Click 'Settings…" to adjust the page size, margins, etc
  5. Click 'Create' and wait while Acrobat constructs the file

Pat

Posted 2012-02-03T17:16:23.623

Reputation: 11

1

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.

Rich Homolka

Posted 2012-02-03T17:16:23.623

Reputation: 27 121

0

A bit late to the party, but there's an API for this as well as a copy/paste online window for URLs to PDF - you can find it at https://pdfmyurl.com/batch-web-to-pdf-api and https://pdfmyurl.com/entire-website-to-pdf-advanced

Disclosure - I work for the company that owns this website

user1914292

Posted 2012-02-03T17:16:23.623

Reputation: 101