49
Example:
PDFXEdit.exe /usep:readonly "c:\PXCEditor.MySettings.dat"
/A Command
Name:
/A
Description:
opens document from an specified file and sets the custom view point, search words and highlight rectangles if necessary.
Syntax:
/A
<param1>=<value1>[&<param2>=<value2>[&...]][=OpenParameters] <filename>
Parameters:
nameddest=<destName> - specifies a named destination in the PDF document.
page=<pageNum> -
specifies a numbered page in the document, using an integer value. The document’s first page has a
pageNum value of 1.
comment=<commentID> - specifies a comment on a given page in the PDF document. Use the page parameter before this
command. For example:
page=1&comment=452fde0e-fd22-457c-84aa-2cf5bed5a349
zoom=<scale>[,<left>,<top>] - sets the zoom and scroll factors, using float or integer values. For example, a scale
value of 100 indicates a zoom value of 100%. Scroll values left and top are in a coordinate system where 0,0 represents the
top left corner of the visible page, regardless of document rotation.
view=Fit|FitH[,<top>]|FitV[,<left>]|FitB|FitBH[,<top>]|FitBV[,<left>] - set the view of the displayed page, using
the keyword values defined in the PDF language specification. For more information, see the PDF Reference. Scroll values left
and top are floats or integers in a coordinate system where 0,0 represents the top left corner of the visible page, regardless of
document rotation. Use the page parameter before this command.
viewrect=<left>,<top>,<width>,<height> - sets the view rectangle using float or integer values in a coordinate system
where 0,0 represents the top left corner of the visible page, regardless of document rotation. Use the page parameter before
this command.
pagemode=<bookmarks|thumbs|none> - displays bookmarks or thumbnails (none by default).
scrollbar=1|0 - turns scrollbars on or off.
search=<wordList> - opens the Search panel and performs a search for any of the words in the specified word list. All
matching words are highlighted in the document. The words list must be enclosed in quotation marks and separated by spaces.
For example:
search="word1 word2"
You can search only for single words. You cannot search for a string of words.
highlight=<left>,<right>,<top>,<bottom> - highlights a specified rectangle on the displayed page. Use the page
parameter before it. The rectangle values are integers in a coordinate system where 0,0 represents the top left corner of the
visible page, regardless of document rotation.
fullscreen[=yes|no]
- when specified then document will be opened in Full Screen mode.
password=<password>
- specify password string to open silently an password-protected document.
usept[=yes|no] -
when specified then all values for positioning are absolute and measured in points(1/72 inch).
Examples:
PDFXEdit.exe /A zoom=1000 "c:\example.pdf"
PDFXEdit.exe /A page=255&zoom=200&pagemode=thumbs&search="lazy dog" "c:\example.pdf"
Introduction . 10
PDF-XChange Editor v3.x