Spire.PDFViewer | 新闻
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

Spire.PDFViewer 8.2.6 现已正式发布。该版本在Form、WPF和MAUI新增了“查找上一个”和“查找下一个”功能。同时,pdfDocumentViewer1.SearchText() 方法已被声明为旧方法,本版本中使用 pdfDocumentViewer1.Find() 方法替代。详情如下。 新功能: 在Form、WPF和MAUI新增“查找上一个”和“查找下一个”功能。同时 pdfDocumentViewer1.SearchText() 方法已弃用,使用 pdfDocumentViewer1.Find() 替代。 private void Form1_Load(object sender, EventArgs e) { string pdfDoc = @"test.pdf"; if (File.Exists(pdfDoc)) { this.pdfDocumentViewer1.LoadFromFile(pdfDoc); this.pdfDocumentViewer1.Find("FindedText", Color.Empty); } } private void before_Click(object sender, EventArgs…
Spire.PDFViewer 8.2.1 已发布,该版本推出了跨平台的 .NET 7.0 通用版本,并优化了面向 Windows 平台的专用版本。具体更新详情如下。 新功能: 推出了跨平台的 .NET 7.0 版本,支持在所有操作系统上运行。 调整: 优化了平台专用的.NET 7.0-Windows10.0.19041 版本,确保对系统特性和 API 的完整支持。 获取 Spire.PDFViewer 8.2.1 请点击: https://www.e-iceblue.cn/Downloads/Spire-PDFViewer-NET.html
我们很高兴地宣布 Spire.PDFViewer 8.1.8 的发布。此更新引入了对 Windows 上 MAUI 的支持,并解决了 PDF 内容无法完整显示的问题。更多详细信息如下。 新功能: 支持Windows平台的MAUI。 支持在缩略图选中页面时,对页面添加边框效果。 问题修复: WinForm平台修复了PDF内容显示不完整的问题。 获取 Spire.PDFViewer 8.1.8 请点击: https://www.e-iceblue.cn/Downloads/Spire-PDFViewer-NET.html
Spire.PDFViewer 8.1.3 已发布。本次更新修复了设置"Anchor"属性后,控件抛”NullReferenceException“的问题。详情请阅读以下内容。 问题修复: 修复了设置"Anchor"属性后,控件抛”NullReferenceException“的问题。 获取 Spire.PDFViewer 8.1.3,请点击: https://www.e-iceblue.cn/Downloads/Spire-PDFViewer-NET.html