Forrest logo
back to context overview

mupdf

List of commands for mupdf:

  • mupdf:tldr:38566 mupdf: Open a PDF on the first page.
    $ mupdf ${filename}
    try on your machine
    explain this command
  • mupdf:tldr:40441 mupdf: Open a PDF tinted red #FF0000 (hexadecimal color syntax RRGGBB).
    $ mupdf -C ${FF0000}
    try on your machine
    explain this command
  • mupdf:tldr:af1f1 mupdf: Open a PDF with an initial zoom level, specified as DPI, of 72.
    $ mupdf -r ${72} ${filename}
    try on your machine
    explain this command
  • mupdf:tldr:b52c4 mupdf: Open a password secured PDF.
    $ mupdf -p ${password} ${filename}
    try on your machine
    explain this command
  • mupdf:tldr:bb67c mupdf: Open a PDF without anti-aliasing (0 = off, 8 = best).
    $ mupdf -A ${0}
    try on your machine
    explain this command
  • mupdf:tldr:de866 mupdf: Open a PDF with inverted color.
    $ mupdf -I ${filename}
    try on your machine
    explain this command
  • mupdf:tldr:f139a mupdf: Open a PDF on page 3.
    $ mupdf ${filename} ${3}
    try on your machine
    explain this command
back to context overview