Skip to content

Latest commit

 

History

History

CreateDocumentFromBlazorWasm

Create PDF document in a Blazor WebAssembly application

This sample shows how to generate PDF documents in a Blazor WebAssembly application.

Use Docotic.Pdf library to create, read, or edit PDF documents in Blazor applications. That allows you to process PDF documents in the frontend using the powerful .NET library.

Look at the main logic in /Pages/Index.razor and /wwwroot/index.html files.

See also