| Description | Command | Comments |
| Go to a page | page=page_number | The page number must be an integer. A PDF file’s first page has a page number of 1. |
| Go to a destination | nameddest=destination_string | |
| Zoom or scroll a page | zoom=scale[, left, top] | All values must be integers or in floating-point notation. A scale of 100 gives 100% zoom. Scroll values for left and top are user coordinates (0,0 is the top left of a visible page, regardless of page rotation). |
| Set the view of a page |
view=Fit
view=FitH[, top]
view=FitV[, left]
view=FitB
view=FitBH[, top]
view=FitBV[, left] |
Fit, FitH, and so on are keywords defined in the Portable Document Format Reference Manual (www.adobe.com). Scroll values for left and top must be integers or in floating-point notation. These values are user coordinates (0,0 is the top left of a visible page, regardless of page rotation). |
| Set the location and size of the view rectangle | viewrect=left, top, width,height | All values must be integers or in floating-point notation. Scroll values for left and top are user coordinates (0,0 is the top left of a visible page, regardless of page rotation). |
| Display bookmarks or thumbnails | pagemode=mode | The possible values are bookmarks, thumbs, and none |
| Display the scrollbars | scrollbar=boolean_value | The possible values are true and false. |
| Display the tool bar | toolbar=boolean_value | The possible values are true and false. |