草庐IT

WordToHtmlConverter

全部标签

java - 如何在android中将office文档转换成html

我们能否在Android中将MicrosoftOffice文档(doc、docx、ppt、pptx、xls、xlsx等)转换为html字符串。我需要在我的应用程序中显示办公文档。我搜索并找到了docx4j、apachepoi和http://angelozerr.wordpress.com/2012/12/06/how-to-convert-docxodt-to-pdfhtml-with-java/以html格式转换文件。这种方法在桌面版本中运行良好。但是在android中使用时我收到“无法转换为Dalvik格式错误1”。这可能是由于在我的android项目中使用了太多的jars。我想知