New Features
- Fallback Font: This feature allows the user to define which font should be used if a document does not include a font that is used within it.
- To use this feature, the following SettingsKey must be configured:
- Name: FontFallbackSettingsXml
- KeyValue:
- <?xml version=’1.0′?>
<FontFallbackSettings>
<FallbackTable>
<Rule Ranges=’XXXX-XXXX’ FallbackFonts=’ENTER FONT HERE’/>
<Rule Ranges=’XXXX-XXXX’ FallbackFonts=’ENTER FONT HERE’/>
</FallbackTable>
</FontFallbackSettings>- Ranges defines which Unicode ranges should be replaced.
- FallbackFonts defines the font to be used.
- <?xml version=’1.0′?>
- Product: AutoMerge
- To use this feature, the following SettingsKey must be configured:
General Updates/Improvements
- Template Import Manager: Minor performance improvements.
Bug Fixes
- Condition Field: Fixed an issue where a cross-reference field placed inside of a condition field would not properly evaluate and instead display an error in the result document.
Released: 10.06.2026