Hi,
I want print big PDF files. My test file is 180 pages, but I have and documents with 2000 pages.
I use following code:
PdfViewer viewer = new PdfViewer();
viewer.setAutoResize(true); // Print the file with…... but windows show print in “printer queue”...var printDialog = new System.Windows.Forms.PrintDialog(); if (printDialog...