Saturday, May 4, 2024
44
rated 0 times [  44] [ 0]  / answers: 1 / hits: 33297  / 2 Years ago, wed, july 20, 2022, 5:47:44

There are a lot of questions and answers regarding the best PDF viewer available with Ubuntu, but I want to parse the PDF file and know details of PDF, such as images, fonts and links that are available in a given PDF file.



Are there any PDF metadata viewer/tag editors available?


More From » software-recommendation

 Answers
2

  1. View pdf metadata for a file called Example.pdf:



    pdfinfo Example.pdf  

  2. Edit existing metadata in the terminal using nano editor:



    pdftk Example.pdf dump_data output Metadata-output.txt
    nano Metadata-output.txt

  3. Update metadata:



    pdftk Example.pdf update_info Metadata-output.txt output Example-new.pdf



Nano editor keyboard shortcuts

Use the keyboard combination Ctrl + O and after that press Enter to save the file to its current location.

Use the keyboard combination Ctrl + X to exit nano.


[#27633] Friday, July 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pantkie

Total Points: 209
Total Questions: 112
Total Answers: 138

Location: Venezuela
Member since Sat, Apr 24, 2021
3 Years ago
pantkie questions
Tue, Feb 14, 23, 07:17, 1 Year ago
Sat, May 8, 21, 05:13, 3 Years ago
Sat, Jun 11, 22, 17:14, 2 Years ago
Thu, Mar 10, 22, 12:32, 2 Years ago
;