Hi,
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. Could you please attach your input and output documents here for testing? I will investigate the issue and provide you more information.
Best regards,
Hi,
Hi there,
Thanks for this additional information.
Can you please attach the image you are using and I will take a closer look.
Thanks,
Hi,
Hello<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for additional information. I cannot reproduce the problem on my side using the latest version of Aspose.Words (9.3.0). You can download this version from here:
http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/category1188.aspx
Also please try using the following code:
// Open Document
Document doc = new Document("Doc.docx");
ImageSaveOptions opt = new ImageSaveOptions(SaveFormat.Jpeg);
opt.JpegQuality = 100;
// Save output document
doc.Save("out.Jpeg", opt);
Please see the attached PDF and Jpeg produced on my side.
Best regards,