• Spire.PDF for .NET 9.8.5 Crack


    Spire.PDF for .NET is a professional PDF API applied to creating, writing, editing, handling and reading PDF files without any external dependencies within .NET ( C#, VB.NET, ASP.NET, .NET Core, .NET 5.0, .NET 6.0, .NET 7.0, MonoAndroid and Xamarin.iOS ) application. Using this .NET PDF library, you can implement rich capabilities to create PDF files from scratch or process existing PDF documents entirely through C#/VB.NET without installing Adobe Acrobat.

     

    Many rich features can be supported by the .NET PDF API, such as adding digital signature, including timestamp in signature, creating PDF Portfolio, PDF text/attachment/image extract, PDF merge/split, metadata update, section, graph/image drawing and inserting, table creation and processing, and importing data etc. Besides, Spire.PDF for .NET can be applied to easily converting Text, Image, SVG ,HTML to PDF and convert PDF to Excel with C#/VB.NET in high quality.

    Hot Fix Version: 9.8.5

    CategoryIDDescription
    BugSPIREPDF-1752Fixed the issue that opening the result file in Adobe failed after creating an overlay.
    BugSPIREPDF-5146Fixed the issue that the watermark was changed after decrypting a PDF file.
    BugSPIREPDF-5865
    SPIREPDF-6114
    Fixed the issue that finding cross-line text in a PDF file failed.
    BugSPIREPDF-6024Fixed the issue that setting FitToPage and FitToHTML properties under PdfHtmlLayoutFormat didn't take effect.
    BugSPIREPDF-6140Fixed the issue that printing the same PDF file multiple times resulted in increased file size and printing time.
    BugSPIREPDF-6150Fixed the issue that the content orientation was incorrect when printing double-sided.
    BugSPIREPDF-6193Fixed the issue that the application threw a "System.NullReferenceException" exception when adding attachments to a PDF file.

    Hot Fix Version: 9.7.17

    CategoryIDDescription
    New feature-Supports PDF documents text comparison function.
    PdfDocument pdf1 = new PdfDocument(inputFile_1);
    PdfDocument pdf2 = new PdfDocument(inputFile_2);
    PdfComparer compare = new PdfComparer(pdf1, pdf2);
    compare.Options.SetPageRanges(0, pdf1.Pages.Count - 1, 0, pdf2.Pages.Count - 1);
    compare.Compare(outputFile);
    BugSPIREPDF-6113Fixed the issue that it consumed excessive resource  when converting PDF to OFD.
    BugSPIREPDF-6129Fixed the issue that the special European characters (ü, ä, ö) were displayed incorrectly when converting PDF to image and printing PDF files.
    BugSPIREPDF-6145Fixed the issue that the program threw a null pointer exception when getting images.
    BugSPIREPDF-6155Fixed the issue that there was an extra error message in the " Document Integrity Report. " after adding an invisible signature.
    BugSPIREPDF-6157Fixed the issue that the program threw " System.Exception: Cannot create Graphics object from an image with an indexed pixel format " when extracting tables.
  • 相关阅读:
    Azure - 机器学习:自动化机器学习中计算机视觉任务的超参数
    Maven创建父子工程详解
    java计算机毕业设计基于安卓Android的校园单车租赁App
    【解决】设置pip安装依赖包路径默认路径在conda路径下,而不是C盘路径下
    深度优先搜索(二)
    Linux常用命令——convertquota命令
    快速入门:构建您的第一个 .NET Aspire 应用程序
    【Centos7.9通过systemctl启动zookeeper和kafka失败】
    EventSystem 事件系统
    S32K144时钟学习
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/132598089