MarcinZiabek 553c8ab719 2022.9.1 il y a 3 ans
..
Resources b80b3414d8 Added http-based previewer il y a 3 ans
CommunicationService.cs d894914e7e Improved Previewer stability il y a 3 ans
Helpers.cs a6f4fd7f49 explicit disposal il y a 3 ans
InteractiveCanvas.cs b80b3414d8 Added http-based previewer il y a 3 ans
PreviewPage.cs 2a0b133185 Fixed incorrect file name il y a 3 ans
PreviewerApp.axaml 6914a9063a Set application name il y a 3 ans
PreviewerApp.axaml.cs b80b3414d8 Added http-based previewer il y a 3 ans
PreviewerControl.cs b80b3414d8 Added http-based previewer il y a 3 ans
PreviewerRefreshCommand.cs b80b3414d8 Added http-based previewer il y a 3 ans
PreviewerWindow.axaml 8cc2fb8696 Merge pull request #169 from fredericoregateiro/AvaloniaCompiledBindings il y a 3 ans
PreviewerWindow.axaml.cs b80b3414d8 Added http-based previewer il y a 3 ans
PreviewerWindowViewModel.cs 9fc721d66b Fix documentation link for previewer il y a 3 ans
Program.cs b80b3414d8 Added http-based previewer il y a 3 ans
QuestPDF.Previewer.csproj 553c8ab719 2022.9.1 il y a 3 ans
readme.md b80b3414d8 Added http-based previewer il y a 3 ans

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