I'm manipulating following files in my application (android).
- Microsoft office files ( doc, docx, xls, xlsx, ppt and pptx)
- PDF files and
- XPS documents
I need the page numbers of these types of files. I could find jexcel API for MS-Excel files and iText for PDF.
Could you please suggest Java APIs for aforementioned file formats?
Thanks in advance!
- Microsoft Office - http://poi.apache.org/
- PDF - http://pdfbox.apache.org/
- XPS - http://code.google.com/p/java-axp/
You may try Aspose.Total for Java to work with these files on Android. This package includes Aspose.Words for Java (for doc/docx), Aspose.Cells for Java (for xls/xlsx), Aspose.Slides for Java (for ppt/pptx), and Aspose.Pdf for Java, and Aspose.Pdf.Kit for Java (for PDF files). You may have a look into the features of these components in the related documentation.
Disclosure: I work as developer evangelist at Aspose.
精彩评论