News Category

We are excited to announce the release of Spire.PDF 8.12.5. This version supports setting the form field's Show/Hide, adding custom metadata, and adding a namespace to PDF metadata. Besides, it enhances the conversion from PDF to DOCX and images. What’s more, many issues are fixed in this version, such as the issue that finding text failed after drawing a watermark. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-2352 Supprts setting form field's Show/Hide. Spire.Pdf.Fields.PdfField field = formWidget.FieldsWidget.List[0] as Spire.Pdf.Fields.PdfField; //field.AnnotationFlags = Spire.Pdf.Annotations.PdfAnnotationFlags.Default; // Setting visibility field.AnnotationFlags =…
We are excited to announce the release of Spire.PDF 8.11.10. This version supports .NET 7.0 and converting PDF to PPTX. At the same time, it adds a new method of compressing PDF document. What’s more, some known issues are successfully fixed in this version, such as the issue that the background color lost after drawing TIFF images on page. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports .NET 7.0. Supports converting PDF to PPTX. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile(inputFile); pdf.SaveToFile(outputFile, FileFormat.PPTX) New feature SPIREPDF-2534 SPIREPDF-4641…
We are excited to announce the release of Spire.PDF 8.11.2. This version adds a new method to compress PDF documents. Besides, it enhances the conversion from PDF to Word, images, and PDFX1A2001 as well as OFD to PDF. Moreover, some known issues are successfully fixed in this version, such as the issue that the printing result was incorrect when the screen font display size was not 100%. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-2713 Adds a new method to compress PDF documents. PdfCompressor compressor = new…
We are excited to announce the release of Spire.PDF 8.11.0. This version supports locking documents after signing and compressing documents. Besides, it enhances the conversion from PDF to OFD, SVG, and images. Furthermore, some known issues are successfully fixed, such as the issue that the program threw NullReferenceException when merging PDFs. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5086 Supports locking document after signing. signature.Lock = true; New feature - Supports compressing documents. PdfCompressor compressor = new PdfCompressor(inputFile); compressor.CompressToFile(outputFile); Bug SPIREPDF-724 Fixes the issue that the program…
We are glad to announce the release of Spire.PDF 8.10.5. This version enhances the conversion from PDF to images. Besides, some known issues are fixed, such as the issue that the generated PDF files could not be opened by Adobe Acrobat Pro 9.3 after redrawing page content. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5468 Fixes the issue that the application threw System.IndexOutOfRangeException when converting PDF to images. Bug SPIREPDF-5478 Fixes the issue that the application threw System.ArgumentOutOfRangeException when merging PDF files. Bug SPIREPDF-5481 Fixes the issue that…
We are glad to announce the release of Spire.PDF 8.9. This version supports setting the zoom type of bookmarks to Brought forward, and supports setting the zoom type of hyperlinks to Brought forward, as well as supports adding digital signatures with pictures. In addition, it fixes some known issues such as the text position was incorrect after printing PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5462 Supports setting the zoom type of bookmarks to Brought forward. PdfDocument pdf = new PdfDocument(); pdf.LoadFromFile(inputFile); PdfBookmarkCollection bookmarks = pdf.Bookmarks;…
We are happy to announce the release of Spire.PDF 8.9.2. This version supports converting PDF to OFD with attachments together and setting the binding orientation when creating a booklet. Besides, it enhances the conversion from PDF to OFD, images, and SVG. Moreover, some known issues are fixed, such as the issue that caused incorrect text position after filling text field. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5358 Supports setting the binding orientation when creating a booklet. float width = PdfPageSize.A4.Width * 2; float height = PdfPageSize.A4.Height; …
We are happy to announce the release of Spire.PDF 8.8.6. This version enhances the conversion from PDF to SVG as well as images and OFD to PDF. Besides, some known issues are fixed, such as the issue that converted PDF/A3A documents were not standards-compliant and the issue that file corrupted after grayscale conversion. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-572 Fixes the issue of incorrect padding of domain values. Bug SPIREPDF-5279 Fixes the issue that the application throws "System.ArgumentException: invalid color operands in instruction" in PDF grayscale…
Page 4 of 6