MarcinZiabek 828f054354 2023.6.0 Release %!s(int64=2) %!d(string=hai) anos
..
Resources 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
CommunicationService.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
Helpers.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
InteractiveCanvas.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewPage.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerApp.axaml 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerApp.axaml.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerControl.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerRefreshCommand.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerWindow.axaml 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerWindow.axaml.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerWindowViewModel.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
Program.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
QuestPDF.Previewer.csproj 828f054354 2023.6.0 Release %!s(int64=2) %!d(string=hai) anos
readme.md 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos

readme.md

Install nuget locally (in directory where nupkg file is located)

dotnet tool install --global --add-source . QuestPDF.Previewer --global

Run on default port

questpdf-previewer

Run on custom port

questpdf-previewer 12500

Remove nuget locally

dotnet tool uninstall QuestPDF.Previewer --global