MarcinZiabek e6c7befac4 Revert "Building QuestPDF Previewer for dotnet 7" 2 년 전
..
Resources 27c7383437 Updated repository structure 2 년 전
CommunicationService.cs 27c7383437 Updated repository structure 2 년 전
Helpers.cs 27c7383437 Updated repository structure 2 년 전
InteractiveCanvas.cs 27c7383437 Updated repository structure 2 년 전
PreviewPage.cs 27c7383437 Updated repository structure 2 년 전
PreviewerApp.axaml 27c7383437 Updated repository structure 2 년 전
PreviewerApp.axaml.cs 27c7383437 Updated repository structure 2 년 전
PreviewerControl.cs 27c7383437 Updated repository structure 2 년 전
PreviewerRefreshCommand.cs 27c7383437 Updated repository structure 2 년 전
PreviewerWindow.axaml 27c7383437 Updated repository structure 2 년 전
PreviewerWindow.axaml.cs 27c7383437 Updated repository structure 2 년 전
PreviewerWindowViewModel.cs 27c7383437 Updated repository structure 2 년 전
Program.cs 27c7383437 Updated repository structure 2 년 전
QuestPDF.Previewer.csproj e6c7befac4 Revert "Building QuestPDF Previewer for dotnet 7" 2 년 전
readme.md 27c7383437 Updated repository structure 2 년 전

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