Printing Arial sans-serif bold fonts bolder in .NET Aspose.PDF

Hi,

We have purchased Aspose 9 and using it to print PDF.
We are using Aspose 9 version which I believe the latest version.
We are using .NET with PrintDocumentWithSettings(printersettings) method of printing PDF file. However the issue is that Arial sans-serif bold is printed more bolder than normal bold. Is there any fix or workaround for the problem.

Thanks and Regards,
Raghu

Hi Raghu,


Thanks for your inquiry. You may try PrintAsImage property of PdfViewer, hopefully it will help you to resolve the issue. However, if issue persist then please share your sample PDF document and code here for further investigation.

PdfViewer viewer = new PdfViewer();<o:p></o:p>

viewer.BindPdf(myDir + "Stamped.pdf");

viewer.PrintAsImage = true;

....

....


Please feel free to contact us for any further assistance.


Best Regards,

Thanks for the quick and prompt reply.

It solved the issue.

Regards,
Raghu