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 Mar 01, 2024 12:07 pm

I have a one slide ppt attached with one textbox. Spire returns false to IsTextBox. I need all the textbox formatting and text etc. Please assist.

tgnanakumaran
 
Posts: 12
Joined: Thu Jul 16, 2020 7:25 pm

Mon Mar 04, 2024 8:14 am

Hello,

Thank you for your inquiry.
I have tested the file you provided using the latest version of Spire.Presentation Pack Hotfix Version: 9.2.0, and the result of "slide.Shapes[0].IsTextBox" returned as "true." Kindly upgrade to this version and conduct the test again. If the issue persists after the test, please provide the following information for us to further investigate. Thank you in advance.
1) Your test environment, such as OS info (E.g. Windows 7, 64-bit) and region setting (E.g. China, Chinese).
2) Your application type, such as Console app (. Net 6.0).

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1657
Joined: Wed Apr 07, 2021 2:50 am

Wed Mar 06, 2024 1:26 pm

I am using version 8.11.1

When I update the nuget pkg to the latest, this line errors

Spire.License.LicenseProvider.SetLicenseKey

How do I use my license in 9.2.0?

Thanks

tgnanakumaran
 
Posts: 12
Joined: Thu Jul 16, 2020 7:25 pm

Thu Mar 07, 2024 3:14 am

Hello,

Thanks for your feedback.
Starting from version 9.6.0 of Spire.PDF, version 11.5.12 of Spire.Doc, version 13.6.0 of Spire.Xls and version 8.6.0 of Spire.Presentation,
we have made changes to the licensing method. Please update your application's applying licensing key method accordingly.

Spire.Presentation.License.LicenseProvider.SetLicenseKey("your license key");

Spire.Pdf.License.LicenseProvider.SetLicenseKey("your license key");
Spire.Doc.License.LicenseProvider.SetLicenseKey("your license key");
Spire.Xls.License.LicenseProvider.SetLicenseKey("your license key");
https://www.e-iceblue.com/Tutorials/Licensing/Licensing.html#Apply_by_Key
We apologize for any inconvenience caused and for not notifying you in a timely manner.

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1657
Joined: Wed Apr 07, 2021 2:50 am

Return to Spire.Presentation