Releases: keyvisions/FillDOCX
Releases · keyvisions/FillDOCX
Release list
Release v0.9.6
FillDOCX handles nested placeholders, i.e., @@placeholder.placeholder, outside of tables substituting the first available nested node value.
Release v0.9.5
Release v0.9.0
FillDOCX now accepts JSON data, it transforms it into XML and then business as usual.
Release v0.8.0
Release 0.8.0
Replaceable DOCX embedded images
Document images are now replaceable. The DOCX format includes, in the word/media folder, the images embedded in the document, these images are notably named image<number>.<extension>. If the XML data includes <image<number>> elements their value is interpreted as the path of the new image, image file that replaces the embedded image. Note that FillDOCX does not add images to the DOCX file, it merely replaces existing images.