📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

gotho.blazorpdf.mudblazor

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

gotho.blazorpdf.mudblazor

3.0.0
unpublished
NuGet
Version published
Maintainers
0
Created
Source

Mud PDF

Originally a port of the BlazorBootstrap PDF viewer, Mud PDF is a simple yet powerful PDF solution for MudBlazor.

Installation

Grab the package from nuget.org;

dotnet add package Gotho.MudBlazor.PdfViewer --version 2.1.0

Configure

Add the following to your application startup in Program.cs;

builder.Services.AddMudBlazorPdfViewer();

Update your App.razor file to import the required CSS;

<link href="_content/Gotho.MudBlazor.PdfViewer/mudpdf.min.css" rel="stylesheet"/>

Then, add the namespace to your _Imports.razor file.

@using MudBlazor.PdfViewer

You should now be fully setup to use the MudPdfViewer component in your code!

Prerequisites

In order to use this package, your project will need to be configured with the following;

  • MudBlazor Version 8.0.0 or later
  • .NET Version 8.0 or 9.0

Usage & Examples

Please see the documentation site for detailed examples

Keywords

Blazor

FAQs

Package last updated on 16 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts