NeptuneLabs FSI Viewer JS User Manual page 255

Table of Contents

Advertisement

9 FSI Pages Add-on
If you are using FSI Pages Converter to convert your PDF document, you only need
to enable the "PDF Output" option in FSI Pages Converter and FSI Pages Converter
splits your source document into multiple, partial PDF documents. You will then
need to upload these files to some web server to provide them for download and
add the FSI Pages parameter → SaveURLPrefix and SaveUrlSuffix specifying the
URL to the directory on your server, containing these files.
Example:
You uploaded the PDF documents created by FSI Pages converter to your server
and the URL to download the files is e.g.
http://www.foo.com/downloads/catalog1/*.pdf
For this example your configuration should look like this:
Enabling Save Options
<Plugins>
...
<Plugin src="pages" >
</Plugin>
...
</Plugins>
Downloading parts of the Document
If your document is separated into logical parts (e.g. chapters or product groups),
you might want to enable the user to download parts of the document. In this case
you need to use the FSI Viewer plug- in → Chapters which enables the user to
select and go to a predefined section in your document. For each section you can
specify a separate document to offer for download. This way the user will be
presented an option to download the current section (chapter) in the "Save" dialog.
255
<Save value="true" />
<SaveDocumentFile value="
http://www.foo.com/downloads/
catalog1/all.pdf" />
<SaveURLPrefix value="
http://www.foo.com/downloads/catalog1/" />
NeptuneLabs - FSI Viewer

Advertisement

Table of Contents
loading

Table of Contents