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!
1 Answer