tiwater.convert.cli 0.1.3

dotnet tool install --global tiwater.convert.cli --version 0.1.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local tiwater.convert.cli --version 0.1.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=tiwater.convert.cli&version=0.1.3
                    
nuke :add-package tiwater.convert.cli --version 0.1.3
                    

tiwater-convert

A generic CLI for loss-aware office format conversion.

Initial scope

  • .xls.xlsx
  • Office document/workbook/presentation formats → .pdf through a local LibreOffice/soffice install

Usage

tiwater-convert xls-to-xlsx <input.xls> <output.xlsx>
tiwater-convert docx-to-pdf <input.docx> <output.pdf>
tiwater-convert xlsx-to-pdf <input.xlsx> <output.pdf>
tiwater-convert pptx-to-pdf <input.pptx> <output.pdf>

PDF conversion requires LibreOffice. If soffice is not on PATH, set one of:

  • TIWATER_SOFFICE
  • SOFFICE
  • LIBREOFFICE_PATH
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.3 108 5/12/2026
0.1.2 94 5/3/2026
0.1.1 98 4/30/2026