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.…
Spire.XLS for Java 13.11.6 enhances the conversions from Excel to Html
2023-11-24 10:44:26
We're pleased to announce the release of Spire.XLS for Java 13.11.6. This version mainly fixes some issues that occurred when converting Excel to Html/PDF and copying worksheets. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4966 Fixes the issue that the application threw the "java.lang.NullPointerException" exception when converting worksheets to HTML documents. Bug SPIREXLS-4967 Fixes the issue that excessive "0" characters occurred in the text content when converting Excel documents to HTML documents. Bug SPIREXLS-4968 Fixes the issue that the cell content was partially lost when converting Excel to…
Spire.XLS 13.11.4 enhances the conversion from Excel to HTML
2023-11-24 10:38:52
We're pleased to announce the release of Spire.XLS 13.11.4. This version mainly fixes the issues occurring when convert Excel to HTML or PDF. In addition, some known issues are fixed, such as the function SHEET(A3) did not auto calculate, and the watermark was incorrect after copying a worksheet. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4876 Fixed the issue that some cells were missing when convert Excel to HTML. Bug SPIREXLS-4880 Fixed the issue that the font directory did not take effective when converting Excel to PDF. Bug…
Spire.Doc 11.11.8 publicizes the enumeration of Spire.Doc.Publics.Drawing.FontStyle
2023-11-24 10:28:22
We are pleased to announce the release of Spire.Doc 11.11.8. This version publicizes the enumeration of Spire.Doc.Publics.Drawing.FontStyle. What's more, the namespace of the "FontStyle" in the "PrivateFontPath" structure has also been changed to "Spire.Doc.Publics.Drawing". More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Publicizes the enumeration Spire.Doc.Publics.Drawing.FontStyle. New feature - Changes the namespace of the "FontStyle" in the "PrivateFontPath" structure to "Spire.Doc.Publics.Drawing". Instructions: Changes the method "public PrivateFontPath(string fontName, System.Drawing.FontStyle fontStyle, string fontPath)" to "public PrivateFontPath(string fontName, Spire.Doc.Publics.Drawing.FontStyle fontStyle, string fontPath)". Changes the method "public PrivateFontPath(string fontName, System.Drawing.FontStyle…
Spire.PDF for Java 9.11.3 enhances the conversion from PDF to Word and PowerPoint
2023-11-24 10:15:14
We are delighted to announce the release of Spire.PDF for Java 9.11.3. This version enhances the conversion from PDF to Word documents and PPTX files. Besides, some known issues are fixed successfully in this version, such as the issue that extracting the contents of tables in PDF failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5830 Fixes the issue that extracting the contents of tables in PDF failed. Bug SPIREPDF-6315 Fixes the issue that the content was drawn repeatedly when converting PDF to PPTX on Ubuntu system. Bug…
