Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 707 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 707 Bytes

Instapaper-to-PDF is a simple script that prints PDFs of your Instapaper items.

Requirements

You will need HTMLDOC installed in order to utilize this script.

To install on OS X via Homebrew: brew install htmldoc.

Please review the official documentation for installation on other platforms.

Usage

Set your username, password, and desired path for saved PDFs in "instapaper_to_pdf.rb". Then run:

ruby instapaper-to-pdf.rb

Importing to DEVONthink and deleting articles from Instapaper after print are disabled by default. Uncomment the respective lines to enable them.

Suggestions and pull requests are more than welcome.