How to display ppt file in Android views using Docx4j
- by Ganesh
I am working on Android and using docx4j to view the docx,pptx and xlsx files into my application.
I am unable to view the ppt files .
I am getting compile time error at SvgExporter class. which is not there in docx4j library.
Can any one help me out to get the SvgExporter class library and build my application and get the Svghtml to load on…