Image Order
The order of the images (this is the page order) corresponds to the order of the
<image> declarations within the <images> section.
Inserting Blank Pages
You can insert blank pages by adding <image empty="true" /> nodes anywhere in
your image collection. Alternatively you can use the FSI Pages parameter
emptyImages to pass the page numbers to insert blank pages before seperated by
commas. This is especially useful if you retrieve the image collection from FSI Server
(Method 1).
Removing certain Images from a List
Using the parameter "
→ removePages " you can disable (remove) certain images
from an image list. In this case you pass the page number(s) of the pages you want
to remove separated by commas.
7.2.2 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.
E.g.
ratio="1:2"
or
ratio="640:480"
7.2.3 Printing Pages
If you want to enable users to print pages from within FSI Pages you can enable the
built-in print function by setting the FSI Pages JS parameter
→ Print to "true".
Enabling Print Options
<Plugins>
...
<Plugin src="pages" >
<Print value="true" />
<PrintResolution value="1024" />
</Plugin>
...
</Plugins>
7 FSI Pages JS
NeptuneLabs - FSI Viewer
138