[SOLVED]Pdfviewer I need help to embed all

Answered
0
0

Hi,

I have a customer who has very high security standards. When I use the pdfviewer this get the javascript from http://mozilla.github.io/pdf.js , but my customer will never do it. How can I embed all the elements of the pdfviewer locally in my server?
there is not the source code of pdfviewer in the extensions  https://github.com/iceteagroup/wisej-extensions
Regards

Cristian

  • You must to post comments
Best Answer
1
0

Hi Cristian,

You can set your own PDF viewer source:

this.pdfViewer1.ViewerType = Wisej.Web.PdfViewerType.Custom;
this.pdfViewer1.ViewerURL = “pdfjs-1.9.426/web/viewer.html?file=[source]”;

The source can be an embedded resource within your application.

HTH

Nic

  • You must to post comments
0
0

Hi Nic,

excellent it works

thank you

Cristian

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.