3
  1. For pdf: How can I create outlines/bookmarks for and merge them into pdf files in either terminal or in GUI application in Ubuntu?
  2. For djvu: I know how to do the same thing for djvu files in terminal using djvused. I was wondering if there is some gui based application that can create bookmarks/outlines for djvu files more quickly?

Thanks and regards!

belacqua
  • 23,540
Tim
  • 26,107

1 Answers1

1

for the second part of your question I would recommend djvusmooth.

for the first part of your question I would suggest pdfchain should cover your requirements

both are available from the Software Centre.

I personally use a command in terminal to extract text:

pdftotext -layout *.pdf anyname.txt

this will export the text of the pdf to a file meaning you can edit the text in a text editor.

Zanna
  • 72,312
Allan
  • 11,672