We’re pleased to announce the release of Spire.PDF 11.9.17. This version includes several important bug fixes, addressing text rendering issues with Hebrew and Arabic scripts, problems with text extraction, OFD-to-PDF conversion, and PDF printing using the .NET Standard DLL. See the full details below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-1134 Fixes the issue where the text order was incorrect when rendering mixed Hebrew and English strings. Bug SPIREPDF-2641 SPIREPDF-4108 Fixes the issue where Arabic text displayed incorrectly in TextBox form fields. Bug SPIREPDF-5073 Fixes the issue where extra characters appeared when…
We're pleased to announce the release of Spire.PDF 11.9.8. This version adds the SaveAsImage method in the NETStandard DLL to support customizing image DPI when converting PDF to images, and introduces the Collate property to set the print order for multiple copies. Meanwhile, some issues that occurred in PDF conversion, font embedding, and annotation rendering have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-7617 Adds the SaveAsImage(int pageIndex, int dpiX, int dpiY) method in the NETStandard DLL to support customizing image DPI when…
We’re pleased to announce the release of Spire.PDF for .NET 11.8.7. This version supports setting the width and height of the SVG files converted from PDFs. Meanwhile, it fixes several bugs related to file format conversion and text replacement. More details are given below. Here is a list of changes made in this release Category ID Description New Feature SPIREPDF-7649 Supports setting the width and height of SVG files when converting PDF to SVG. PdfToSvgConverter converter = new PdfToSvgConverter(inputFile); converter.SvgOptions.ScaleX = (float)0.5; converter.SvgOptions.ScaleY = (float)0.5; converter.Convert(outputFile); Bug Fix SPIREPDF-5710 Fixed an issue where text direction was incorrectly reversed when adding…
We’re pleased to announce the release of Spire.PDF 11.8.0. This version optimizes the time consumption for converting PDF to PDFA. Meanwhile, it fixes several issues related to PDF conversion, text extraction, and table content display. More details are listed below. Here is a list of changes made in this release Category ID Description Optimization SPIREPDF-7471 Optimizes the time consumption for converting PDF to PDFA. Adjustment — Upgrades some dependency versions in .NET Core 2.0 and .NET 6.0. Bug Fix SPIREPDF-7454 Fixes the issue where content discrepancies occurred when converting PDF to TIFF images. Bug Fix SPIREPDF-7515 Fixes the issue where…
We're pleased to announce the release of Spire.PDF 11.7.14. The latest version supports XlsxLineLayoutOptions.TextRecognizer to enhance the PDF-to-Excel conversion using OCR libraries. Moreover, some known bugs are fixed in the new version, such as the issue that the content was incorrect when converting XPS to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7430SPIREPDF-7427 Supports XlsxLineLayoutOptions.TextRecognizer to enhance the PDF-to-Excel conversion using OCR libraries. PdfDocument doc = new PdfDocument(); doc.LoadFromFile("in.pdf"); XlsxLineLayoutOptions options = new XlsxLineLayoutOptions(false, false, false, true); options.TextRecognizer = new TextRecognizer(); doc.ConvertOptions.SetPdfToXlsxOptions(options); doc.SaveToFile("out.xlsx", Spire.Pdf.FileFormat.XLSX); // niget…
We’re pleased to announce the release of Spire.PDF 11.7.10. This version improves the conversion result from EMF to PDF. More details are listed below. Here is a list of changes made in this release: Category ID Description Bug SPIREPDF-6991 Fixed the issue where Arabic text did not display correctly when converting an EMF file to PDF. Click the link to download Spire.PDF 11.7.10: 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
We're pleased to announce the release of Spire.PDF 11.7.2. This version adds support for extracting custom data values from PDFs. Additionally, it includes multiple bug fixes that improve PDF conversion, rendering, form field flattening, printing, and exception handling. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7505 Adds GetCustomApplicationData() to support extracting custom PDF data values. PdfDocument doc = new PdfDocument(inputFile); PdfApplicationData appplicationDataObject = doc.GetCustomApplicationData(); Dictionary<object, object> privateDataObject = appplicationDataObject.Private as Dictionary<object, object>; string privateData = privateDataObject["WinsertPrivateCatalogData"] as string; Bug SPIREPDF-5089 Optimizes the time consumption of converting PDF…
We're pleased to announce the release of Spire.PDF 11.6.18. This version improves the accuracy and consistency of converting PDF files to images by fixing issues related to rendering and transparency. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6918SPIREPDF-6919 Fixed the issue of incorrect rendering when converting PDF to images. Bug SPIREPDF-7117 Fixed the inconsistency in transparency when converting PDF to images. Click the link to download Spire.PDF 11.6.18: 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
Page 2 of 11
page 2