Marcin Ziąbek 5ee71152c6 Previewer fix: clip canvas when drawing page snapshot %!s(int64=2) %!d(string=hai) anos
..
Resources 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
CommunicationService.cs d3812fc723 Previewer: integrated message about layout issue %!s(int64=2) %!d(string=hai) anos
DocumentSnapshot.cs d3812fc723 Previewer: integrated message about layout issue %!s(int64=2) %!d(string=hai) anos
Helpers.cs d3812fc723 Previewer: integrated message about layout issue %!s(int64=2) %!d(string=hai) anos
InteractiveCanvas.cs 5ee71152c6 Previewer fix: clip canvas when drawing page snapshot %!s(int64=2) %!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 d3812fc723 Previewer: integrated message about layout issue %!s(int64=2) %!d(string=hai) anos
PreviewerWindow.axaml d3812fc723 Previewer: integrated message about layout issue %!s(int64=2) %!d(string=hai) anos
PreviewerWindow.axaml.cs 27c7383437 Updated repository structure %!s(int64=3) %!d(string=hai) anos
PreviewerWindowViewModel.cs d3812fc723 Previewer: integrated message about layout issue %!s(int64=2) %!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