Skip to main content

A bookmark generator for pdf

Project description

tocPDF

Tests

This project was created due to the lack of outlines included with most digital PDFs of textbooks. This command line tools aims at resolving this by automatically generating the missing outline based on the table of contents.

Table of Contents

Installation

PIP

The package can be downloaded using pip:

pip install tocPDF

Available Parsers

This package supports a number of different parsers for extracting the table of contents of from the PDF. The different parsers might yield varying results depending on the format of the table of contents. Therefore, if you are unhappy with the results of tocPDF, make sure to try a different parser to see if the results are improved. They can be selected using the -p options. The supported parsers are:

Inconsistent Offset

An additional difficulty with automatically generating outlines for PDFs stems from the fact that the PDF page numbers (displayed by your PDF viewer) do not match the page numbers of the book that you are trying to outline. In addition, certain PDFs will be missing some pages (usually between root chapters) compared to the book. This means that the page difference between the book and the PDF is not consistent throughout the document and needs to be recomputed between chapters. tocPDF can automatically recompute this offset by comparing the expected page number to the one found in the book.

Usage

This program requires 3 input parameters: the first and last PDF page of the table of contents as well as the PDF-book page offset. The offset is defined as the PDF page corresponding to the first book page with Arabic numerals (usually the first chapter). If your book has missing pages in between chapter, add the flag --missing_pages. This will dynamically adapt the page offset if there are missing pages. Note that this option will make the outline creation much more robust however the execution time will be a bit slower. If your PDF is not missing any pages you can omit this flag.

$ tocPDF -h
Usage: tocPDF [OPTIONS] FILENAME

  Generates outlined PDF based on the Table of Contents.

  Example: tocPDF -s 3 -e 5 -o 9 -p pypdf -m example.pdf

Options:
  -s, --start_toc INTEGER         PDF page number of FIRST page of Table of
                                  Contents.  [required]
  -e, --end_toc INTEGER           PDF page number of LAST page of Table of
                                  Contents.  [required]
  -o, --offset INTEGER            Global page offset, defined as PDF page
                                  number of first page with arabic numerals.
                                  [required]
  -p, --parser [pdfplumber|pypdf|tika]
                                  Parsers for extracting table of contents
                                  (pdfplumber, tika (requires java) or pypdf).
                                  [default: pdfplumber]
  -m, --missing_pages             Automatically recompute offsets by verifying
                                  book page number matches expected PDF page.
  -i, --inplace                   Overwrite original PDF with new outline.
  -d, --debug                     Outputs PDF file containing the pages
                                  provided for the table of contents.
  -h, --help                      Show this message and exit.

Example

The CLI can be simply invoked with the PDF as parameter:

tocPDF example.pdf

which will interactively prompt the user for the start/end pages of the PDF as well as the offset to the first page of the PDF.

These parameters can be directly provided as arguments to the CLI. For instance, the following command generates the correct outlined PDF for the example document found in example_pdf/example.pdf:

tocPDF --start_toc 7 --end_toc 8 --offset 9 --parser pypdf --missing_pages example.pdf

Or equivalently:

tocPDF -s 7 -e 8 -o 9 -p pypdf -m example.df

By default the outlined PDF written to {filename}_toc.pdf. However, it may also be performed inplace using the -i/--inplace flag which will overwrite the outline of the original document.

Limitations

tocPDF does not support:

  • scanned PDF since it does not perform OCR
  • multi-column table of contents

Alternative Software

In case the generated outline is slightly off, I recommend using the jpdfbookmarks (can be directly downloaded from sourceforge) which is a nice piece of free software for manually editing bookmarks for PDFs.

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

tocpdf-0.3.9.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

tocPDF-0.3.9-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file tocpdf-0.3.9.tar.gz.

File metadata

  • Download URL: tocpdf-0.3.9.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tocpdf-0.3.9.tar.gz
Algorithm Hash digest
SHA256 f3c81ad362621a7b46cff83a7f5c43cf3f45f7f87a5080b46bd9555ebe3a69ce
MD5 984a06047249f22a109ab0cdb44f7b6d
BLAKE2b-256 a607618c0b6f2447b8d7750142e1d60d81339c1c938450a6de85a226e1ad493c

See more details on using hashes here.

File details

Details for the file tocPDF-0.3.9-py3-none-any.whl.

File metadata

  • Download URL: tocPDF-0.3.9-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for tocPDF-0.3.9-py3-none-any.whl
Algorithm Hash digest
SHA256 ceed6d6f0c94ebe52da6cab6db0c00d0f246c81978eadd7ae83912051c798dd5
MD5 38dfb179fec87cab01fd5a193c1fc82d
BLAKE2b-256 fc6100cdd01b0a43aa6fa54ccde57173f556f6563593fcd208289b9caab048cc

See more details on using hashes here.

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