Support for WMF/EMF

Hey all,

sorry if this has been asked before but I could not get a definitive answer searching the forums. Currently we are using Aspose.Words 2.5.0 and Aspose.PDF 2.4.2.8. With these versions the WMF/EMF image format is not supported. Do newer versions support WMF/EMF and what are those versions.

Thanks and regards,
Dragos

Hi

Thanks for your request. The latest version of Aspose.Words (9.5.0) supports direct conversion to PDF (without using Aspose.Pdf). See the following link for more information:
https://docs.aspose.com/words/net/convert-a-document-to-pdf/
So, you can try using direct method to convert your document to PDF. Here is the code:

Document doc = new Document("in.docx");
doc.Save("out.pdf");

Regarding WMF images, I have tested with the latest version and it seems there is no any problem with rendering of WMF images. You can try using the latest version and let me know how it goes on you side.
You can download the latest version from here:
https://releases.aspose.com/words/net
Best regards,

Thank you. The PDF conversion is not something that I’m interested in at this moment.

>> Regarding WMF images, I have tested with the latest version and it seems there is no any problem with rendering of WMF images. You can try using the latest version and let me know how it goes on you side.
Does this work for Aspose.Words for Java? What about Aspose.PDF for Java?

Do you have a list with the image formats supported by the latest versions of your products?

Thanks and regards,
Dragos

Hi
Thank you for additional information. Currently Aspose.Words supports image types listed in ImageType enum:
https://reference.aspose.com/words/net/aspose.words.drawing/imagetype/
Regarding Aspose.Pdf, could you please ask your question in the appropriate forum, and my colleagues from Aspose.Pdf team will answer you shortly.
Best regards,

Thank you.

Regards,
Dragos