We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Printing via PdfViewer returns blurry printouts

Why does a pdf-file which is printed via Syncfusions PdfViewer look "blurry" on paper? If the same file is opened in Acrobat Reader and printed from there, it looks much sharper and without the ragged fonts etc.

This is the (somewhat simplified) code I use for printing the pdf-file:

PdfViewerControl viewer = new PdfViewerControl();
PrintDialog dlgPrint = new PrintDialog();
viewer.Load(pathToPdfFile);
dlgPrint.Document = viewer.PrintDocument;
dlgPrint.Document.Print();


/Erik

1 Reply

MN Meikanda Nayanar Syncfusion Team January 17, 2014 04:28 AM UTC

Hi Erik,

Thank you for your interest in Syncfusion products.

We have checked the details and we are unable to reproduce the scenario at our side. Can you please update us the pdf document that looks "blurry" in paper when printed. This will be more helpful for us to proceed further in this.

In the case of confidentiality of the pdf document could you please report this issue through our Direct Trac Developer Support System

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let us know if you have any questions.

Regards,

Meikandan


Loader.
Live Chat Icon For mobile
Up arrow icon