We are glad to announce the release of Spire.PDF 8.7.9. This version support creating tagged PDF files and PDF/UA files. It also enhances the conversion from PDF to SVG. Additionally, it fixes some known issues such as the application threw "System.NotSupportedException" when signing a PDF document with a timestamp server. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3803 Support creating tagged PDF files. //Note:At present, in order to ensure the validity of the output tagged PDF file, it is necessary to add the valid license of Spire.PDF…
We are glad to announce the release of Spire.PDF 8.7.2. This version supports loading OFD file from stream and adds an interface that supports print settings in WPF assembly. It also enhances the conversion from PDF to image. Additionally, it fixes some known issues such as the PdfX1A2001 converted from PDF didn't conform to the specification. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5241 Supports loading OFD file from stream Stream stream = File.OpenRead(inputFile); OfdConverter converter = new OfdConverter(stream); MemoryStream ms = new MemoryStream(); converter.ToPdf(ms); New feature…
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;…
Page 6 of 7
page 6