GroupDocs.Assembly for .NET 18.7 Release Notes

Major Features

This release adds abilities to insert hyperlinks dynamically for the majority of file formats supported by GroupDocs.Assembly.

Full List of Features Covering all Changes in this Release

KeySummaryCategory
ASSEMBLYNET-72 Add ability to insert hyperlinks dynamically for Word Processing documents Feature 
ASSEMBLYNET-73 Add ability to insert hyperlinks dynamically for Spreadsheet documents Feature 
ASSEMBLYNET-74 Add ability to insert hyperlinks dynamically for Presentation documents Feature 
ASSEMBLYNET-75 Add ability to insert hyperlinks dynamically for emails with HTML and RTF bodies Feature 

Public API and Backward Incompatible Changes

You can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows:

<<link [uri_expression][display_text_expression]>>

Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink. This expression is optional. If it is omitted or returns an empty value, then during runtime, a value of uri_expression is used as display text as well.