"Action" values | Content |
---|---|
GoTo | Displays a specified page within a document. See "[Destination Information]" written later |
GoToR | Displays the specified page of another PDF. See "[Destination Information]" written later |
Launch | Opens the file by specifying the file name. If the file is not a PDF, opens it with the associated application. file name : File name to display new window(*) true : The file will be displayed in a new window. false : The file is displayed in the same window. (*)If the file to be displayed is not a PDF, the new window settings will be ignored. |
URI | Opens web link. uri : Address to display |
none | No action (nothing done) |
unknown | Operation type is unknown |
Item | | Content |
---|---|---|
Dest page | Destination page. Page number is 0 origin. Therefore, the first page is counted from "0." | |
Dest type | Specifies PDF destination/display type. It is divided into the following types: The values each DestType has are as follows. Expressed in Cartesian coordinates with the bottom left as (0.0) for each. The unit is mm and may take a negative value. left : Coordinates representing the left edge of the destination bottom : Coordinates representing the bottom edge of the destination right : Coordinates representing the right edge of the destination top : Coordinates representing the top edge of the destination zoom : zoom ratio | |
Fit | Fit Type Displays the entire page horizontally and vertically so that it fits exactly within the window. | |
FitB | FitB Type Displays the entire drawing area of the page both horizontally and vertically so that it fits exactly within the window. | |
FitBH | FitBH Type The vertical coordinate of the page, top, is placed at the top of the window, and the entire width of the page's bounding box (CropBox) is displayed so that it fits exactly within the window. | |
FitBV | FitBV Type The horizontal coordinate of the page, left, is placed at the left edge of the window, and the entire height of the bounding box (CropBox) of the page is displayed so that it fits exactly within the window. | |
FitH | FitH Type The vertical coordinate of the page, top, is placed at the top of the window, and the entire page width is displayed so that it fits exactly within the window. | |
FitR | FitR Type The page is displayed at a magnification that exactly fits the rectangle specified by the coordinates left, bottom, right, and top within the window in both the horizontal and vertical directions. If different horizontal and vertical magnifications are required, uses the smaller magnification and centers the other one in the window. | |
FitV | FitV Type The horizontal coordinate of the page, left, is placed at the left edge of the window, and the entire height of the page is displayed so that it fits exactly within the window. | |
XYZ | XYZ Type The coordinates (left, top) of the page are placed in the upper left corner of the window, and the contents of the page are enlarged and displayed using the zoom ratio. | |
none | No destination |