I am new to Aspose. All i know is, its a useful library for document creation,conversion etc. please guide me how can i convert any file(MS office) to pdf file since in my project the document uploaded has to be first converted to pdf then saved in some folder on harddrive. I have downloaded Aspose.Words and Aspose.Pdf for java. Any example code or link would be very helpful. Thanks.
Asked
Active
Viewed 4,180 times
3
-
you can use apache poi, its aopensource. I used it and was successfully generated pdf files with same format as MS office files. I tried Aspose, its bit difficult, so i adopted apache poi – developer Nov 28 '12 at 07:50
-
@developer I can't say anything about your experience with aspose but AFAIK Apache POI is free but not as much easy as Aspose.Another thing is, POI doesn't support images and special type of format as well as maintain document formatting after conversion to PDF.Where as we don't have any need to take care of these issues while using Aspose.Aspose is not free but it has these benefits – Freak Feb 25 '13 at 07:33
1 Answers
2
My name is Nayyer and I am developer evangelist at Aspose.
- Aspose.Words for Java offers the feature to convert word files to PDF. For further details, please check Convert word file to PDF Furthermore, it supports variety of document formats i.e. DOC, DOCX, ODT, RTF, EPUB etc. Please check Supported file formats for more information.
- Aspose.Cells for Java offers the feature to convert Excel worksheets to PDF. For further details, please visit Convert Excel files to PDf please check
- Aspose.Slides for Java offers the feature to convert PowerPoint presentations to PDF. For further details, please check Convert Presentations to PDf
- Aspose.Pdf for Java offers the feature to convert Text, Image, HTML, XML files to Pdf format.

codewarior
- 441
- 2
- 9