Page

Default menu item - Page

Default menu item Page

Page - description of items

Save page as image...

Save page to image file. For more details see popup menu for page space.

Script equivalent: savePageImage( false )

Reload page

Reload page and information about page count in opened document. For more details see refreshing page.

Script equivalent: go()

Extract text from page

Extract text from page into dialog.

Dialog with extracted text from page

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 270 degrees

Rotate page about 270 degrees.

Script equivalent: rotatePage(-90)

Rotate page 90 degrees

Rotate page about 90 degrees.

Script equivalent: rotatePage(-90)

Edit page metrics

Execute dialog to change page metrics. Values in the dialog are converted into default units (see settings).

Dialog to change page metrics

Dialog to change page metrics

Script equivalent: editPageMediaBox()

Add system font to page

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

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()

Set page transformation matrix

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()

Draw line

See mode to drawing line.

Script equivalent: onSelectMode_drawLine()

Draw rectangle

See mode to drawing rectangles.

Script equivalent: onSelectMode_drawRect()

Add text

See mode to add new text.

Script equivalent: onSelectMode_addText()

Strike through

See mode to strike trough of text.

Script equivalent: onSelectMode_strikeThrough()

Highlighting text

See mode to highlighting text.

Script equivalent: onSelectMode_highlightingText()