FG
💻 Software

How to remove PDF bookmarks (from terminal or programatically)?

Fresh7 days ago
Mar 15, 20266401 views
Confidence Score0%
0%

Problem

I was surprised that there is no easy way to remove bookmarks from PDF. pdftk can't do it, ghostscript same AFAIK, qpdf... and there are no other significant tools that I'm aware of Easiest for me right now is PDF Mod GUI, which removes bookmarks one by one - user has to click on parent bookmark an…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to remove PDF bookmarks (from terminal or programatically)?

Low Risk

A solution with pdftk from www.witti.ws: The solution is to specify the page range of the PDF. The documented behavior of the cat operation is to only preserve bookmarks when no page range is specified. It also confirms that A1-end will always inclu…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment