System Grab Bag

View all TLDR pages from common (or from all pages)

xpdf

Portable Document Format (PDF) file viewer. More information: https://www.xpdfreader.com/xpdf-man.html.
  • Open a PDF file:
    xpdf {{path/to/file.pdf}}
  • Open a specific page in a PDF file:
    xpdf {{path/to/file.pdf}} :{{page_number}}
  • Open a compressed PDF file:
    xpdf {{path/to/file.pdf.tar}}
  • Open a PDF file in fullscreen mode:
    xpdf -fullscreen {{path/to/file.pdf}}
  • Specify the initial zoom:
    xpdf -z {{75}}% {{path/to/file.pdf}}
  • Specify the initial zoom at page width or full page:
    xpdf -z {{page|width}} {{path/to/file.pdf}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.