Is it possible to use Aspose.Words, Aspose.Slides and Aspose.PDF to convert documents between their respective formats?
Hi Alex,
Thanks for your inquiry. I am representative from Aspose.Words team.
You can load the following file formats into Aspose.Words DOM (Document Object Model):
http://www.aspose.com/docs/display/wordsjava/LoadFormat
Once your file is loaded into Aspose.Words’ DOM, you can easily render your file to PDF format by using the following code snippet:
Document doc = new Document("in.docx");
doc.save("out.pdf");
The Aspose.Words supports the following save formats:
http://www.aspose.com/docs/display/wordsjava/SaveFormat
I am moving this thread to Aspose.Total forum. My colleagues from Aspose.Slides and Aspose.Pdf teams will reply you shortly.
Hi Alex,
Hi Alex,
Hi Alex,
tilal.ahmad:
Hi Alex,Thanks for your inquiry. I'm representative of Aspose.Pdf. Currently, our Aspose.Pdf for .Net API can convert Pdf document to Doc. However, we have an auto ported version of Aspose.Pdf for .NET to Java platform in pipeline, which will support/provide all the features as currently offered by Aspose.Pdf for .NET and it will also offer Pdf to Doc conversions.The product is not yet released, it's testing and documentation is underway. Once the new Auto-ported version of Aspose.Pdf for Java becomes available you can easily achieve your requirements in java also. Please check following link for the feature details and sample code snippet.Please feel free to contact us for any further assistance.Best Regards,
Mudassir:
Please visit this documentation link for your kind reference.
Hi Alex,
Hi Alex,
I recovered an html file but the file is damaged/corrupted I could not read the contents. What can I do? Can it be converted to other documents so that I can read the contents?
Hi there,