We are pleased to announce the release of Spire.PDF 9.9.9. This version enhances the conversion from PDF to images and OFD to PDF. What’s more, some other known issues are also fixed in this version, such as the issue that the size of split document was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6130 Fixes the issue that the program threw "System.StackOverflowException" when converting PDF to images. Bug SPIREPDF-6219 Fixes the issue that the program threw "System.ArgumentOutOfRangeException" when drawing HTML content. Bug SPIREPDF-6229 Fixes the issue that…
We are delighted to announce the release of Spire.PDF 9.9.3. This version supports setting page margins when printing and adds a new method to determine if a document is encrypted without loading the document. It also improves the conversion from PDF to Word, PDFA, and POSTSCRIPT as well as from OFD to PDF and images. Moreover, many known issues are fixed successfully in this version, such as the issue that it failed to open the compressed document with PDF reader. More details are listed below. Here is a list of changes made in this release Category ID Description New feature…
We are pleased to announce the release of Spire.PDF 9.8.5. This version fixed the issue that finding cross-line text in a PDF file failed. What’s more, some other known issues are also fixed in this version, such as the issue that the application threw a "System.NullReferenceException" exception when adding attachments to a PDF file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-1752 Fixed the issue that opening the result file in Adobe failed after creating an overlay. Bug SPIREPDF-5146 Fixed the issue that the watermark was changed after…
We are pleased to announce the release of Spire.PDF 9.7.17. This version supports PDF documents text comparison function. What’s more, some known issues are fixed in this version, such as the issue that it consumed excessive resource when converting PDF to OFD. More details are listed below. Here is a list of changes made in this release Category ID Description 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); Bug SPIREPDF-6113 Fixed the issue that…
We are excited to announce the release of Spire.PDF 9.7.14. This version supports retaining the same font name when converting PDF to Word and setting encryption options with the new interface when encrypting PDF documents. It also enhances the conversion from PDF to images. In addition, some known issues are fixed in this version, such as the issue that the table borders were thicker after printing PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3578 Supports retaining the same font name when converting PDF to Word.…
We are happy to announce the release of Spire.PDF 9.7.0. This version adds the supports for zoom level in fitting height and creating labeled PDF files containing structured tables. It also enhances the conversion from PDF to PDF/A3A and PDF/A1B. What’s more, some known issues are fixed in this version, such as the issue that the stamp rotated out of shape when printing PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5964 Supports creating labeled PDF files containing structured tables. PdfDocument doc = new PdfDocument(); PdfPageBase page…
We are excited to announce the release of Spire.PDF 9.6.0. This version supports converting multi-page PDF documents to single SVG files. It also enhances the conversion from PDF to Word, Excel, as well as PowerPoint and OFD to PDF. Besides, some known issues are fixed in this version, such as the issue that it failed to find text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5977 Supports converting multi-page PDF documents to single SVG files. // load file PdfDocument pdfDocument = new PdfDocument(); pdfDocument.LoadFromFile("input.pdf"); // convert multi-page…
We are happy to announce the release of Spire.PDF 9.5.4. This version optimizes the function of compressing PDF documents. It also enhances the conversion from PDF to Word, OFD, and images. In addition, a lot of known issues are fixed in this version, such as the issue that it failed to highlight text. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5840 Optimizes the function of compressing PDF documents. PdfCompressor compressor = new PdfCompressor("input.pdf"); compressor.Options.TextCompressionOptions.UnembedFonts = true; compressor.Options.ImageCompressionOptions.CompressImage = true; compressor.Options.ImageCompressionOptions.ResizeImages = true; compressor.Options.ImageCompressionOptions.ImageQuality = ImageQuality.Low; compressor.CompressToFile("output.pdf"); Bug…
Page 3 of 7