Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
Word2Forrest - Apache POI Word Document Example
What is Word2Forrest example in the Apache POI package? How to run Word2Forrest example?
✍: FYIcenter.com
Word2Forrest example in the Apache POI package is
a Word to XML conversion program that reads a Word document
in *.doc format and generates an XML file with text from the Word document.
Word2Forrest example uses the Horrible Word Processing Format (HWPF) API, which supports Word document in *.doc format only.
Here is the command to run Word2Forrest to convert Word documents in *.doc file format compatible with Microsoft Word 97 version to XML files:
C:\fyicenter>c:\local\jdk-1.8.0\bin\java -cp .;C:\local\poi-3.15\poi-examples-3.15.jar; C:\local\poi-3.15\poi-3.15.jar; C:\local\poi-3.15\poi-scratchpad-3.15.jar org.apache.poi.hwpf.Word2Forrest simple.doc
Note that the simple.doc was created by open simple.docx in Word and save it in Word 97 (*.doc) format.
If you open the output file, text.xml, in Notepad++ editor,
you will see an XML file with text from simple.doc:
2017-02-22, 857👍, 0💬
Popular Posts:
How to download and install mysql-connector-java-5.1 .40.zip?Connector/J Java library is a JDBC Driv...
JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and X...
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...
jlGui is a music player for the Java platform. It is based on Java Sound 1.0 (i.e. JDK 1.3+). It sup...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...