Retain 300 DPI Resolution of Word Document when Converting to PDF using C# .NET | Image Interpolation

hello.

I have a problem when we convert Word documents that are created in 300dpi and are converted to PDFs with Aspose. The PDF’s come out in 200 dpi (or less) and print out in a less than desirable quality. How do we fix this?

@vic_ra,

Please try using the PdfSaveOptions.UseHighQualityRendering and PdfSaveOptions.InterpolateImages properties. In case the problem still remains, then please ZIP and upload your sample input Word document and Aspose.Words generated PDF file showing the undesired behavior here for testing. We will then investigate the issue on our end and provide you more information.