Image/logo quality decreased compared to MS Office

Converting docx to PDF with Aspose.Words 22.3. NET.
Some logos/images in docx files seems to be converted/saved with lower quality compared to when using MS Office.
Are there any methods/settings to increase image quality when saving to PDF using Aspose ?

@andersalvsaker Could you please attach your input, output and expected output document here for testing? We will check the issue and provide you more information.
You can control how images are exported to PDF using PdfSaveOptions. For example, you can specify ImageCompression property to Jpeg and then control the quality using JpegQuality option. Also, you can specify SaveOptions.UseAntiAliasing property to improve rendering of raster images.

I rest my case for now, it seems that the issue is not caused by Aspose. Sorry !

@andersalvsaker Please feel free to ask in case of any issues. We are always here to help you.

1 Like