Skip to content

Releases: keyvisions/FillODT

FillODT v0.1.17

21 Oct 03:26

Choose a tag to compare

Add error handling for image download failures

Download FillODT.v0.1.17.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice
If you wish to print PDF to thermal printers you need to install Ghostscript

FillODT v0.1.16

21 Jul 14:11

Choose a tag to compare

FillODT can send the generated PDF directly to a printer, supporting both standard and thermal printers, e.g.,

FillODT.exe --template template.odt --json data.json --destfile output.odt --print "HP LaserJet M1536"

Download FillODTv0.1.16.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice
If you wish to print PDF to thermal printers you need to install Ghostscript

FillODT v0.1.15

28 Jun 01:21

Choose a tag to compare

Fix PDF Conversion Failures:

  • Correctly escaped special XML characters (&, <, >) in placeholder data, which were causing silent PDF conversion failures.
  • Improved the ConvertOdtToPdf method to capture and display errors from LibreOffice, making debugging easier.

Download FillODTv0.1.15.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice

FillODT v0.1.14

10 Jun 15:56

Choose a tag to compare

Simplified sanitize: FillODT --template <template.odt> --sanitize

Fixed image resizing forcing decimal separator to "."

Download FillODTv0.1.14.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice

FillODT v0.1.13

06 Jun 03:29

Choose a tag to compare

Table rows annotated for removal are removed cleanly.

Download FillODTv0.1.13.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice

FillODT v0.1.12

05 Jun 06:07

Choose a tag to compare

Ability to remove sections from the final document.

Download FillODTv0.1.12.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice

FillODT v0.1.11

01 Jun 10:08

Choose a tag to compare

Download FillODTv0.1.11.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice

FillODT v0.1.10

31 May 14:15

Choose a tag to compare

Redefined image placeholder as [@@placeholder (W|*) (H|*)].
Implemented sanification of an ODT with the --sanitize option. Sanitize removes unwanted <text:style>, from content.xml and styles.xml (found in an ODT document), introduced during editing. AN ODT should be sanitized after editing.

Download FillODTv0.1.10.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice

FillODT v0.1.9

29 May 12:20

Choose a tag to compare

Automatic creation of missing directory structure: the problem emerged when --destfile pointed to a non existend path, now the system tries to create the directory structure.

Download FillODTv0.1.9.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice

FillODT v0.1.8

28 May 19:38

Choose a tag to compare

FillODT di not handle JPEG images with EXIF orientation metadata (many cameras and phones store images "rotated" and use EXIF data to indicate the correct orientation), from this version the orientaition metadata it considered so when images are resized and saved they are correctly rotated and flipped.

Download FillODTv0.1.8.win-x64.zip and unzip it
Install Net9.0 (.NET Runtime 9.0.5)
If you wish to generate PDF you need to install LibreOffice