j2docx Changelog

What's new in j2docx 2.1

May 31, 2013
  • Bugs in the Release 2.0 have been fixed
  • Introduced new method called sprayCustomXML() to write custom xml contents, Class name: BookmarkSprayer
  • As a performance initiative, introduced some additional methods called sprayTextTargetFile, sprayImageTargetFile, sprayHyperLinkTargetFile, sprayCustomXMLTargetFile.. to let the user write a specific xml file inside the docx document, instead of navigating all the files.
  • Completely unit tested, and provided with enough demo(sample java program+ output file)