AndroidDocxToHtml icon indicating copy to clipboard operation
AndroidDocxToHtml copied to clipboard

docx to html using docx4j on Android 4.0.3 demo project

Results 9 AndroidDocxToHtml issues
Sort by recently updated
recently updated
newest added

hi i am using this demo but always getting error in WordprocessingMLPackage wordMLPackage = (WordprocessingMLPackage)loader.get(is) i have implements all jars but it seem not working to me any one have...

I have tried using this project for docx to html but it is too slow. Is there any method that can fasten it on android. Some method that need not...

Hi! Tried to build your sample app in my Android Studio 2.2.3. But got a large number of such exceptions: "Error:java.util.zip.ZipException: duplicate entry: javax/activation/MimeTypeParameterList.class". I find out that some classes...

Hi , i'm getting this exception while pull and run this application , help me to fix this. I'm using android studio 2.2, java 1.8 Error:Execution failed for task ':app:transformClassesWithDexForDebug'....

I have followed this link http://www.docx4java.org/blog/2012/05/jaxb-can-be-made-to-run-on-android/ but when I tried to create a new document fails at this line: ``` WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.createPackage(PageSizePaper.A4, false); } ``` I need to...

Are there some ways to open ppt, pptx, doc ?

05-21 16:04:51.719: E/AndroidRuntime(19451): FATAL EXCEPTION: main 05-21 16:04:51.719: E/AndroidRuntime(19451): java.lang.NoClassDefFoundError: org.docx4j.openpackaging.io.LoadFromZipNG 05-21 16:04:51.719: E/AndroidRuntime(19451): at org.plutext.DocxToHtml.AndroidDocxToHtmlActivity.onCreate(AndroidDocxToHtmlActivity.java:32) 05-21 16:04:51.719: E/AndroidRuntime(19451): at android.app.Activity.performCreate(Activity.java:5267) 05-21 16:04:51.719: E/AndroidRuntime(19451): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1097) 05-21 16:04:51.719: E/AndroidRuntime(19451): at...

when i run it on Android 4.2.2, error occur.and on Android 4.0.3 ,it's ok.why?