Marcin Ziąbek c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
..
Resources 27c7383437 Updated repository structure 2 years ago
CommunicationService.cs c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
DocumentSnapshot.cs c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
Helpers.cs c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
InteractiveCanvas.cs c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
PreviewerApp.axaml 27c7383437 Updated repository structure 2 years ago
PreviewerApp.axaml.cs 9e6117f074 Sealed uninherited `internal` classes (2) (#658) 2 years ago
PreviewerControl.cs c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
PreviewerWindow.axaml c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
PreviewerWindow.axaml.cs 27c7383437 Updated repository structure 2 years ago
PreviewerWindowViewModel.cs c3bc73c0d3 Feature: visual debugging for layout overflow exceptions 2 years ago
Program.cs 27c7383437 Updated repository structure 2 years ago
QuestPDF.Previewer.csproj c24b56a04d 2023.9.0 Release 2 years ago
readme.md 27c7383437 Updated repository structure 2 years ago

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