Metadata-Version: 2.0
Name: pdfbookmarker
Version: 0.3
Summary: Add bookmarks to existing PDF files
Home-page: https://github.com/RussellLuo/pdfbookmarker
Author: RussellLuo
Author-email: luopeng.he@gmail.com
License: MIT
Keywords: PDF,Bookmarks,Python tools
Platform: UNKNOWN
Requires-Dist: PyPDF2 (==1.26.0)

Add bookmarks to existing PDF files

Usage:
  ./add_bookmarks.py [options] <FILE.pdf> [FILE.txt] [FILE-new.pdf]

Options:
  -h, --help    show this help

Examples:
  ./add_bookmarks.py FILE.pdf # will read FILE.pdf as PDF, FILE.txt as a
  bookmarks file and shall give the FILE-new.pdf as output.

Hence, parameters FILE.txt and FILE-new.pdf are optional, hah.


