View Single Post
Old 04-17-2023, 03:16 PM   #5
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,597
Karma: 23164939
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by mdovell View Post
Probably a hyperlinked toc. I mean they have tocs but it isn't linked. This would save some time especially in largest documents
If you don't mind using a command line tool, you could add a hyper-linked toc to a .pdf file with the community edition of cpdf.
All you have to is create a text file, e.g. toc.txt, with the toc level, the chapter title and the page number. For example:

Code:
0 "Chapter 1" 5
0 "Chapter 2" 10
0 "Chapter 3" 15
and the following command:

Code:
cpdf -add-bookmarks toc.txt in.pdf -o out.pdf
For more information, see the cpdf user guide.
Doitsu is offline   Reply With Quote