MarcinZiabek 828f054354 2023.6.0 Release 2 éve
..
Resources 27c7383437 Updated repository structure 3 éve
CommunicationService.cs 27c7383437 Updated repository structure 3 éve
Helpers.cs 27c7383437 Updated repository structure 3 éve
InteractiveCanvas.cs 27c7383437 Updated repository structure 3 éve
PreviewPage.cs 27c7383437 Updated repository structure 3 éve
PreviewerApp.axaml 27c7383437 Updated repository structure 3 éve
PreviewerApp.axaml.cs 27c7383437 Updated repository structure 3 éve
PreviewerControl.cs 27c7383437 Updated repository structure 3 éve
PreviewerRefreshCommand.cs 27c7383437 Updated repository structure 3 éve
PreviewerWindow.axaml 27c7383437 Updated repository structure 3 éve
PreviewerWindow.axaml.cs 27c7383437 Updated repository structure 3 éve
PreviewerWindowViewModel.cs 27c7383437 Updated repository structure 3 éve
Program.cs 27c7383437 Updated repository structure 3 éve
QuestPDF.Previewer.csproj 828f054354 2023.6.0 Release 2 éve
readme.md 27c7383437 Updated repository structure 3 éve

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