|
|
3 years ago | |
|---|---|---|
| .. | ||
| Resources | 3 years ago | |
| CommunicationService.cs | 3 years ago | |
| Helpers.cs | 3 years ago | |
| InteractiveCanvas.cs | 3 years ago | |
| PreviewerApp.axaml | 3 years ago | |
| PreviewerApp.axaml.cs | 3 years ago | |
| PreviewerCanvas.cs | 3 years ago | |
| PreviewerControl.cs | 3 years ago | |
| PreviewerRefreshCommand.cs | 3 years ago | |
| PreviewerWindow.axaml | 3 years ago | |
| PreviewerWindow.axaml.cs | 3 years ago | |
| PreviewerWindowViewModel.cs | 3 years ago | |
| Program.cs | 3 years ago | |
| QuestPDF.Previewer.csproj | 3 years ago | |
| readme.md | 3 years ago | |
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