Spire.PDF 10.6.25 enhances the conversion from PDF to OFD and XPS to PDF
2024-06-25 09:43:23
We are glad to announce the release of Spire.PDF 10.6.25. This version enhances the conversion from PDF to OFD and PDFA1A as well as XPS to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that the signature validation was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6721 Fixes the issue that the results of extracting images from PDF were incorrect. Bug SPIREPDF-6775 Fixes the issue that the effect of setting "PdfButtonWidgetFieldWidget.SetButtonImage()" was incorrect. Bug SPIREPDF-6791 Fixes the issue that the…
Spire.XLS 14.6.6 supports converting Excel to Markdown format
2024-06-25 08:11:20
We're pleased to announce the release of Spire.XLS 14.6.6. This version supports converting Excel to Markdown format, and fixes some issues that occurred when converting Excel to image/HTML, and adding filter to Excel PivotTable. More details are shown below. Here is a list of changes made in this release Category ID Description New feature - Supports converting Excel to Markdown format. Workbook workbook = new Workbook(); workbook.LoadFromFile("input.xlsx"); workbook.SaveToFile("output.md",FileFormat.Markdown); Bug SPIREXLS-5191 Fixes the issue that the application threw "ArgumentOutOfRangeException" when setting "horizontal" and "vertical" type borders. Bug SPIREXLS-5243 Fixes the issue that the effect was incorrect when calling "Worksheet.Activate()" method. Bug…
Spire.Doc 12.6.10 supports loading customized font replacement rules in XML format for conversion
2024-06-24 07:38:38
We are excited to announce the release of Spire.Doc 12.6.10. This version supports loading custom font replacement rules in XML format for conversion and saving the XML of the document's default font replacement rules. Besides, it enhances the conversion from Word to PDF and HTML to Word. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the Document.SaveFontFallbackRuleSettings() method to save the XML of the document's default font replacement rules. Document document = new Document(); document.LoadFromFile(inputFile); document.SaveFontFallbackRuleSettings("FontReplacementRuleSettings.xml"); New feature - Adds the Document.LoadFontFallbackRuleSettings() method to load custom…
Spire.PDF for Java 10.6.2 enhances the conversion from PDF to OFD and images
2024-06-21 07:38:25
We are delighted to announce the release of Spire.PDF for Java 10.6.2. This version enhances the conversion from PDF to OFD and images and SVG to PDF. Besides, some known issues are fixed successfully in this version, such as the issue that an error "StringIndexOutOfBoundsException" was thrown when extracting PDF tables. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6767 Fixes the issue that an error "StringIndexOutOfBoundsException" was thrown when extracting PDF tables. Bug SPIREPDF-6781 Fixes the issue that text was overlapped after converting PDF to images. Bug SPIREPDF-6796…
Spire.Doc for Java 12.6.2 supports displaying a prompt message when a corresponding font is not found during conversion
2024-06-18 09:43:27
We're pleased to announce the release of Spire.Doc for Java 12.6.2. This version supports displaying a prompt message when a corresponding font is not found during Word conversion. Meanwhile, it also fixes some issues that occurred when converting Word to PDF, and HTML to Word. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10465 Supports displaying a prompt message when a corresponding font is not found during Word conversion. Document doc = ConvertUtil.GetNewEngineDocument(); doc.loadFromFile(input); HandleDocumentSubstitutionWarnings substitutionWarningHandler = new HandleDocumentSubstitutionWarnings(); doc.setWarningCallback(substitutionWarningHandler); doc.saveToFile(output_1); StringBuilder sb = new StringBuilder(); Iterator iterator…
Spire.XLS for Java 14.6.2 enhances the conversion from Excel to images
2024-06-18 04:28:32
We are delighted to announce the release of Spire.XLS for Java 14.6.2. This version enhances the conversion from Excel to images. Besides, some known issues are fixed in this version, such as the issue that the effect of setting "autoFitColumns()" was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5223 Fixes the issue that the formula values were calculated incorrectly when transferring Excel to images. Bug SPIREXLS-5238 Fixes the issue that the effect of setting "autoFitColumns()" was incorrect. Bug SPIREXLS-5256 Fixes the issue that an exception "com.spire.xls.packages.spramg: Invalid…
Spire.PDF for Python 10.6.1 supports comparing PDF documents
2024-06-14 06:00:17
We're pleased to announce the release of Spire.PDF for Python 10.6.1. This version supports comparing PDF documents and fixes some known issues, such as the application throwing an exception when obtaining image coordinates. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6784 Supports comparing PDF documents. pdf1 = PdfDocument() pdf1.LoadFromFile(inputFile_1) pdf2 = PdfDocument() pdf2.LoadFromFile(inputFile_2) comparer = PdfComparer(pdf1, pdf2) comparer.Compare(outputFile) Bug SPIREPDF-6764 Fixes the issue that the application threw an exception when obtaining image coordinates. Bug SPIREPDF-6795 Fixes the issue that the application threw an exception when getting images…
Spire.PDF 10.6.7 supports converting PDF to Markdown
2024-06-13 09:02:35
We are delighted to announce the release of Spire.PDF 10.6.7. This version supports converting PDF documents to Markdown files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting PDF documents to Markdown files. PdfDocument doc = new PdfDocument("input.pdf"); doc.SaveToFile("output.md", FileFormat.Markdown); Click the link to download Spire.PDF 10.6.7: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html More information of Spire.PDF new release or hotfix: https://www.e-iceblue.com/forum/spire-pdf-new-release-or-hotfix-t4704.html
