BootstrapBlazor.PdfReader 8.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package BootstrapBlazor.PdfReader --version 8.0.3
NuGet\Install-Package BootstrapBlazor.PdfReader -Version 8.0.3
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="8.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BootstrapBlazor.PdfReader --version 8.0.3
#r "nuget: BootstrapBlazor.PdfReader, 8.0.3"
#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.
// Install BootstrapBlazor.PdfReader as a Cake Addin
#addin nuget:?package=BootstrapBlazor.PdfReader&version=8.0.3

// Install BootstrapBlazor.PdfReader as a Cake Tool
#tool nuget:?package=BootstrapBlazor.PdfReader&version=8.0.3

Blazor Pdf Reader PDF阅读器 组件

QQ截图20221218143438

示例:

https://www.blazor.zone/PdfReaders

https://blazor.app1.es/pdfReaders

使用方法:

1.nuget包

BootstrapBlazor.PdfReader

2._Imports.razor 文件 或者页面添加 添加组件库引用

@using BootstrapBlazor.Components

3.razor页面

<PdfReader FileName="pdf/sample.pdf" />
           
<PdfReader FileName="https://blazor.app1.es/_content/DemoShared/sample.pdf" />

<pre>流化方式,可跨域</pre>
<PdfReader FileName="https://densen.es/test/webdev/pdf/sample.pdf" 
           StreamMode="true"/> 

4.参数说明

参数 说明 默认值 旧版名称
FileName PDF文件路径(Url或相对路径) null Filename
StreamMode 使用流化模式,可跨域读取文件 false EnableStreamingMode
LocalFileName PDF本地文件路径 null
Width 宽 单位(px/%) 100%
Height 高 单位(px/%) 500px
StyleString 组件外观 Css Style
Page 页码 1
Pagemode 页面模式, EnumPageMode 类型 Thumbs
Zoom 缩放模式, EnumZoomMode 类型 Auto
Search 查询字符串
Refresh() 刷新组件
ShowPdf(Stream stream,bool forceLoad = true,islocalFile = false) 从 stream 渲染PDF
ShowPdf(string localFileName) 从 Local File 渲染PDF
NavigateToPage(int page) 跳转页码
Refresh(int page) 跳转页码
Refresh(string? search, int? page, EnumPageMode? pagemode, EnumZoomMode? zoom) 刷新组件(查询关键字,页码,页面模式,缩放模式)
Stream 用于渲染的文件流,为空则用URL参数读取文件 PdfStream
ViewerBase 浏览器页面路径 内置 PDFJS_URL
Navpanes 显示导航窗格 true
Toolbar 显示工具栏 true
Statusbar 显示状态栏 true
Debug 显示调试信息
AutoStreamMode 'http' 开头自动使用流模式读取 true
Watermark 水印内容
ReadOnly 禁用复制/打印/下载
CompatibilityMode 兼容模式,兼容旧版浏览器 false
CompatibilityNoneES5 兼容模式,兼容旧版不支持es5的浏览器 false

更新历史

v8.0.3

  • 修复 ShowPdf 缓存问题
  • ShowPdf 添加参数,forceLoad ,islocalFile
  • 添加 ShowPdf(string localFileName) 从 Local File 渲染PDF

v8.0.1

  • 添加 LocalFileName 读取本地文件路径
  • 添加 Stream 缓存提高性能
  • 优化搜索功能

v7.2.0

  • 兼容 .pfb 和 .bcmap

v7.1.10

  • 修复直接使用组件 ShowPdf 方法报错.

v7.1.9

  • 升级兼容模式版本,修复移动端手势缩放,部分文件字体无法正常加载.(感谢Ponderfly的PR)

v7.1.8

  • 添加 CompatibilityNoneES5 : 兼容模式,兼容旧版不支持es5的浏览器
  • Chrome < 97 自动使用 2.4.456 版本
  • Chrome < 109 自动使用 2.6.347 版本
  • 注:ReadOnly 和 Watermark 在这两种兼容模式下不能使用

v7.1.7

  • 添加 CompatibilityMode : 兼容模式,兼容旧版浏览器

v7.1.5

  • 添加 AutoStreamMode: 'http' 开头自动使用流模式读取
  • 添加 Watermark : 水印内容
  • 添加 ReadOnly : 禁用复制/打印/下载

v7.1.4

  • Filename 更改为 FileName

v7.1.3

  • 移除pdfobject, 一些参数也被移除,请注意更改
移除参数
UrlBase
View

v7.1

  • 移除pdfobject, 一些参数也被移除,请注意更改
移除参数
Func<string, Task>? OnInfo
Func<string, Task>? OnError
ForceIframe
ForcePDFJS
UrlBase
View

Blazor 组件

条码扫描 ZXingBlazor nuget stats

图片浏览器 Viewer

手写签名 SignaturePad

定位/持续定位 Geolocation

屏幕键盘 OnScreenKeyboard

百度地图 BaiduMap

谷歌地图 GoogleMap

蓝牙和打印 Bluetooth

PDF阅读器 PdfReader

文件系统访问 FileSystem

光学字符识别 OCR

电池信息/网络信息 WebAPI

文件预览 FileViewer

视频播放器 VideoPlayer

图像裁剪 ImageCropper

视频播放器 BarcodeGenerator

AlexChow

今日头条 | 博客园 | 知乎 | Gitee | GitHub

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. 
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 (2)

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

Repository Stars
dotnetcore/BootstrapBlazor
A set of enterprise-class UI components based on Bootstrap and Blazor
densen2014/BlazorMaui
用 c # 和 Razor 创建本机移动应用和桌面应用。使用 Blazor.BB.Maui,可以快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS 的应用。
Version Downloads Last updated
8.0.4 237 4/18/2024
8.0.3 837 1/24/2024
8.0.2 1,331 12/9/2023
8.0.1 324 12/5/2023
8.0.1-beta2 67 12/5/2023
8.0.1-beta 96 12/5/2023
8.0.0 567 11/15/2023
7.2.0 2,187 8/22/2023
7.1.11-beta 93 8/22/2023
7.1.10 3,336 3/18/2023
7.1.9 283 3/18/2023
7.1.8 1,533 1/26/2023
7.1.7 390 1/25/2023
7.1.5 267 1/24/2023
7.1.4 782 12/26/2022
7.1.3 260 12/26/2022
7.1.2 524 12/18/2022
7.1.1 275 12/18/2022
7.1.0 277 12/18/2022
7.0.8-beta 111 12/16/2022
7.0.7 398 12/14/2022
7.0.6 418 12/7/2022
7.0.5 284 12/7/2022
7.0.4 283 12/7/2022
7.0.3 417 12/7/2022
7.0.2 362 12/7/2022
7.0.1 267 12/6/2022
7.0.0 283 12/6/2022
0.0.1 302 12/6/2022