• 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.
  • 相关阅读:
    HTML5-列表、表格、媒体元素、页面结构分析
    CSS实现空心的“尖角”
    AJAX——案例_天气预报
    python笔记
    异常概述
    Java实战:Spring Boot热部署DevTools使用
    Mybatis实战练习四【单个条件(动态SQL)&添加数据】
    APP自动化测试,Appium+PO模式+Pytest框架实战—项目案例
    ITR服务体系的常见问题和华为构建ITR的经验分享
    数据库基础——3.SQL概述及规范
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/132598089