Spire.PDF for Python 9.12.0 supports creating list box form fields
2023-12-08 09:23:06
We are excited to announce the release of Spire.PDF for Python 9.12.0. This version supports creating list box form fields and defining unordered markup styles. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6415 Supports creating list box form fields. listBoxField = PdfListBoxField(page, "listbox") listBoxField.Items.Add(PdfListFieldItem("Item 1", "item1")) listBoxField.Items.Add(PdfListFieldItem("Item 2", "item2")) listBoxField.Items.Add(PdfListFieldItem("Item 3", "item3")) listBoxField.Bounds = listboxBound listBoxField.Font = font listBoxField.SelectedIndex = 0 doc.Form.Fields.Add(listBoxField) New feature SPIREPDF-6416 Supports defining unordered markup styles. marker = PdfMarker(PdfUnorderedMarkerStyle.Asterisk) Click the link below to get Spire.PDF for Python 9.12.0: https://www.e-iceblue.com/Download/Spire-PDF-Python.html
Spire.PDF 9.12 enhances the conversion from SVG and OFD to PDF
2023-12-06 09:39:58
We are pleased to announce the release of Spire.PDF 9.12. This version enhances the conversion from SVG and OFD to PDF. What's more, some other known issues are also fixed in this version, such as the issue that the text could not be extracted. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6041 Fixes the issue that the data on the second page and subsequent pages were lost after flattening PDF form fields. Bug SPIREPDF-6331 Fixes the issue that PDFs converted from SVG couldn't be opened with Adobe. Bug…
Spire.PDF for Java 9.12.0 enhances the conversion from PDF to SVG
2023-12-04 09:39:00
We are pleased to announce the release of Spire.PDF for Java 9.12.0. This version enhances the conversion from PDF to SVG, PDF/A1B, and PDF/A2A. Besides, some known issues are fixed successfully in this version, such as the issue that the stamps were lost when printing PDF after adding stamps and locking them. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6265 Fixes the issue that the result document was blank when converting PDF to SVG on Linux system. Bug SPIREPDF-6363 Fixes the issue that the result document didn't meet…
Spire.Office 8.11.2 is released
2023-11-30 07:58:16
We are happy to announce the release of Spire.Office 8.11.2. In this version, Spire.Doc publicizes the enumeration of Spire.Doc.Publics.Drawing.FontStyle; Spire.PDF adds the new PdfImageHelper interface for image extraction, deletion, replacement and compression; Spire.Presentation releases several new features, such as obtaining the height and width of the text area within a shape and retrieving text from different lines within a shape. Besides, a lot of known issues are fixed successfully in this version. More details are listed below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions:…
Spire.Presentation 8.11.1 supports obtaining the height and width of the text area within a shape
2023-11-30 03:30:33
We are excited to announce the release of Spire.Presentation 8.11.1. This version releases several new features, such as obtaining the height and width of the text area within a shape and retrieving text from different lines within a shape. Besides, it also fixes the issue that the program threw System.InvalidCastException exception when executing the shape.TextFrame.GetTextLocation() method. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2378 Supports preserving position information of shapes relative to slides when converting shapes to SVG. byte[] svgByte = shape.SaveAsSvgInSlide(); FileStream fs = new FileStream("shapePath_"…
Spire.Office for C++ 8.11.0 is released
2023-11-29 02:50:24
We are delighted to announce the release of Spire.Office for C++ 8.11.0. This version adds support for the Linux platform. Spire.PDF for C++ supports the PdfMarker type. In addition, some known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for C++ 8.11.0: https://www.e-iceblue.com/Download/office-for-cpp.html Here is a list of changes made in this release Spire.PDF for C++ Category ID Description New feature SPIREPDF-5945 Supports the PdfMarker type. intrusive_ptr<PdfDocument> doc = new PdfDocument(); intrusive_ptr<PdfNewPage> page = Object::Dynamic_cast<PdfNewPage>(doc->GetPages()->Add()); intrusive_ptr<PdfMarker> marker = new PdfMarker(PdfUnorderedMarkerStyle::CustomImage); marker->SetImage(PdfImage::FromFile(inputFile_Img.c_str())); std::wstring listContent = L"Data Structure\n"; listContent += L"Algorithm\n"; listContent +=…
Spire.PDF for C++ 9.11.0 supports the PdfMarker type
2023-11-29 01:19:12
We are excited to announce the release of Spire.PDF for C++ 9.11.0. This version supports the PdfMarker type. It also enhances the conversion from PDF to XPS and PowerPoint files. Moreover, some known issues are fixed successfully in this version, such as the issue that compressing PDF documents failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5945 Supports the PdfMarker type. intrusive_ptr<PdfDocument> doc = new PdfDocument(); intrusive_ptr<PdfNewPage> page = Object::Dynamic_cast<PdfNewPage>(doc->GetPages()->Add()); intrusive_ptr<PdfMarker> marker = new PdfMarker(PdfUnorderedMarkerStyle::CustomImage); marker->SetImage(PdfImage::FromFile(inputFile_Img.c_str())); std::wstring listContent = L"Data Structure\n"; listContent += L"Algorithm\n"; listContent += L"Computer…
Spire.Office for Java 8.11.3 is released
2023-11-27 01:44:52
We are delighted to announce the release of Spire.Office for Java 8.11.3. In this version, Spire.XLS for Java supports retrieving comments from the Name Manager; Spire.PDF for Java enhances the conversion from PDF to Word documents and PPTX files; Spire.Presentation for Java enhances the conversion from slides to SVG. In addition, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.11.3: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.XLS for Java Category ID Description New feature SPIREXLS-4919 Supports retrieving comments from the Name Manager.…
