Skip to content

Fixes issue #235 and #234 in which merged templates raised an error when opened…

Carlos Vega requested to merge fix/235_merging_mail_templates into master

Fixes issues #235 (closed) and #234 (closed) in which merged templates raised an error when opened with Word and images were not properly rendered.

Example of working template without float images or float objects (such as rectangles) that caused errors.

template_with_tables.docx

Little script to test the functionality.

SameTemplateSolution.zip

Tests passed.

Limitations:

Does not support multiple templates with different images. The combined template will have images that do not correspond to the ones it had originally.

Edited by Carlos Vega

Merge request reports