This weeks summary of Questions and Answers

11 June 2014

change to fullscreen on document click
Posted on Tuesday June 10, 2014

You can set the PreviewMode parameter to “Miniature” if you want the publication to be opened in full screen when clicked.</p>

HTML5 API.highlight
Posted on Tuesday June 10, 2014

We have added this function to our HTML5 viewer as well. Its available from version 2.2.5</p>

Customized Thumbnail
Posted on Tuesday June 10, 2014

Thanks for your feedback ! Unfortunately not possible in the current version of FlexPaper</p>

Fullscreen button missing on mobile and tablet devices
Posted on Tuesday June 10, 2014

The full screen button is not visible per default to the mobile devices. You can make it visible by opening the UIConfig file that desktop publisher has produced for you (the .XML file) in a text editor and look for the following:

<element type=“button” id=“bttnFullScreen” icon_height=“39” icon_width=“39” visible=“false”/>

The “visible” attribute should be set to true for mobile if you want this icon visible, so simply change it to:

<element type=“button” id=“bttnFullScreen” icon_height=“39” icon_width=“39” visible=“true”/>

and you should be fine.</p>

Toolbar show/hide functionality.
Posted on Tuesday June 10, 2014

The Zine viewer has its toolbars defined in the UI_Config file. The easiest way of customizing this file is to import your pdf file into desktop publisher and publish your document from there. This will produce a UIConfig file (a XML file) for you that you can then copy over to your web application</p>

Hello, installed the program. Not what I expected, how do I uninstall it?
Posted on Tuesday June 10, 2014

If you installed it in Windows then simply use the “Add/Remove programs” in your control panel. In Mac OSX you simply delete it from your Application folder.</p>

How do I allow users to download original pdf using download button?
Posted on Tuesday June 10, 2014

We had an issue in some of our builds causing the file not to be downloadable as a single even if this was selected as a setting. You can fix this by editing the index.html file that desktop publisher produces for you and change the following:to

PDFFile : ‘docs/Paper_[*,2].pdf’,
to
PDFFile : ‘docs/Paper_[*,2,true].pdf’,
 
The document name will be different in your case, the important change here is the “true” part that I have marked in bold for you.

</p>

Mistake in Finnish toolbar tooltip
Posted on Tuesday June 10, 2014

Thank you for these corrections!

The flash viewer has these translations compiled into the swf file. We can send you an updated build with these changes in if you contact us via email (so you don’t have to wait until next release).</p>

Is there a way to bookmark search results?
Posted on Tuesday June 10, 2014

No there isn’t any way to do this at the moment unfortunately. Feel free to send us an example of how you would want this to work and we may be able to add this to our next build for you (send it to [email protected])</p>

Are there any size or page count restrictions?
Posted on Friday June 06, 2014

No such restrictions except for the Zine trial which is limited to show 10 pages.</p>