GroupDocs.Assembly for Java 17.12 Release Notes

Major Features

This release of GroupDocs.Assembly extends abilities of dynamic manipulation over shapes, images, and charts for Word Processing and Email file formats.

Full List of Features Covering all Changes in this Release

KeySummaryCategory
ASSEMBLYNET-42 Support dynamic insertion of images for MSG messages with RTF body  Feature
ASSEMBLYNET-54Support dynamic shape fill color setting for Word Processing documents Feature
ASSEMBLYNET-55Support dynamic shape fill color setting for email messages with HTML bodyFeature
ASSEMBLYNET-56Support dynamic shape fill color setting for email messages with RTF bodyFeature
ASSEMBLYNET-57Support dynamic chart axis title setting for Word Processing documents Feature

Public API and Backward Incompatible Changes

Supported dynamic chart axis title setting for Word Processing documents

From now, template syntax expressions are supported in chart axis titles. Thus, to set a chart axis title dynamically, you can put an expression tag into it like in the following example: 

<<[axis_title_expression]>>

All common template syntax expression features are supported for chart axis titles with no restrictions.

Support dynamic shape fill color setting for Word Processing and Email file formats

You can set text background color for document contents dynamically using backColor tags. The syntax of a backColor tag is defined as follows.

<<backColor[color_expression]>>
content_to_be_colored
<</backColor>>

Support dynamic insertion of images for MSG messages with RTF body 

Dynamic insertion of images and barcodes is now supported for MSG email messages with RTF body:

FeatureMSG with RTF Body
Inserting Images DynamicallySupported
Inserting Barcodes DynamicallySupported