Create PowerPoint slides using an input text

  • Thread starter Thread starter chikitin1
  • Start date Start date
C

chikitin1

Guest
Hi,


I am totally new to C# but I have a good background in programming in Java. My goal is to automatically create some content formatted in a specific way.

My input is a Unicode text with say N = 20 lines

I want to create N/2 slides, each with text from 2 lines of the input file and centered with Font size 32.

So, slide one takes the first two lines of the files, slide two takes the next two lines, etc.

If anyone could guide me through this also tell which APIs I need to use I do appreciate it.

If anyone could guide me I do greatly appreciate it.


Continue reading...
 
Back
Top