Page 1 of 1
Add index/contents page
Posted: Tue Aug 19, 2025 4:06 pm
by DJS
Hello,
is it possible to take a document with bookmarks and create an index page which lists the bookmarks with the relevant page number?
or is there a different way?
Thank you
Re: Add index/contents page
Posted: Tue Aug 19, 2025 5:04 pm
by loicaigon
Hi,
Not feasible alas in Pro. With PitStop Server and Switch, you might come with something but not that obvious.
Loic
Re: Add index/contents page
Posted: Tue Aug 19, 2025 5:08 pm
by DJS
thank you
Re: Add index/contents page
Posted: Wed Aug 20, 2025 7:35 am
by JimmyHartington
I use the command line tool cpdf from Coherent PDF (
https://www.coherentpdf.com) to do this.
The incoming pdf has bookmarks. I run this command with the Run Command app:
Code: Select all
"C:\Program Files (x86)\Coherent Graphics\Cpdflib 2.7\cpdf.exe" -table-of-contents -toc-title "Indholdsfortegnelse" -font "Courier-Bold" %%InputFilePath%% -o [Job.NameProper].pdf
And it gives me a TOC like this where the entries are also links to the pages:

- Royal TSX-Flow-server03-2025-08-20 at 07.33.15@2x.jpg (108.89 KiB) Viewed 577 times
Re: Add index/contents page
Posted: Wed Aug 20, 2025 7:46 am
by DJS
thank you @JimmyHartington