Marcin Ziąbek 4b1b8db77e 2023.10.0 release 2 yıl önce
..
Resources 27c7383437 Updated repository structure 3 yıl önce
CommunicationService.cs 9cb86ccb13 Feature: visual debugging for layout overflow exceptions (#669) 2 yıl önce
DocumentSnapshot.cs 9cb86ccb13 Feature: visual debugging for layout overflow exceptions (#669) 2 yıl önce
Helpers.cs 9cb86ccb13 Feature: visual debugging for layout overflow exceptions (#669) 2 yıl önce
InteractiveCanvas.cs 690a30609d `private` methods that don't access any instance members were made `static` (#671) 2 yıl önce
PreviewerApp.axaml 8161e456d0 Updated QuestPDF Previewer to Avalonia 11 2 yıl önce
PreviewerApp.axaml.cs 9e6117f074 Sealed uninherited `internal` classes (2) (#658) 2 yıl önce
PreviewerControl.cs 8161e456d0 Updated QuestPDF Previewer to Avalonia 11 2 yıl önce
PreviewerWindow.axaml 8161e456d0 Updated QuestPDF Previewer to Avalonia 11 2 yıl önce
PreviewerWindow.axaml.cs 8161e456d0 Updated QuestPDF Previewer to Avalonia 11 2 yıl önce
PreviewerWindowViewModel.cs 690a30609d `private` methods that don't access any instance members were made `static` (#671) 2 yıl önce
Program.cs 27c7383437 Updated repository structure 3 yıl önce
QuestPDF.Previewer.csproj 4b1b8db77e 2023.10.0 release 2 yıl önce
readme.md 27c7383437 Updated repository structure 3 yıl önce

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