We are glad to announce the release of Spire.PDF 8.6.1. This version supports setting the author and subject for PDFLineAnnotation, and supports setting the ForeColor for CheckBox field. It also enhances the conversion from OFD to PDF. In addition, it fixes some known issues such as the field text was incorrect after printing. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5095 Supports setting the author and subject for PDFLineAnnotation. if (annotation is PdfLineAnnotationWidget) { PdfLineAnnotationWidget lineAnn = annotation as PdfLineAnnotationWidget; //PdfLineAnnotation lineAnn = annotation as PdfLineAnnotation; lineAnn.Author…
We are excited to announce the release of Spire.PDF 8.5.0. This version supports converting OFD to PDF stream. Additionally, it fixes some known issues such as the images are black after converting PDF to images and the cell division of the table was incorrect after converting PDF to Excel. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5098 Supports converting OFD to PDF stream. OfdConverter converter = new OfdConverter(inputFile); //Save to stream MemoryStream tempStream = new MemoryStream(); converter.ToPdf(tempStream); Bug SPIREPDF-2502 Fixes the issue that caused black images after…
We are glad to announce the release of Spire.PDF 8.4.15. This version enhances the conversion from PDF to Word and PDF to images. In addition, it fixes some known issues such as the memory consumption wasn't release immediately after merging PDF files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-349 SPIREPDF-372 SPIREPDF-377 Fixes the issue that the content was incorrect after converting XPS to PDF. Bug SPIREPDF-386 Fixes the issue that the application threw "OutOfMemoryException" when converting XPS to PDF. Bug SPIREPDF-438 Fixes the issue that the signature…
We are glad to announce the release of Spire.PDF 8.3.9. This version supports filling XFA image field. In addition, it fixes some known issues such as the merged PDF file was unable to be opened. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-415 Supports filling XFA image field. PdfDocument pdfDocument = new PdfDocument(); pdfDocument.LoadFromFile(inputFile); PdfFormWidget form = pdfDocument.Form as PdfFormWidget; if (form.XFAForm != null) { List<XfaField> xFields = form.XFAForm.XfaFields; for (int i = 0; i < xFields.Count; i++) { if (xFields[i] is XfaImageField) { XfaImageField xImageField =…
We are glad to announce the release of Spire.PDF 8.2.2. This version supports getting JavaScript strings from the PDF form field. It also enhances the conversion from PDF to Image. In addition, it fixes some known issues such as the calculation of the added JavaScriptAction did not take effect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3165 Supports getting JavaScript strings from the PDF form field. Spire.Pdf.PdfDocument doc = new Spire.Pdf.PdfDocument(); doc.LoadFromFile(@"input.pdf", FileFormat.PDF); PdfFormWidget fw = doc.Form as PdfFormWidget; StringBuilder sb = new StringBuilder(); for (int i…
We are glad to announce the release of Spire.PDF 8.1.4. This version supports converting OFD to PDF and image, and support setting layer print properties, as well as supports adding InkAnnotation. In addition, it fixes some known issues such as the extracted text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports converting OFD to PDF and image. OfdConverter converter = new OfdConverter("inputFile"); converter.ToPdf("outputFile"); converter.ToImage(pageIndex); converter.ToImage(pageIndex, dpiX, dpiY); New feature SPIREPDF-2732 Supports setting layer print properties. converter.ToLinearizedPdf("Linearized.pdf"); PdfDocument pdfDoc = new PdfDocument(); pdfDoc.LoadFromFile(inputFile); Spire.Pdf.PdfPageBase page;…
We are glad to announce the release of Spire.PDF 8.1. This version supports removing JavaScript of the PDF document. It also enhances the conversion from PDF to PDF/A. In addition, it fixes some known issues such as the content was incorrect after printing. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3345SPIREPDF-4825 Supports removing JavaScript of the PDF document. PdfDocument doc = new PdfDocument(@"input.pdf"); doc.RemoveDocumentJavaScript(); doc.SaveToFile(@"output.pdf", FileFormat.PDF); Bug SPIREPDF-1245 Fixes the issue that the text content extracted was incorrect. Bug SPIREPDF-3731 Fixes the issue that the signature was…
We are pleased to announce the release of Spire.PDF 7.12.1. This version supports NET 6.0, as well as supports getting the PDF page where the attachment is located, also supports to adds the methods of decrypting PDFs. In addition, it enhances the conversion from PDF to OFD, XPS to PDF, PDF to images. Besides, it fixes some known issues such as the result PDF size became larger after deleting image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-4762 Supports .NET 6.0 New feature SPIREPDF-4577 Adds the methods…
Page 10 of 11
page 10