• 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.
  • 相关阅读:
    Rabbitmq 的管理配置
    js深度学习(三)
    jenkins+sonar
    【数据结构】优先级队列(堆)
    关于JDK/Java支持TTC字体的思路
    Lua 协程 + 过滤器实现生产者和消费者
    复习单片机:流水灯(内含2种方法(左移操作符法+crol法)+设计思路+原始代码)
    【第二章 数据的表示和运算】d1
    windows 禅道一键安装包的升级
    利用EFK对日志进行采集
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/132598089