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
Add index/contents page
Re: Add index/contents page
Hi,
Not feasible alas in Pro. With PitStop Server and Switch, you might come with something but not that obvious.
Loic
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 Manager
Enfocus PitStop Manager
- JimmyHartington
- Advanced member
- Posts: 474
- Joined: Tue Mar 22, 2011 7:38 am
Re: Add index/contents page
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:
And it gives me a TOC like this where the entries are also links to the pages:
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
Re: Add index/contents page
thank you @JimmyHartington