Releases: keyvisions/FillODT
FillODT v0.1.17
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
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
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
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
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
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
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
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
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
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