PDF Configuration > Initial View
  
Initial View
These settings can be included in sprint control streams and a document’s PDF properties.
You can configure the following Initial View options for a PDF:
Navigation tab
Page layout
Magnification
Open to page
Window options
Show
UI options
Initial view settings are configured with a combination of document properties and variables. Each PDF initial view property requires two entries in the configuration file:
1. Activate the relevant document property, for example
$^_p268_docprop_initialview_pagelayout=1<>
2. Define the value of the property with a variable, for example:
fdt "_doc_prop_:pdf:initialview:pagelayout",73,"",0,""
$SinglePage\
Here you have activated a page layout setting, and specified that the page layout of the PDF should be Single Page.
The following sections describes the options available for each category of Initial View setting.
Navigation tab
Step
Entry in configuration file
Activate document property
$^_p268_docprop_initialview_show=1<>
Define value of property
fdt "_doc_prop_:pdf:initialview:show",73,"",0,""
$option\
Replace option with one of:
UseNone — Page Only
UseOutlines — Bookmarks Panel and Page
UseThumbs — Pages Panel and Page
UseOC — Layers Panel and Page
UseAttachments — Attachments Panel and Page
FullScreen — full screen
For example:
fdt "_doc_prop_:pdf:initialview:show",73,"",0,""
$UseNone\
Page layout
Step
Entry in configuration file
Activate document property
$^_p268_docprop_initialview_pagelayout=1<>
Define value of property
fdt "_doc_prop_:pdf:initialview:pagelayout",73,"",0,""
$option\
Replace option with one of:
SinglePage — Single Page
OneColumn — Single Page Continuous
TwoPageRight — Two-Up (Facing)
TwoColumnRight — Two-Up Continuous (Facing)
Or leave option blank to specify the Default option.
For example:
fdt "_doc_prop_:pdf:initialview:pagelayout",73,"",0,""
$SinglePage\
Magnification
Step
Entry in configuration file
Activate document property
$^_p268_docprop_initialview_magnification=1<>
Define value of property
fdt "_doc_prop_:pdf:initialview:magnification",73,"",0,""
$option\
Replace option with one of:
FitWindow — Fit Page
FitWidth — Fit Width
FitHeight — Fit Height
FitVisibleWindow — Fit Visible
Or set option to a number to specify a percentage.
For example:
fdt "_doc_prop_:pdf:initialview:magnification",73,"",0,""
$FitWindow\
or
fdt "_doc_prop_:pdf:initialview:magnification",73,"",0,""
$50\
Open to page
Step
Entry in configuration file
Activate document property
$^_p268_docprop_initialview_openonpage=1<>
Define value of property
fdt "_doc_prop_:pdf:initialview:openonpage",73,"",0,""
$option\
Set option to the page number the PDF should open on.
For example:
fdt "_doc_prop_:pdf:initialview:openonpage",73,"",0,""
$1\
Window options
Step
Entry in configuration file
Activate document property
$^_p268_docprop_initialview_window=1<>
Define value of property
fdt "_doc_prop_:pdf:initialview:window",73,"",0,""
$option\
Replace option with one of:
FitWindow — Resize window to initial page
CenterWindow — Center window on screen
For example:
fdt "_doc_prop_:pdf:initialview:window",73,"",0,""
$FitWindow\
Show
Step
Entry in configuration file
Activate document property
$^_p268_docprop_initialview_showwindow=1<>
Define value of property
fdt "_doc_prop_:pdf:initialview:showwindow",73,"",0,""
$option\
Replace option with DisplayDocTitle to show the document title.
Leave option blank to display the file name.
For example:
fdt "_doc_prop_:pdf:initialview:showwindow",73,"",0,""
$DisplayDocTitle\
UI options
Step
Entry in configuration file
Activate document property
$^_p268_docprop_initialview_interface=1<>
Define value of property
fdt "_doc_prop_:pdf:initialview:interface",73,"",0,""
$option\
Replace option with one of:
HideMenubar — Hide menu bar
HideToolbar — Hide tool bars
HideWindowUI — Hide window controls
For example:
fdt "_doc_prop_:pdf:initialview:interface",73,"",0,""
$HideWindowUI\