We are happy to announce the release of Spire.Presentation 7.10.2. This version supports detecting if the chart data uses "SwitchRowAndColumn" function. Besides, it fixes the issue that the background color was incorrect after converting PPT to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports detecting if the chart data uses "SwitchRowAndColumn" function. bool result = chart.IsSwitchRowAndColumn(); Bug SPIREPPT-2064 Fixes the issue that the background color was incorrect after converting PPT to PDF. Click the link to download Spire. Presentation 7.10.2: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More information of Spire.Presentation…
We are happy to announce the release of Spire.Presentation 7.9.2. This version supports setting not to convert hidden slides when converting PowerPoint to PDF and supports finding the first matching text in a slide and modifying its style. Besides, it enhances the conversion from PowerPoint to images. Moreover, some known issues are fixed successfully. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-2037 Supports finding the first matching text in a slide and modifying its style. Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); string text = "create"; TextRange textRange…
We are happy to announce the release of Spire.Presentation 7.8. This version enhances the conversion from PowerPoint to PDF. Besides, some known issues are fixed successfully, such as the issue that the application threw exception "DocumentEditException" when copying slides and the issue that the data couldn’t be updated automatically after changing the data source of the chart. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1992 Fixes the issue that the application threw the "DocumentEditException" exception when copying slide. Bug SPIREPPT-1997 Fixes the issue that caused incorrect content format…
We are excited to announce the release of Spire.Presentation 7.7.5. This version supports the creation of new chart types defined in PowerPoint 2016, namely Waterfall, Treemap, Boxandwhisker, Histogram, Pareto, and SunBurst. This release provides the SlidePicture.Crop() method supporting cropping slide pictures and provides the InsertPicture(stream) mehtod to insert pictures to slide from file stream. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1965 Supports cropping slide picture. SlidePicture slidePicture = (SlidePicture)presentation.Slides[0].Shapes[0]; slidePicture.Crop(float x, float y, float width, float height); New feature SPIREPPT-1984 Provides InsertPicture(stream) to insert picture from…
We are excited to announce the release of Spire.Presentation 7.7.1. This version enhances the conversion from PowerPoint to PDF. Additionally, it also fixes some known issues such as after loading and saving PPTX files, the generated file was corrupt when opening it in Microsoft PowerPoint. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1957 Fixes the issue that the content was incorrect after converting PowerPoint to PDF. Bug SPIREPPT-1970 Fixes the issue that after saving as PPTX, the generated file prompted an error message "the content has problem" when…
We are happy to announce the release of Spire.Presentation 7.6.1. This version fixes the issue that the fill color obtained from a shape was incorrect and the issue that the application threw exception "ArgumentOutOfRangeException" when HTML was inserted to PowerPoint. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-1963 Fixes the issue that the fill color obtained from a shape was incorrect. Bug SPIREPPT-1967 Fixes the issue that the application threw exception "ArgumentOutOfRangeException" when HTML was inserted to PowerPoint. Click the link to download Spire. Presentation 7.6.1: https://www.e-iceblue.com/Download/download-presentation-for-net-now.html More…
We are excited to announce the release of Spire.Presentation 7.5.3. This version adds a method called GetAllTextFrame to get text content of a slide. In addition, it fixes some known issues such as the position of the text in the text box is incorrect when converting PowerPoint to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIRE.PPT-1933 Adds a method of getting text content of a slide,slide.GetAllTextFrame() Presentation ppt = new Presentation(); ppt.LoadFromFile(inputFile); foreach (ISlide slide in ppt.Slides) { ArrayList arrayList = slide.GetAllTextFrame(); foreach (String text in…
We are glad to announce the release of Spire.Presentation 7.4.5. This version supports getting the number format of ChartData, and enhances the conversion from PowerPoint to PDF. In addition, it fixes some known issues such as the saved background image was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPPT-1905 Supports getting the number format of ChartData. Presentation ppt = new Presentation(); ppt.LoadFromFile(@"input.pptx", Spire.Presentation.FileFormat.Pptx2013); IChart chart = ppt.Slides[1].Shapes[0] as IChart; var numberFormat = chart.ChartData[1, 1].NumberFormat; Bug SPIREPPT-518 Fixes the issue that the text line format was lost…
Page 4 of 5
page 4