Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Fri Aug 23, 2024 9:13 am

Hello,

Thank you for your feedback.
I have reproduced the issue you mentioned and have logged it into our bug tracking system with the reference number SPIREPPT-2592. We will notify promptly once the development team fixes the issue.
Regarding the watermark issue, may I ask if you applied the license using the following method? If not, please use this method:

Code: Select all
Spire.Presentation.License.LicenseProvider.SetLicenseKey("your license key");


Please replace "your license key" with your actual license key. If you have any further questions or concerns, please don't hesitate to reach out.

Sincerely,
Doris
E-iceblue support team
User avatar

Doris.Liu
 
Posts: 407
Joined: Mon Nov 07, 2022 8:10 am

Wed Oct 23, 2024 5:10 pm

Any updates on this?

boosted_d16 wrote:Found an issue with the new release.

Problem:
when cloning a slide, if the slide has a chart and the chart has a string in the data container, then the chart's range is wiped out. This should not happen.

Cause:
Strings (i.e. "abc") in data (blue container) causes this to happen.

Solution:
The chart's range should persist after the slide is cloned.

test1.png


To reproduce the error:
1. use this pptx below,
2. clone the slide to a new pptx
3. open the chart's data and you will notice the chart's range is lost

if you did this in powerpoint manually the chart's range will persist.
pga-509-corrupt-3 (1).zip

boosted_d16
 
Posts: 34
Joined: Wed Apr 19, 2023 11:41 am

Thu Oct 24, 2024 9:30 am

Hi,

I'm sorry, but this issue has not been resolved yet. The development team made some adjustments to the code previously, but unfortunately, they didn't pass the tests, so further adjustments are needed. I will urge the development team to address this issue as soon as possible and will inform you promptly once it is fixed.

Sincerely,
Doris
E-iceblue support team
User avatar

Doris.Liu
 
Posts: 407
Joined: Mon Nov 07, 2022 8:10 am

Return to Spire.Presentation