Horst Rutter

Results 470 comments of Horst Rutter

Until I have time to take a closer look at this again, please get the latest commit and retry. There were some important changes regarding property and keyword handling, maybe...

I cannot reproduce this, so this should work with the latest commit.

Hello! Are you saying that `bookmarks remove` damages your file? It should only remove any named destinations used in bookmarks. Please submit a file for analysis then I can help...

There is nothing wrong with the file after removing bookmarks/outlines. `Outlines` were removed of the root dictionary as you can see: before: ``` 1: offset= 15 generation=0 types.Dict type=Catalog >...

I don't know what tool you are using but it does not make a difference. `Outline` is optional in the root dict - so deleting it is spec compliant. In...

2 pages, but a bookmark only for the 2nd page sounds strange.. Does your file pass validation? Let me see the output of the following: `pdfcpu validate test.pdf` `pdfcpu validate...

Works for me: ``` $ pdfcpu bookmarks list testpdf.pdf 2ページ目 ``` Although having only one of several pages bookmarked is a violation of the PDF spec: 12.3.3 Document Outline A...

Well yes, that's what the spec says - see above. Make sure you go get the latest commit!

You need to be on the latest commit: ``` > pdfcpu version pdfcpu: v0.8.0 dev commit: 6a9df2e1 (2024-07-07T23:36:39Z) base : go1.22.0 config: /Users/horstrutter/Library/Application Support/pdfcpu/config.yml ```