Forrest logo
back to context overview

pdffonts

List of commands for pdffonts:

  • pdffonts:tldr:1c2e4 pdffonts: Print PDF file fonts information.
    $ pdffonts ${filename-pdf}
    try on your machine
    explain this command
  • pdffonts:tldr:3e31d pdffonts: Print additional information on location of the font that will be used when the PDF file is converted to PostScript.
    $ pdffonts -locPS ${filename-pdf}
    try on your machine
    explain this command
  • pdffonts:tldr:be677 pdffonts: Specify user password for PDF file to bypass security restrictions.
    $ pdffonts -upw ${password} ${filename-pdf}
    try on your machine
    explain this command
  • pdffonts:tldr:d8d68 pdffonts: Print additional information on location of the font that will be used when the PDF file is rasterized.
    $ pdffonts -loc ${filename-pdf}
    try on your machine
    explain this command
  • pdffonts:tldr:e67f9 pdffonts: Specify owner password for PDF file to bypass security restrictions.
    $ pdffonts -opw ${password} ${filename-pdf}
    try on your machine
    explain this command
back to context overview