Marcin Ziąbek c24b56a04d 2023.9.0 Release 2 vuotta sitten
..
Resources 27c7383437 Updated repository structure 2 vuotta sitten
CommunicationService.cs 27c7383437 Updated repository structure 2 vuotta sitten
Helpers.cs 27c7383437 Updated repository structure 2 vuotta sitten
InteractiveCanvas.cs 27c7383437 Updated repository structure 2 vuotta sitten
PreviewPage.cs 27c7383437 Updated repository structure 2 vuotta sitten
PreviewerApp.axaml 27c7383437 Updated repository structure 2 vuotta sitten
PreviewerApp.axaml.cs 27c7383437 Updated repository structure 2 vuotta sitten
PreviewerControl.cs 27c7383437 Updated repository structure 2 vuotta sitten
PreviewerRefreshCommand.cs 27c7383437 Updated repository structure 2 vuotta sitten
PreviewerWindow.axaml 27c7383437 Updated repository structure 2 vuotta sitten
PreviewerWindow.axaml.cs 27c7383437 Updated repository structure 2 vuotta sitten
PreviewerWindowViewModel.cs 27c7383437 Updated repository structure 2 vuotta sitten
Program.cs 27c7383437 Updated repository structure 2 vuotta sitten
QuestPDF.Previewer.csproj c24b56a04d 2023.9.0 Release 2 vuotta sitten
readme.md 27c7383437 Updated repository structure 2 vuotta sitten

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