Add bookmarks to self-joined PDFs

Posted . Visible to the public.
  1. join pdfs like this with pdftk

Adapted from here Show archive.org snapshot :

  1. pdftk in.pdf dump_data > pdf_data.txt
  2. Edit pdf_data.txt like so (add or enhance Bookmark Section):
InfoBegin
InfoKey: Producer
InfoValue: Haru Free PDF Library 2.2.1
NumberOfPages: 1
BookmarkBegin
BookmarkTitle: Ein Bookmark, yay!
BookmarkLevel: 1
BookmarkPageNumber: 1
PageMediaBegin
PageMediaNumber: 1
PageMediaRotation: 0
PageMediaRect: 0 0 595.304 841.89
PageMediaDimensions: 595.304 841.89
  1. Update the metadata in your PDF file like this: pdftk in.pdf update_info pdf_data.txt output out.pdf
Judith Roth
Last edit
Judith Roth
Posted by Judith Roth to Judith's Dev Notes (2021-09-29 05:58)