This week’s Q&A snapshot

15 August 2014

Question : How can i display the converted PDF-documents in Browser?

Answer : Looks like something isn’t right in the conversion – perhaps a permission problem. Are you hosting this on a Windows or Linux server? We typically recommend the ASP.NET scriptsi on Windows and the PHP scripts on Linux. Contact us via email and we’ll help you investigate further</p>

Question : Display One Page at a time – forceSinglePage

Answer : Have a look at this Q&A post:
http://flowpaper.com/FlexPaper_QnA/?qa=762/one-page-flipping-mode-mobile-on-desktop&show=776#a776

The same syntax as described for the element can be applied to the element from version 2.2.7</p>

Question : Can you link directly to a single page in a multi-page PDF?

Answer : yes absolutely. You can use our API like so: $FlexPaper(‘documentViewer’).gotoPage(55) or using a config file if you use our desktop publisher for Zine.</p>

Question : PDF with Landscape and Portrait

Answer : You can run mixed size pages in portrait mode but the two page flip mode only allows one size of pages (otherwise some pages would be too small to be clearly visible and in other cases too large to fit the viewer)</p>

Question : TypeError: $(…).FlexPaperViewer is not a function

Answer : Looks like not all javascript files were included after all- feel free to send us a url via email and we can help you have a look</p>

Question : Are page up and page down supported in split mode?

Answer : yes it is supported accross the modes</p>

Question : Customising UI toolbar

Answer : You can download our customizable version from our commercial download area. It allows the toolbars to be fully customized using CSS and HTML.</p>

Question : Is there any way to get current zoom level or scale value?

Answer : We don’t have any API method for this unfortunately but may be able to add this for you. Contact us via email for a follow up</p>

How to print content of the viewer form using outside print function ?

Answer :

Hi

  I am use Master page for one aspx page,in that i use iframe,in that iframe i call the flex viewer page,so how to print content of the flexviewer .Below is my code how get the flex viewer id in javascript

First i have master page for aspx in that i use iframe so here i get iframe id first 

  var vframe = document.getElementById(“ContentPlaceHolder1_viewframe”);

Here flex  viewer id ,documentViewer is my flex paper id

  var flx = vframe.contentWindow.document.getElementById(“documentViewer”);

And file i try for print in follwing ways

   flx.printPaper(‘current’);
or
    $FlexPaper(‘documentViewer’).printPaper(‘current’);
or
 flx.printPaper();
 
None of these above work,so pls tell me how to print viewer content form our own button click event in javascript.
 
Note: i am use master page and iframe,in iframe i call flex viewer page.
if i try to print form without master page and use this line in javascript can print 
    $FlexPaper(‘documentViewer’).printPaper();
 
Regards
   Aravind

</p>

Question : WordPress Integration – how to open Flexpaper in new Window?

Answer : There is no such option unfortunately – we may be able to help you further via email or incorporate this as a parameter to the viewer. Contact us at [email protected] for further discussion</p>