9 FSI Pages Add-on
247
NeptuneLabs - FSI Viewer
Providing parameters as node attributes
<Plugins>
...
<Plugin src="pages" MarginLeft="100" zoom="false" />
...
</Plugins>
Providing parameters as child nodes
...
<Plugins>
...
<Plugin src="pages" MarginLeft="100" zoom="false" >
<MarginLeft value="100" />
<zoom value="false" />
</Plugin>
...
</Plugins>
...
Providing parameters using HTTP queries attached to the movie URL
fsi.swf?cfg=foo&pages_marginleft=100&pages_zoom=true
9.2 FSI Pages Converter
FSI Pages Converter is a Java based conversion tool to split PDF documents into
separate TIFF files optimized for use with FSI Server.
Besides converting PDF documents into individual TIFF files, the conversion tool
automatically extracts hyperlinks from the PDF document and generates partial
PDF documents of the document for download. Please contact your FSI dealer to
get a copy of FSI Pages Converter.
9.3 Aspect Ratio of the Pages
By default FSI Pages uses the aspect ratio of the first image in the image collection
to determine the aspect ratio for all pages.
Alternatively you can manually define an aspect ratio for all pages using the "ratio"
parameter.