3,525 reputation
1919
bio website docx4java.org
location New South Wales
age
visits member for 4 years, 1 month
seen 37 mins ago
stats profile views 603

I maintain the docx4j project, an ASLv2 Java library for manipulating Microsoft OpenXML packages (docx/pptx/xlsx) using JAXB.


16h
comment Code to read oleObject files
docx4j uses POIFSFileSystem to parse these as well.
1d
comment Converting text from HTML to MS Word
if you can make well formed XHTML out of the CK Editor output, and are comfortable using Java, then docx4j may help.
2d
comment When using docx4j in android to read word doc facing the following issue
Sounds like you have 2 copies of the docx4j jar there.
May
17
revised Convert Word document to XSL-FO
added 210 characters in body
May
17
answered How to force Docx4j to refresh a replaced image file
May
16
revised Apache POI or docx4j for dealing with docx documents
added links to docx4j on a page, and to the code generation webapp
May
13
answered Office Open XML SDK - good Introduction?
May
12
comment Is replying to client before receiving complete request allowed for HTTP 1.0 server?
It is ok to reply with the error immediately (at least, that is what Squid does), but closing the connection immediately is less common (manage.py runserver maybe?).
May
10
answered Data in EXCEL, PDF, WORD (Data will be text, tables, images) to XML
May
10
comment Where to find Office 2007/2010/2013 Open XML Schemas
Most of them are included in the ECMA-376 spec zips, including schemas.openxmlformats.org/spreadsheetml/2006/main. Suggest you look there again. Then there are the Office extension namespaces; Google for example [MS-DOCX].
May
9
comment Java EE Web App Firewall
English language documentation pdf is at sourceforge.
May
8
comment Facing some issue on unix with docx4j 2.8.1, but working fine on windows
What application server are you using? Most likely it has an old conflicting jar in it.
May
8
comment variableReplace showing a error
Not sure whether you've solved your problem or not, but you need the log4j jar (and docx4j's other dependencies) on your classpath.
May
8
comment Programatically filling content controls in Word document (OpenXML) in .NET
Yep, now you've got it :-)
May
8
answered docx4j template generation :can not take the placeholder containing string as a separate entity
May
8
comment Programatically filling content controls in Word document (OpenXML) in .NET
@Scott, you're (understandably) confused. You are thinking of "custom xml tags", as opposed custom xml PARTS and databinding. See further blogs.technet.com/b/gray_knowlton/archive/2009/12/23/…
May
5
asked Identify the ObjectFactory method used to create the object
May
5
comment Discrepancy in marshal behaviour
Thanks for the answer. I'll ponder the implications. For the moment, it was more a surprise than anything ... if <c> contained 2 <v> children and user is Marshalling to a DOM Node, what happens then?
May
5
accepted Discrepancy in marshal behaviour
May
4
asked Discrepancy in marshal behaviour