[SOLVED] PdfViewer.Print function

Answered Closed
0
0

Hi Wisej,

Feature add a print() function to the PdfViewer control on Wisej. Is it done?

Thank you.

  • You must to post comments
Best Answer
0
0

There is no support for printing in pdf.js (mozilla project in github). You can however use a Wisej.Web.iFrame to show the pdf file and then use iframe1.Eval(“this.getWindow().print()”) to open the print window in the browser.

If you find any other javascript solution let us know.

  • You must to post comments
Showing 1 result