We are excited to announce the release of Spire.PDF 9.3.4. This version supports embedding fonts into PDF documents and creating "Show/Hide Fields" action. It also optimized the document compression function. Moreover, many known issues are fixed in this version, such as the issue that converting PDF to Word resulted in incorrect content. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3933 Supports embedding fonts into PDF documents. PdEmbeddedFontConverter converter = new PdEmbeddedFontConverter ("InputFile"); convert.ToEmbeddedFontPdf("resultFile"); New feature SPIREPDF-5396 Supports creating "show/hide a field" action. PdfDocument pdf = new PdfDocument(inputFile);…
We are glad to announce the release of Spire.PDF 9.2.6. This version supports setting the text alignment type for PdfFreeTextAnnotation and saving to stream after compressing the PDF file. What’s more, many known issues are fixed in this release, such as the issue that the content was incorrect after printing a PDF file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5733 Supports setting the text alignment type for PdfFreeTextAnnotation. RectangleF rect = new RectangleF(x, y, 100, 15); PdfFreeTextAnnotation textAnnotation = new PdfFreeTextAnnotation(rect); TextAlignment(textAnnotation); textAnnotation.TextAlignment = PdfAnnotationTextAlignment.Right; New…
We are happy to announce the release of Spire.PDF 9.2.2. This version adds TextCompressionOptions to support setting compression type and supports setting the color space of PdfSeparationColor as RGB. Besides, it enhances the conversion from PDF to Excel as well as images and XPS to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5132 Supports setting the color space of PdfSeparationColor as RGB. PdfDocument pdf = new PdfDocument(); PdfPageBase page = pdf.Pages.Add(); PdfRGBColor c = Color.Purple; //color space RGB PdfSeparationColorSpace cs = new PdfSeparationColorSpace("MySpotColor", new PdfRGBColor(c.R, c.G,…
We are happy to announce the release of Spire.PDF 8.12.7. This version adds a new interface for converting PDF to Word. It enhances the conversion from PDF to Excel as well. What’s more, many known issues are fixed in this release, such as the issue that the text content found by location was not correct. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds a new interface for converting PDF to Word. PdfToWordConverter converter= new PdfToWordConverter (inputPDF); converter.SaveToDocx(outputWord); converter.Dispose(); Bug SPIREPDF-5580 Fixes the issue that the images…
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…
Page 5 of 8
page 5