Hi,
Does Aspose supports conversion of DOCM file to PDF ?
Hi,
Does Aspose supports conversion of DOCM file to PDF ?
@rutuja.mahajan Yes, Aspose.Words supports conversion from DOCM to PDF. Please see our documentation to learn what document formats are supported by Aspose.Words:
https://docs.aspose.com/words/net/supported-document-formats/
okay,
Thank you.
The link says “file formats supported by Aspose.Words for .NET” Is there any different documentation for Java ?
@rutuja.mahajan Sure, here is the documentation link for Java:
https://docs.aspose.com/words/java/supported-document-formats/
Many Thanks.
Hi,
Just to confirm, does it allow to convert MHT to PDF conversion?
@rutuja.mahajan Yes, of course, MHT is the same as MHTML. The code for conversion is pretty simple:
Document doc = new Document("C:\\Temp\\in.mht");
doc.save("C:\\Temp\\out.pdf");