-
Word 2007 file(docx) construction using Java (4 messages)
- Posted by: Dhanasekar Srinivasan
- Posted on: March 29 2007 01:15 EDT
In my current project we are creating word 2007 document at runtime. I am developing Java component that takes word 2007 template (dotx) files as input and it also fetches values from external web services. Then this java component builds actual word 2007 document (docx) file by merging the values into template file (replacing values with placeholders). Since I am new to word 2007 open xml file format, I am facing difficulties in parsing and updating the dotx/docx files. Is there any Java API that can be used to parse and update the word 2007 file formats? Or How to parse and update the Word 2007 file using java?Threaded Messages (4)
- Re: Word 2007 file(docx) construction using Java by Jason Harrop on September 17 2008 18:49 EDT
- Word 2007 file(docx) construction using Java by Ravi Arora on March 31 2009 16:56 EDT
- Javadocx by Eduardo Ramos on January 28 2010 15:21 EST
- Free version hardly useful by Raghavan Giridharan on November 14 2011 05:39 EST
-
Re: Word 2007 file(docx) construction using Java[ Go to top ]
- Posted by: Jason Harrop
- Posted on: September 17 2008 18:49 EDT
- in response to Dhanasekar Srinivasan
Yes, you could try docx4j. -
Word 2007 file(docx) construction using Java[ Go to top ]
- Posted by: Ravi Arora
- Posted on: March 31 2009 16:56 EDT
- in response to Jason Harrop
I have to update the word document at back end and save in FileNet. Can you please let me know how to go about it. Thanks Ravi -
Javadocx[ Go to top ]
- Posted by: Eduardo Ramos
- Posted on: January 28 2010 15:21 EST
- in response to Jason Harrop
You may consider using javadocx (http://www.javadocx.com). There is a LGPL version that you may download from the website. -
Free version hardly useful[ Go to top ]
- Posted by: Raghavan Giridharan
- Posted on: November 14 2011 05:39 EST
- in response to Eduardo Ramos
The free version of Javadocx does not provide any of the features that are not basic.
It is useful if we need to create a simple extended hello world docx which is not the case in any real time environment.