i tried to convert a wordml document with two images to pdf. I found out that the Aspose.Words conversion can´t handle images in cmyk color space. Using Aspose.Pdf conversion has no problem with the document. Is this is known problem and will there be a fix?
Aspose.Words.Document doc = new Document("E:\Test.xml");
doc.SaveToPdf("E:\PDF ueber Word Export Test.pdf");
string xmlFile = "E:\Test2.xml";
doc.Save(xmlFile, SaveFormat.AsposePdf);
Aspose.Pdf.Pdf pdf = new Aspose.Pdf.Pdf();
pdf.BindXML(xmlFile, null);
pdf.Save("E:\PDF Export Test.pdf");
Thanks for your request. Unfortunately the issue is still unresolved. We will be sure to inform you of any developments regarding this problem.
Best regards,