- Fixed Linux 4 compatibility bug.
- Fixed Progress/OpenEdge ZIP library on Linux bug.
- Upgraded the ImageMagick library to the latest version 6.9.1 on Linux.
- Fixed Windows 10 compatibility bug.
- Fixed table borders bug.
- Fixed a bug that caused number fields to always be displayed in the American number fomat (e.g. 1,000.00) in the created document regardless of the thousand and fraction separator settings.
- Fixed a bug that caused DocxFactory to crash because of non-unique picture ID references.
- Added support and tutorial for C#.
- Added a chapter in the tutorials on table of contents automatic update.
- Added a note in the tutorials on automatic embedding of local images in HTML.
- Added an example in the tutorials on changing the codepage.
- Added support for customized styles and image backgrounds in charts.
- Fixed a bug that caused DocxFactory to crash when inserting HTML fields with <img src=””/> for non-existing files.
- Local images (that are not file://, http(s)://, ftp(s):// URI’s) in HTML fields are automatically embedded into the document as an MHTML file so the document can be sent out and the images can still be shown. Documentation coming soon.
- Added support for tab character (“\t”) in text fields.
- Temporarily reverted to ImageMagick 6.8.6 from 6.9.1 on Linux because the latest version had dependencies on deprecated libraries. The latest ImageMagick library will be recompiled soon without the dependencies on deprecated libraries.
- Fixed a bug in the Python wrapper that would cause the module import to fail.
- Fixed a bug that removed Watermarks from templates.
- Added table of contents automatic update. Documentation coming soon.
- Fixed a bug in the Progress XLSX library on Windows that in some cases required administrator privileges to create .XLSX files.
- Added Java wrapper and tutorial.
- Fixed a bug that caused Word to close and lose any unsaved work when printing or converting to .PDF or any other file format while Word was open.
- Fixed a bug that caused an unknown error message when opening a generated document because of duplicate tag, id attribute values.
- Upgraded the ImageMagick library to v6.9.1 to add support for .WMF image files.
- DocxFactory.h C include file was split into a dfwc.h include file for the Word Processing Compiler dfwc_* functions and a dfw.h include file for the Word Processing Merger dfw_* functions respectively.
- Embedded the ImageMagick libraries (static libraries) into the DocxFactory.dll on Windows because the ImageMagick .dll’s (dynamic libraries) caused a mixup between the Progress and DocxFactory versions of ImageMagick.
- Fixed a bug that caused the Python installation on Linux to fail.
- Added tutorial for C.
- Updated the installation instruction in the C++ tutorial to match the changes in the DocxFactory library.
- Fixed a bug that caused issues when mixing different runtime libraries in C/C++ and compatibility issues with Python version 2.* and Visual Studio 2008 by changing the DocxFactory library to not pass std objects.