This weeks summary of questions and answers

10 July 2014

Question : Looks like the pdf is not correctly loaded

Answer : We’re getting a 403 when trying to access that url. Please contact us via email and we’ll help you set this up</p>

Question : Why if we have file name with “+” not show in flexviewer ?

Answer : Thanks for raising this. It could be that the “+” sign is incompatible with some of our server side scripts. I have reported this to be fixed</p>

Question : Are there any vb.net examples?

Answer : I’m afraid we don’t have any vb.net examples at the moment. If you want to use the asp.net package then you only need to include the “aspnet” folder in your application. No other directories or files from the FlexPaper distribution file are needed.</p>

Question : Why do I get this message (see below) when I attempt to download the desktop publisher I purchased?

Answer : That sounds odd – from where are you downloading the desktop publisher?

Please use on of the URLs from our download page or from within the commercial download area</p>

Question : Is it possible to use the pdf viewer with phonegap?

Answer :

Yes you can use our HTML5 viewers to load PDF documents in a offline scenario such as a PhoneGap application. The sample belows shows how you can load documents from a Uint8Array. 

<!doctype html>
</span></span> </div>
</span></span> </div>
    Form Uint8Array
    <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
    <meta name=“viewport” content=“initial-scale=1,user-scalable=0,maximum-scale=1,width=device-width” />
 
    <style type=“text/css” media=“screen”>
        html, body { height:100%; }
        body { margin:0; padding:0; overflow:auto; }
        #flashContent { display:none; }
    </style>
 
    <link rel=“stylesheet” type=“text/css” href=“css/flexpaper.css” />
 
   
        function openFileDialog(evt){
            var files = evt.target.files;
            if (!files || files.length === 0)
                return;
 
            // Read the local file into a Uint8Array.
            var fileReader = new FileReader();
            fileReader.onload = function openFileChangeHandler(evt) {
                var buffer = evt.target.result;
                var uint8Array = new Uint8Array(buffer);
 
                $(’#documentViewer’).show();
                $(’#documentViewer’).FlexPaperViewer(
                        { config : {
                            PDFFile : uint8Array
                        }});
 
            };
 
            var file = files[0];
            fileReader.readAsArrayBuffer(file);
        }
   
</head>
</span></span> </div>
 
<input type=“file” onchange=“openFileDialog(event)” />
</p>

</span></span></div>

 
</body>
</html>

Question : I’m having problems getting FlexPaper working on mobile and tablet

Answer : Looks like you have not uploaded all the resources to your server. The server is missing the FlexPaperViewer.js file for example. Make sure all resources are uploaded and you will be fine

</p>

Question : Why isn’t the PDF2JSON installation working properly on CentOS?

Answer : hello

i have same problem

pdf2json is installed but it’s not detected in setup page

 

OS – Centos 6

</p>

Question : reload annotations.

Answer : Yes its possible in our upcoming 2.2.7 build – contact us via email for a prerelease

</p>

Question : UserCollaboration

Answer : I’m afraid it isn’t possible to restrict reply for certain users in the current build but we may be able to add this for you. Contact us via email and follow up

</p>

I upload all documents in CRM. Could i use flexpaper with CRM.

Answer :

</p>