Skip to content

Releases: keyvisions/FillDOCX

Release v0.9.6

Choose a tag to compare

@keyvisions keyvisions released this 03 Apr 12:23

FillDOCX handles nested placeholders, i.e., @@placeholder.placeholder, outside of tables substituting the first available nested node value.

Release v0.9.5

Choose a tag to compare

@keyvisions keyvisions released this 01 May 07:19

FillDOCX can generate QR Code

Release v0.9.0

Choose a tag to compare

@keyvisions keyvisions released this 22 Oct 03:48

FillDOCX now accepts JSON data, it transforms it into XML and then business as usual.

Release v0.8.0

Choose a tag to compare

@keyvisions keyvisions released this 23 Mar 08:02

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.