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
 
Back
Top