An example of creating a powerpoint with openxml

Where can I find "Hello World" with text and image insertion in a ppt file with OpenXML? I can not create a simple template.

+2
source share
1 answer

Before you begin designing a template for PowerPoint, read the presentationML framework from this PDF .

Refer to the following link to create PPT using OPENXML. How to create a presentation document by specifying a file name (Open XML SDK)

Refer to the following link to insert an image in a PPT Insert image into a PPT file.

Additional OpenXML Examples See OPENXML Developerorg

+1
source

All Articles