PPT notes

P

Prithvis

Hi,

I am writing a piece of code to extract the powerpoint speaker notes
and display them in a html file. I am able to extract the speaker notes
from the slides by using sh.TextFrame.TextRange.Text . Though I am
getting the text, all the formatting bullets are lost. How do I retain
the formatting while displaying the speaker notes in the html.

-Prithvis
 
P

Prithvis

Hi Steve,

Thanks for your replay. I will try doing this. Is there a way to retain
other formattings like Fonts Bold, Italic etc. What I had observe when
you save the ppt as web page it retains all the formatting and all
these ppt formatting gets converted to a CSS file which the html used.
My requirement is just to display the speaker notes with formatting in
a html document.

Your advice or suggestion would be a great help for me.

Thanks
Prithvis
 
P

Prithvis

Steve,

Hat's off to you. The problem resolved. I got all the information that
I wanted. This is really great. I was struggling so much, you just
solve it with 2 lines.

-Prithvis
 
P

Prithvis

Steve,

I am able to get all the formatting that I need and also able to
convert those to html. I have one last and major problem. How do I
detect and convert the bullets from ppt to html. I have nested bullets.

I know you are the only person here who can help me out... :)

-Prithvis
 
P

Prithvis

Steve,

I see, but I see only you as my life saver now... others too far to
reach out :)

Can you tell me how do I get simple 2 level bullets (number and
unnumbered). Thats it what I want to do with these crazy bullets.

-Prithvis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top