Foxit Reader supports to specify exactly what to display and how to display PDF file when open a PDF document with a command
The format of the command is:
<Foxit Reader installation path> <PDF Path> /A [...] [...] ..
Supported parameters:
Command | Result |
nameddest=destination | open and jump to a position in the file where that named destination is defined. |
page=pagenum | Turn to the target page. |
zoom=scale | Zoom the PDFs. |
pagemode=bookmarks | Open the bookmark panel in the Navigation Pane. |
pagemode=thumbs | Open the thumbnail panel in the Navigation Pane. |
pagemode=layers | Open the layers panel in the Navigation Pane. |
pagemode=none (default) | Close all the panels in the Navigation pane. |
fdf="fdf path" | Open the FDF file. |
toolbar=1|0 | Show or Hide Tool Bar. |
statusbar=1|0 | Show or Hide Status Bar. |
navpanes=1|0 | Show or Hide Navigation Pane. |
reverse=1|0 | view pages in reverse or forward order |
Note: The above parameters also work for opening online PDF file in IE web browser with Foxit Reader.
Command Examples:
1:Use Foxit PDF Reader which is installed under "C:\Program Files (x86)\Foxit Software\Foxit Reader" to open "C:\test.pdf" this PDF file with page 5 opened in reverse order and zoom at 60%.
"C:\Program Files (x86)\Foxit Software\Foxit PDF Reader\FoxitPDFReader.exe" "C:\test.pdf" /A zoom=60% page=5 reverse=1
2:Have already set Foxit PDF Reader as default for opening online PDF file in IE web browser,now want to open up a multi-page online pdf directly to page 3 with bookmarks showing in IE web browser:
http://cdn01.foxitsoftware.com/pub/foxit/manual/pdf_toolkit/en_us/FoxitConvertToPDF_Manual.pdf#navpanes=1&pagemode=bookmarks&page=3