Add index/contents page

Post Reply
User avatar
DJS
Member
Posts: 57
Joined: Wed May 01, 2024 11:27 am

Add index/contents page

Post 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
loicaigon
Advanced member
Posts: 692
Joined: Wed Jul 10, 2013 10:22 am

Re: Add index/contents page

Post by loicaigon »

Hi,

Not feasible alas in Pro. With PitStop Server and Switch, you might come with something but not that obvious.

Loic
Loïc Aigon
Enfocus PitStop Product Manager
User avatar
DJS
Member
Posts: 57
Joined: Wed May 01, 2024 11:27 am

Re: Add index/contents page

Post by DJS »

thank you
User avatar
JimmyHartington
Advanced member
Posts: 489
Joined: Tue Mar 22, 2011 7:38 am

Re: Add index/contents page

Post 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
Royal TSX-Flow-server03-2025-08-20 at 07.33.15@2x.jpg (108.89 KiB) Viewed 7167 times
User avatar
DJS
Member
Posts: 57
Joined: Wed May 01, 2024 11:27 am

Re: Add index/contents page

Post by DJS »

thank you @JimmyHartington
Post Reply