Programmactically convert text file to powerpoint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I create powerpoint files, save them using Visual Basic or MFC. My
goal is to read standard text files and create slide from each line from the
file.

Here is an example of a file:

1. I am here
2. You are too

This would create a presentation file with two slides
 
How do I create powerpoint files, save them using Visual Basic or MFC. My
goal is to read standard text files and create slide from each line from the
file.

Here is an example of a file:

1. I am here
2. You are too

This would create a presentation file with two slides

Save that text as a plain ascii file with a TXT extension.
Open it in PowerPoint.

Voila.

For more specifics re automating PPT poke around the PPT FAQ hereabouts:

PROGRAMMING POWERPOINT
http://www.pptfaq.com/index.html#name_PROGRAMMING_POWERPOINT
 

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

Back
Top