sitimoen / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

I am getting NullPointerException while I am trying to convert docx file to .txt format, I am getting error as "at org.apache.poi.xwpf.extractor.XWPFWordExtractor.extractHeaders(XWPFWordExtractor.java:162),is there any clue for this, please use attached file #289

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use Apache POI utility to convert docx to txt file
2. while trying to convert file some file it will run fine
3. But for the attached file it is giving null pointer exception

What is the expected output? What do you see instead?
I want to convert txt file from docx file for my attached file

What version of the product are you using? On what operating system?
I am using following jars
1. poi-ooxml-3.9.jar
2. poi-3.9-sources.jar
3. poi-3.5-FINAL.jar
4. poi-2.5.1.jar
5. dom4j-1.6.1.jar
6. poi-ooxml-schemas-3.7-20101029.jar
7. poi-scratchpad-3.7-20101029.jar
8. xmlbeans-2.3.0.jar

Please provide any additional information below.

Original issue reported on code.google.com by mehtasou...@gmail.com on 29 Aug 2013 at 4:53

Attachments:

GoogleCodeExporter commented 8 years ago
Are you sure you post your problem in the well forum?

XDocReport provides converter for docx->pdf and docx->html but not for txt. 
XWPFWordExtractor is part of poi, so please post your question on the poi forum.

Thank's

Regards Angelo

Original comment by angelo.z...@gmail.com on 29 Aug 2013 at 7:00

GoogleCodeExporter commented 8 years ago
It's not a valid issue. XDocReport supports docx->pdf but not docx->txt. 
XWPFWordExtractor is part of POI project not XDocReport.

Original comment by angelo.z...@gmail.com on 16 Sep 2013 at 12:03