BootstrapBlazor.PdfReader 10.0.12

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package BootstrapBlazor.PdfReader --version 10.0.12
                    
NuGet\Install-Package BootstrapBlazor.PdfReader -Version 10.0.12
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BootstrapBlazor.PdfReader" Version="10.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BootstrapBlazor.PdfReader" Version="10.0.12" />
                    
Directory.Packages.props
<PackageReference Include="BootstrapBlazor.PdfReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BootstrapBlazor.PdfReader --version 10.0.12
                    
#r "nuget: BootstrapBlazor.PdfReader, 10.0.12"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BootstrapBlazor.PdfReader@10.0.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BootstrapBlazor.PdfReader&version=10.0.12
                    
Install as a Cake Addin
#tool nuget:?package=BootstrapBlazor.PdfReader&version=10.0.12
                    
Install as a Cake Tool

Bootstrap Blazor Component

A set of enterprise-class UI components based on Bootstrap and Blazor.

License Github build Repo Size Commit Date codecov


Features

  • Enterprise-class UI designed for web applications.
  • A set of high-quality Blazor components out of the box.
  • Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
  • Supports Progressive Web Applications (PWA).
  • Build with C#, a multi-paradigm static language for an efficient development experience.
  • .NET 6.0, with direct reference to the rich .NET ecosystem.
  • Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.

Online Examples

website

Installation Guide

git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run

Quick Installation Guide

Install Package

dotnet add package BootstrapBlazor

Add the following to _Imports.razor

@using BootstrapBlazor.Components

Add the following to the MainLayout.razor

<BootstrapBlazorRoot>
    @Body
</BootstrapBlazorRoot>

Add the following to your HTML head section

it's either index.html or _Layout.cshtml/_Host.cshtml/App.razor depending on whether you're running WebAssembly or Server

<link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css" />

Add the following script at the end of the body

<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>

Add the following to the relevant sections of Program.cs

builder.Services.AddBootstrapBlazor();

Usage

<Display Value="@_text"></Display>
<Button Text="Button" OnClick="@ClickButton"></Button>

@code {
    private string? _text;
    private void ClickButton(MouseEventArgs e)
    {
        _text = DateTime.Now.ToString();
    }
}

Install CLI Template

  1. Install the template
dotnet new install Bootstrap.Blazor.Templates::*
  1. Create the Boilerplate project with the template
dotnet new bbapp
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on BootstrapBlazor.PdfReader:

Package Downloads
BlazorShared

BlazorMaui , 整合Blazor,BootstrapBlazor UI组件库,Maui的共享跨平台工程示例共享库

BootstrapBlazor.Densen.All

Blazor 组件懒人包

BootstrapBlazor.Shared

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on BootstrapBlazor.PdfReader:

Repository Stars
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
LANCommander/LANCommander
densen2014/BlazorMaui
用 c # 和 Razor 创建本机移动应用和桌面应用。使用 Blazor.BB.Maui,可以快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS 的应用。
densen2014/BlazorHybrid
关于BlazorHybrid的一切研究. 用 c # 和 Razor 创建本机移动应用和桌面应用。快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS、Linux 的应用。
Version Downloads Last Updated
10.0.23 55 12/21/2025
10.0.22 278 12/18/2025
10.0.21 250 12/18/2025
10.0.20 261 12/17/2025
10.0.19 256 12/17/2025
10.0.18 165 12/14/2025
10.0.17 142 12/14/2025
10.0.16 142 12/14/2025
10.0.15 117 12/13/2025
10.0.14 98 12/13/2025
10.0.13 98 12/13/2025
10.0.12 130 12/12/2025
10.0.11 730 12/3/2025
10.0.10 663 12/3/2025
10.0.9 679 12/2/2025
10.0.8 274 11/30/2025
10.0.7 104 11/29/2025
10.0.6 154 11/28/2025
10.0.5 159 11/28/2025
10.0.4 159 11/28/2025
10.0.4-beta03 153 11/28/2025
10.0.4-beta02 158 11/28/2025
10.0.4-beta01 159 11/28/2025
10.0.3 188 11/27/2025
10.0.2 175 11/27/2025
10.0.1 178 11/27/2025
10.0.1-beta08 165 11/27/2025
10.0.1-beta07 162 11/27/2025
10.0.1-beta06 169 11/26/2025
10.0.1-beta05 167 11/26/2025
10.0.1-beta04 167 11/26/2025
10.0.1-beta01 177 11/24/2025
10.0.0 394 11/12/2025
9.0.1 8,692 4/29/2025
9.0.0 12,675 11/13/2024
9.0.0-beta02 177 11/7/2024
9.0.0-beta01 483 11/1/2024
8.0.4 23,626 4/18/2024
8.0.3 1,845 1/24/2024
8.0.2 1,855 12/9/2023
8.0.1 523 12/5/2023
8.0.1-beta2 182 12/5/2023
8.0.1-beta 190 12/5/2023
8.0.0 812 11/15/2023
7.2.0 4,414 8/22/2023
7.1.11-beta 179 8/22/2023
7.1.10 4,199 3/18/2023
7.1.9 443 3/18/2023
7.1.8 2,007 1/26/2023
7.1.7 593 1/25/2023
7.1.5 426 1/24/2023
7.1.4 940 12/26/2022
7.1.3 414 12/26/2022
7.1.2 740 12/18/2022
7.1.1 450 12/18/2022
7.1.0 422 12/18/2022
7.0.8-beta 230 12/16/2022
7.0.7 575 12/14/2022
7.0.6 633 12/7/2022
7.0.5 457 12/7/2022
7.0.4 450 12/7/2022
7.0.3 630 12/7/2022
7.0.2 519 12/7/2022
7.0.1 425 12/6/2022
7.0.0 438 12/6/2022
0.0.1 486 12/6/2022