leftshift / extract-annotated-pages

Extracts annotated pages from a pdf document into a new pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extracts the pages containing annotations from the given pdf file.

Requires pdftk. You may also need to install bcprov and java-commons-lang or similarly named packages if pdftk yells at you.

Usage:

python extract.py in.pdf out.pdf

Generates a new pdf file out.pdf containing only the pages with annotations from in.pdf.

About

Extracts annotated pages from a pdf document into a new pdf


Languages

Language:Python 100.0%