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

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