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

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