Default menu item Page
Page - description of items
Save page to image file. For more details see popup menu for page space.
Script equivalent: savePageImage( false )
Reload page and information about page count in opened document. For more details see refreshing page.
Script equivalent: go()
Extract text from page into dialog.
Dialog with extracted text from page
If text is not readable or has bad encoding try setting another (see settings). Some Pdf files does not contain information aboud text encoding.
Script equivalent: viewPageText()
Rotate page about 270 degrees.
Script equivalent: rotatePage(-90)
Rotate page about 90 degrees.
Script equivalent: rotatePage(-90)
Execute dialog to change page metrics. Values in the dialog are converted into default units (see settings).
Dialog to change page metrics
Script equivalent: editPageMediaBox()
Because page must have text font defined in its resources (see PdfReference) otherwise the font can not be used. This function adds one system font into a page. Specify which font to add from a list of all possible fonts.
Dialog to add system font to page
Note: When adding text onto a page the selected font is automatically added to the page if not already present.
Script equivalent: addSystemFont()
With this dialog user can change the transformation of a page (e.g. to half size and rotate about 90 degrees). For details see to PdfReference.
Script equivalent: setPageTm()
See mode to drawing line.
Script equivalent: onSelectMode_drawLine()
See mode to drawing rectangles.
Script equivalent: onSelectMode_drawRect()
See mode to add new text.
Script equivalent: onSelectMode_addText()
See mode to strike trough of text.
Script equivalent: onSelectMode_strikeThrough()
See mode to highlighting text.
Script equivalent: onSelectMode_highlightingText()