Skip to main content

A command line tool for adding an outline to pdf files

Project description

pdfoutline

A command line tool for adding an outline (a bookmark, or table of contents) to pdf files.

Prerequisites

Make sure you have ghostscript installed.

# Mac
brew install ghostscript

# Debian, Ubuntu
sudo apt install ghostscript

ghostscript for windows can be installed from the official website

Usage

$ pip install pdfoutline
...

$ pdfoutline sample.pdf sample.toc sample-out.pdf
 |██████████████████████----------------------------| 118/263

optionally, the ghost script executable can be specified as well

pdfoutline sample.pdf sample.toc sample-out.pdf --gs_path 'C:\Program Files\gs\gs9.55.0\bin\gswin64.exe'

Demo

demo

Sample output:

sample

Sample Table of contents file: sample.toc

# this is a comment
First Chapter 1
    first section 1
        first subsection 1
    second section 4
    third section 5

# a command to fix a gap between pdf pages and content pages
+10

Second Chapter 10
    some entry 10
    some entry 11

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfoutline-0.0.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

pdfoutline-0.0.0-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page