Blazor Server / WebAssembly (WASM)
Does IronPDF support Blazor Server and Blazor WebAssembly (WASM)?
IronPDF supports Blazor Server but not Blazor WebAssembly (WASM).
To save a PDF in Blazor Server, convert the PDF document stream to a byte array, and then pass to a JavaScript function to download.
You can view a full Blazor Server tutorial on our website: https://ironpdf.com/how-to/blazor-tutorial/