• Spire.Office for .NET 7.11.0 冬季之约好时光~@~


    Spire.Office for .NET is a combination of Enterprise-Level Office .NET API offered by E-iceblue. It includes Spire.Doc, Spire.XLS, Spire.Spreadsheet, Spire.Presentation, Spire.PDF, Spire.DataExport, Spire.OfficeViewer, Spire.PDFViewer, Spire.DocViewer, Spire.Barcode and Spire.Email. Spire.Office contains the most up-to-date versions of the above .NET API.

    Spire.Office for .NET, developers can create a wide range of applications. It enables developers to open, create, modify, convert, print, View MS Word, Excel, PowerPoint and PDF documents. Furthermore, it allows users to export data to popular files such as MS Word/Excel/RTF/Access, PowerPoint, PDF, XPS, HTML, XML, Text, CSV, DBF, Clipboard, SYLK, PostScript, PCL, etc.

    Spire.Office for .NET can be linked into any type of a 32-bit or 64-bit .NET application including ASP.NET, Web Services and WinForms for .NET Framework version 2.0 to 4.5. Spire.Office also supports to work on .NET Core, .NET 5.0, .NET 6.0, Microsoft Azure, Mono Android and Xamarin.iOS.

    Spire.PDF
    CategoryIDDescription
    New featureSPIREPDF-5086Supports locking document after signing.
    signature.Lock = true;
    New feature-Supports compressing documents.
    PdfCompressor compressor = new PdfCompressor(inputFile);
    compressor.CompressToFile(outputFile);
    BugSPIREPDF-724Fixes the issue that the program threw KeyNotFoundException when converting PDF to images.
    BugSPIREPDF-4718Fixes the issue that the content was garbled when printing PDF.
    BugSPIREPDF-5485Fixes the issue that the program threw ArgumentOutOfRangeException when converting PDF to OFD.
    BugSPIREPDF-5486Fixes the issue that the program threw ArgumentException when converting PDF to SVG.
    BugSPIREPDF-5497Fixes the issue that the content was incorrect after converting PDF to images.
    SPIREPDF-5526
    BugSPIREPDF-5512Fixes the issue that the program threw NullReferenceException when merging PDFs.
    BugSPIREPDF-5516Fixes the issue that the seal lost after converting PDF to OFD.
    BugSPIREPDF-5534Fixes the issue that the program threw NullReferenceException when splitting PDFs.
    BugSPIREPDF-5549Fixes the issue that the program threw "A generic error occurred in GDI+" error when converting PDF to images
    BugSPIREPDF-5468Fixes the issue that the application threw System.IndexOutOfRangeException when converting PDF to images.
    BugSPIREPDF-5478Fixes the issue that the application threw System.ArgumentOutOfRangeException when merging PDF files.
    BugSPIREPDF-5481Fixes the issue that the generated PDF file could not be opened by Adobe Acrobat Pro 9.3 after redrawing page content.
    Spire.Presentation
    CategoryIDDescription
    New feature-Supports detecting if the chart data uses "SwitchRowAndColumn" function.
    bool result = chart.IsSwitchRowAndColumn();
    BugSPIREPPT-2064Fixes the issue that the background color was incorrect after converting PPT to PDF.
    Spire.Doc
    CategoryIDDescription
    BugSPIREDOC-7223Fixes the issue that the OLE object was incorrect after converting Word to PDF using NETCore dll.
    BugSPIREDOC-7288Fixes the issue that the table layout was incorrect after converting Word to PDF.
    BugSPIREDOC-7846Fixes the issue that Greek text was garbled after converting Word to RTF.
    BugSPIREDOC-8056Fixes the issue that some of the content was in reverse order after converting Word to PDF.
    BugSPIREDOC-8178Fixes the issue that the footer content was not fully displayed after converting Word to PDF.
    BugSPIREDOC-8330Fixes the issue that the line spacing changed from double to single after converting RTF to Word.
    BugSPIREDOC-8355Fixes the issue that the application threw an error"This is not a structured storage file" when loading file.
    BugSPIREDOC-8364Fixes the issue that the special symbol of formulas was missing when converting Word to PDF.
    BugSPIREDOC-8372Fixes the issue that character count of the Word document was incorrect.
    BugSPIREDOC-8373Fixes the issue that the alignment style of the table cell was changed after saving a docx file.
    BugSPIREDOC-8385Fixes the issue that the pictures were lost after converting HTML to images.
    BugSPIREDOC-8406Fixes the issue that the table width was incorrect after converting Word to PDF.
    BugSPIREDOC-7535Fixes the issue that the tag name of the custom attribute added in XML was inconsistent with MS Word.
    BugSPIREDOC-8084Fixes the issue that the program threw System.DivideByZeroException when converting Word to PDF in linux server.
    BugSPIREDOC-8191Fixes the issue that the updated IF field value was incorrect.
    BugSPIREDOC-8198Fixes the issue that the digit delimiter was incorrect after mail merging.
    BugSPIREDOC-8278Fixes the issue that the text was missing when converting Word to PDF in linux server.
    BugSPIREDOC-8353Fixes the issue that there was an extra blank page when converting Word to PDF in linux server.
    BugSPIREDOC-8358Fixes the issue that the program threw ArgumentOutOfRangeException when loading a doc file.
    BugSPIREDOC-8377Fixes the issue that the program threw ArgumentException when converting HTML to PDF.
    BugSPIREDOC-8383Fixes the issue that the text indentation was incorrect when converting Word to PDF.
    BugSPIREDOC-8391Fixed the issue that the content of formulas was unclear when converting Word to HTML
    BugSPIREDOC-8402Fixes the issue that the table borders lost when converting Word to HTML.
    BugSPIREDOC-8415Fixes the issue that the title level was incorrect when converting HTML to PDF.
    BugSPIREDOC-8444Fixes the issue that the content format was incorrect after doing mail merging for a Docx file and converting it to PDF.
    BugSPIREDOC-8468Fixes the issue that the program threw StackOverflowException when converting ODT to PDF.
    BugSPIREDOC-8495Fixes the issue that there was blank space between charaters when converting Word to PDF.
    BugSPIREDOC-8540Fixes the issue that the table format was incorrect after adding table in new document and converting it to PDF.
    BugSPIREDOC-8555Fixes the issue that the background color was discontinuous when converting Word to PDF.
    BugSPIREDOC-8562Fixes the issue that the created document format was incorrect when opening it in Beyond Compare tool.
    BugSPIREDOC-8588Fixes the issue that the vector sign was incorrect when converting Word to PDF.
    Spire.XLS
    CategoryIDDescription
    BugSPIREXLS-3674Fixes the issue that the content format was incorrect after converting Excel to HTML.
    BugSPIREXLS-4074Fixes the issue that it failed to get text of checkbox.
    BugSPIREXLS-4098Fixes the issue that the legend order was incorrect after converting chart to image.
    BugSPIREXLS-4106Fixes the issue that the format of dropdown box was incorrect after converting Excel to ODS.
    BugSPIREXLS-4111Fixes the issue that getting the FirstColumn returned incorrect value.
    BugSPIREXLS-4123Fixes the issue that the date format was incorrect after converting Xml to Excel.
    BugSPIREXLS-4130Fixes the issue that it failed to clear the "inconsistent formula" error prompt.
    BugSPIREXLS-4131Fixes the issue that the shape was lost after converting Excel to PDF.
    BugSPIREXLS-4155Fixes the issue that the effect was incorrect after setting the border style.
    BugSPIREXLS-4157Fixes the issue that the application threw an exception when loading an Excel in which the sheet name contains the character "#".
    BugSPIREXLS-4162Fixes the issue that using the method (firstSheet.PageSetup.DifferentFirst = 0) to cancel different header on the first page didn't take effect.
    BugSPIREXLS-4165Fixes the issue that it failed to autofit row height.
  • 相关阅读:
    亿万级别Kafka演进之路:可靠性+事务+消息中间件+源码+日志
    18. 线性代数 - 线性变换
    2023年09月 Python(五级)真题解析#中国电子学会#全国青少年软件编程等级考试
    Oracle 事务的开启和结束
    STM32中断简介
    Python编程必备:掌握列表遍历的6种神级技巧!
    2020年网络搭建与应用——国赛samba答案
    亚信安慧AntDB数据并行加载工具的实现(二)
    spring中如何使用作业调度框架Quartz呢?
    有一说一,外包公司到底值不值得去?
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/127767034