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.

Wed Aug 16, 2017 8:37 am

Hello,

I am trying to insert a HTML list (<ul> or <ol>) into my presentation with the addFromHtml method.
The result I am getting is just list items separated with carriage returns with no bullets or any kind of list formatting.

e.g->
Code: Select all
<ol>
  <li>One</li>
  <li>Two</li>
</ol>


Should be->
1. One
2. Two

But is->
One
Two
(One\rTwo as Shape.TextFrame.Text propery or as two paragraphs)

Is there a way to copy the html list structure into the presentation as a Power Point list?

Thanks in advance,

Dusan

dmilic
 
Posts: 11
Joined: Wed Aug 16, 2017 8:27 am

Wed Aug 16, 2017 9:57 am

Hello,

Thanks for your inkquiry.
I have noticed the issue and referre it to our dev team.Once there's any update, I will let you know.
Sorry for the inconvenience caused.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Tue Sep 26, 2017 3:58 am

Hello,

Glad to inform that your issue has been resolved and the hotfix is available now. Please download the Spire.Presentation Pack Hotfix Version:2.8.59 to have a test.
Looking forward to your feedback.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Wed Sep 27, 2017 7:30 am

Hi Dusan,

Have you tried the hotfix?
Could you please give us some feedback?

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Mon Oct 02, 2017 1:52 pm

Hello Jane,

Everything is working very well now.

Thank you for the fix,

Dusan

dmilic
 
Posts: 11
Joined: Wed Aug 16, 2017 8:27 am

Tue Oct 03, 2017 2:04 am

Dear Dusan,

Thanks for your feedback.
Please feel free to contact us if there is any question.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Presentation