Forrest logo
back to context overview

pdfinfo

List of commands for pdfinfo:

  • pdfinfo:tldr:2a224 pdfinfo: Print PDF file information.
    $ pdfinfo ${filename-pdf}
    try on your machine
    explain this command
  • pdfinfo:tldr:af2fc pdfinfo: Specify user password for PDF file to bypass security restrictions.
    $ pdfinfo -upw ${password} ${filename-pdf}
    try on your machine
    explain this command
  • pdfinfo:tldr:d9e05 pdfinfo: Specify owner password for PDF file to bypass security restrictions.
    $ pdfinfo -opw ${password} ${filename-pdf}
    try on your machine
    explain this command
back to context overview