Bennet Bo Fenner 9fc721d66b Fix documentation link for previewer há 3 anos atrás
..
Resources b80b3414d8 Added http-based previewer há 3 anos atrás
CommunicationService.cs d894914e7e Improved Previewer stability há 3 anos atrás
Helpers.cs a6f4fd7f49 explicit disposal há 3 anos atrás
InteractiveCanvas.cs b80b3414d8 Added http-based previewer há 3 anos atrás
PreviewPage.cs 2a0b133185 Fixed incorrect file name há 3 anos atrás
PreviewerApp.axaml 6914a9063a Set application name há 3 anos atrás
PreviewerApp.axaml.cs b80b3414d8 Added http-based previewer há 3 anos atrás
PreviewerControl.cs b80b3414d8 Added http-based previewer há 3 anos atrás
PreviewerRefreshCommand.cs b80b3414d8 Added http-based previewer há 3 anos atrás
PreviewerWindow.axaml 8cc2fb8696 Merge pull request #169 from fredericoregateiro/AvaloniaCompiledBindings há 3 anos atrás
PreviewerWindow.axaml.cs b80b3414d8 Added http-based previewer há 3 anos atrás
PreviewerWindowViewModel.cs 9fc721d66b Fix documentation link for previewer há 3 anos atrás
Program.cs b80b3414d8 Added http-based previewer há 3 anos atrás
QuestPDF.Previewer.csproj db9d8b5fcf Updated logo há 3 anos atrás
readme.md b80b3414d8 Added http-based previewer há 3 anos atrás

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