Page 1 of 1

docx4j 3.2.2 beta - please test!

PostPosted: Thu Jun 18, 2015 9:55 pm
by jason
A beta for docx4j 3.2.2 is now available, from http://www.docx4java.org/docx4j/docx4j-3.2.2-beta1.jar

Or use the source code; see the instructions at http://www.docx4java.org/blog/2015/06/docx4j-from-github-in-eclipse-5-years-on/

In the absence of issues causing delays, docx4j 3.2.2 will be released in 7 to 10 days.

So please test it, and let us know whether you notice any problems! Its a drop in replacement for 3.2.1 or 3.2.0.

This is largely a maintenance release; improvements include:

  • tune down certain logging
  • temp embedded font handling improvements (sgrachov, jharrop)
  • PDF (FO via XSL): insert blank page to honour sectPr/w:type oddPage|evenPage set on the following section
  • databinding/OpenDoPE; see further https://github.com/plutext/docx4j/blob/master/CHANGELOG.md
  • (X)HTML output: use ul|ol list items, if feature PP_HTML_COLLECT_LISTS is set and SdtToListSdtTagHandler is registered.
  • xlsx4j - Variable replacement in xlsx4j

Re: docx4j 3.2.2 beta - please test!

PostPosted: Fri Jul 24, 2015 3:25 am
by EagleBeak
Any idea when the release will happen? Also I've read somewhere else that 3.2.2 will support Word 2013 repeating content controls. Is that still true? Just asking, because it isn't mentioned here. Anyway, I'll try the beta tomorrow. Cheers for all the great work you're doing here!

Re: docx4j 3.2.2 beta - please test!

PostPosted: Fri Jul 24, 2015 6:51 pm
by jason
Soon! There is nothing holding it up, except that in my dev env i've got the 3.3.0 branch checked out, where I've been working on Protect Document / Workbook / Spreadsheet functionality. Maybe next week...

EagleBeak wrote:Also I've read somewhere else that 3.2.2 will support Word 2013 repeating content controls. Is that still true?


Yes, but for the reasons I blogged about, I don't recommend you use them...