- 03-May-2020 - 2.0.5 (RC2) -
- Fixed content type / file extension detection.
- Changed Header/Footer macros to support
{Language}
,{ContentType}
, and{CteName}
instead of just{FileType}
. - Installer detects if .NET Core 3.1 is installed. Makes it easy to install it if not installed.
- Fixed numerous misspellings of "language"
Requirements
- Windows 10
Please add Issues for any bugs you find. I'll take pull requests too.
Install
To download and install WinPrint simply copy and paste the command line below into a PowerShell command window.
$wpv="v2.0.5.102"; $wp="winprint.msi"; iwr https://github.com/tig/winprint/releases/download/$wpv/$wp -outfile "$env:temp\$wp"; start msiexec.exe -ArgumentList "-i $env:temp\$wp"