Marcin Ziąbek cc4d83fff7 2024.3.0 1 year ago
..
Resources 27c7383437 Updated repository structure 2 years ago
CommunicationService.cs 22925e3052 Previewer: fixed JSON deserialization compatibility with dotnet 8 1 year ago
InteractiveCanvas.cs 5f4fbb6971 Previewer: minimize the risk of a race condition, when Avalonia is still using the images and code disposes them 1 year ago
Models.cs dbcf0a60e2 Previewer: replaced the rendering system based on the SkPicture class and its serialization mechanism, with on-demand image rendering 1 year ago
PreviewerApp.axaml 8161e456d0 Updated QuestPDF Previewer to Avalonia 11 2 years ago
PreviewerApp.axaml.cs 9e6117f074 Sealed uninherited `internal` classes (2) (#658) 2 years ago
PreviewerControl.cs dbcf0a60e2 Previewer: replaced the rendering system based on the SkPicture class and its serialization mechanism, with on-demand image rendering 1 year ago
PreviewerWindow.axaml dbcf0a60e2 Previewer: replaced the rendering system based on the SkPicture class and its serialization mechanism, with on-demand image rendering 1 year ago
PreviewerWindow.axaml.cs 8161e456d0 Updated QuestPDF Previewer to Avalonia 11 2 years ago
PreviewerWindowViewModel.cs dbcf0a60e2 Previewer: replaced the rendering system based on the SkPicture class and its serialization mechanism, with on-demand image rendering 1 year ago
Program.cs 27c7383437 Updated repository structure 2 years ago
QuestPDF.Previewer.csproj cc4d83fff7 2024.3.0 1 year 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