Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
SumatraPDF is a lightweight, open-source PDF reader for Windows that is known for its speed and simplicity. It supports a variety of document formats including PDF, ePub, MOBI, CHM, XPS, DjVu, CBZ, and CBR. SumatraPDF is particularly useful for users who need a fast and efficient way to view documents without the overhead of more feature-rich applications like Adobe Reader. This article will guide you through the installation and basic usage of SumatraPDF on a Windows system, including how to run it via the Command Prompt (CMD).
Examples:
Installation of SumatraPDF:
To install SumatraPDF, follow these steps:
Opening a PDF File:
Once installed, you can open a PDF file by double-clicking the file or by using the Command Prompt. Here’s how to do it via CMD:
"C:\Program Files\SumatraPDF\SumatraPDF.exe" "C:\path\to\your\file.pdf"
Replace "C:\path\to\your\file.pdf"
with the actual path to your PDF file.
Setting SumatraPDF as the Default PDF Viewer:
To set SumatraPDF as your default PDF viewer, follow these steps:
Running SumatraPDF with Command-Line Options:
SumatraPDF supports several command-line options that can be useful for advanced users. Here are a few examples:
Open a file at a specific page:
"C:\Program Files\SumatraPDF\SumatraPDF.exe" -page 5 "C:\path\to\your\file.pdf"
Start in fullscreen mode:
"C:\Program Files\SumatraPDF\SumatraPDF.exe" -fullscreen "C:\path\to\your\file.pdf"
Open a file in presentation mode:
"C:\Program Files\SumatraPDF\SumatraPDF.exe" -presentation "C:\path\to\your\file.pdf"
Keyboard Shortcuts:
SumatraPDF offers a range of keyboard shortcuts to enhance your reading experience:
F11
: Toggle fullscreen mode.Ctrl + L
: Toggle presentation mode.Ctrl + P
: Print the document.Ctrl + F
: Open the search bar.