We are delighted to announce the release of Spire.Presentation 10.5.8. The latest version enhances the conversion from Presentation to PDF. Besides, the issue where Microsoft Powerpoint displayed an error message when opening a PPT file that was directly loaded and saved is fixed successfully. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2858 Fixes the issue that there was incorrect text content when converting a specific PPT document to PDF. Bug SPIREPPT-2842 Fixes the issue where Microsoft Powerpoint displayed an error message when opening a PPT file that was…
We are delighted to announce the release of Spire.XLS for Java 15.5.1. This version enhances the conversion from Excel to HTML. Besides, some known issues are fixed successfully in this version, such as the issue that the program threw an exception when calling Worksheet.findAllString for specific documents. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-5737 Fixes the issue that the program threw an exception when calling Worksheet.findAllString for specific documents. Bug SPIREXLS-5750 Fixes the issue that the images shifted upward when converting specific Excel files to HTML. Bug…
We're pleased to announce the release of Spire.XLS for C++ 15.5.0. This release adds a list of new features, such as supports setting page size during Excel to PDF conversion, embedding images into cells, grouping shapes, and enabling revision mode. Details are shown below. Here is a list of changes made in this release Category ID Description Adjustment - Upgrades SkiaSharp->3.116.1 New feature - Supports setting page size when converting Excel to PDF. intrusive_ptr workbook = new Workbook(); intrusive_ptr sheet = workbook->GetWorksheets()->Add(L""0""); intrusive_ptr a1 = sheet->GetRange(L""A1""); a1->SetValue(L""taatat""); sheet->GetPageSetup()->SetPaperSize(PaperSizeType::PaperA0); workbook->SaveToFile(outputFile.c_str(), ExcelVersion::Version2013); workbook->Dispose(); New feature - Supports grouping Shapes. intrusive_ptr book =…
We're pleased to announce the release of Spire.XLS for Python 15.5.0. This version supports grouping Shapes. Besides, some known bugs are fixed successfully, such as the issue where saving a chart to an image caused the program to report a "SpireException: Arg_InvalidCastException" error. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4191 Supports grouping Shapes. workbook = Workbook() workbook.LoadFromFile(inputFile) worksheet = workbook.Worksheets[0] shape1 = worksheet.PrstGeomShapes[0] shape2 = worksheet.PrstGeomShapes[1] groupShapeCollection = worksheet.GetGroupShapeCollection() groupShapeCollection.Group([shape1, shape2]) workbook.SaveToFile(outputFile, ExcelVersion.Version2013) workbook.Dispose() New feature SPIREXLS-4460 Supports replacing the font. wb = Workbook() wb.LoadFromFile(inputFile) sheet…
We are excited to announce the release of Spire.XLS for JavaScript 15.5.0. This version adds 19 new features, such as grouping Shapes, enabling revision mode, and embedding images into cells. Moreover, it also upgrades SkiaSharp and enhances the conversion from Shape to images. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports 19 new features, including: Groupe Shapes. const workbook = wasmModule.Workbook.Create(); const sheet = workbook.Worksheets.get(0); const shape1 = sheet.PrstGeomShapes.AddPrstGeomShape(1, 3, 50, 50, spirexls.PrstGeomShapeType.RoundRect); const shape2 = sheet.PrstGeomShapes.AddPrstGeomShape(5, 3, 50, 50, spirexls.PrstGeomShapeType.Triangle); const groupShapeCollection = sheet.GroupShapeCollection; groupShapeCollection.Group([shape1,…
We're pleased to announce the release of Spire.PDF 11.4.10. This version supports printing using .NET Standard DLL and retrieving PdfHideAction in buttons. Moreover, some known issues that occurred when converting PDF to images and saving files have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-7372 Supports retrieving PdfHideAction in buttons. //Initialize an instance of the PdfDocument instance PdfDocument doc = new PdfDocument(); //Load a PDF document doc.LoadFromFile(inputFile); //Initialize an instance of the StringBuilder class StringBuilder sb = new StringBuilder(); //Get the form from…
We are excited to announce the release of Spire.Doc for Python 13.4.6. The latest version supports matching and finding all keywords within paragraphs. Besides, some known bugs are fixed in this update, such as the issue that the text was garbled when converting Word to TXT. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-10348 SPIREDOC-11127 Supports matching and finding all keywords within paragraphs. #Create word document document = Document() #Load the document from disk. document.LoadFromFile(inputFile) #Insert the paragraphs of document for i in range(document.Sections.Count): section = document.Sections.get_Item(i)…
We are delighted to announce the release of Spire.PDF for Android via Java 10.4.0. This version supports setting 'PreserveAllowedMetadata=true' when using PdfStandardsConverter. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-6921 Supports setting 'PreserveAllowedMetadata=true' when using PdfStandardsConverter. PdfStandardsConverter converter = new PdfStandardsConverter(stream); converter.Options.PreserveAllowedMetadata = true; Click the link below to get Spire.PDF for Android via Java 10.4.0: https://www.e-iceblue.com/Download/pdf-for-android-via-java.html
page 15