Very slow printing

Hi,

The attached A3 10mb pdf takes about 4 minutes and immense processor usage to print using the following code:

PdfViewer viewer = new PdfViewer();
viewer.AutoResize = false; //print the file with adjusted size
viewer.AutoRotate = true; //print the file with adjusted rotation
viewer.PrintPageDialog = false;//do not produce the page number dialog when printing
System.Drawing.Printing.PrinterSettings ps = new System.Drawing.Printing.PrinterSettings();
ps.PrinterName = printer;
viewer.PrintLargePdf(_filePath, ps);

Anyway way of making this more efficient?

Thanks

Jai

Hi Jai,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for sharing the template file.

We have found your mentioned issue after an initial test. Your issue has been registered in our issue tracking system with issue id: PDFNEWNET-32089. We will notify you via this forum thread against any update regarding your issue.

Sorry for the inconvenience,

The issues you have found earlier (filed as PDFNEWNET-32089) have been fixed in Aspose.Pdf for .NET 9.8.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.