5

Where can I find the 'Hello World' with the insert text and image in a ppt file with OpenXML? I'm not able to generate a simple template.

Miquel Coll
  • 759
  • 15
  • 49
Daniel
  • 103
  • 1
  • 4
  • 10

1 Answers1

4

Before going to develop a template for PowerPoint, read the presentationML structure from this PDF,

Refer the follwing link for creating PPT using OPENXML. How to: Create a presentation document by providing a file name (Open XML SDK)

Refer following link for insert image into the PPT Insert image into the PPT File.

For Further Examples in OpenXML Refer: OPENXML Developerorg

Kunalan Krish
  • 232
  • 1
  • 14