Create a new powerpoint document from a slide .

Home Forums PresentationML Create a new powerpoint document from a slide .

This topic contains 3 replies, has 2 voices, and was last updated by  Eric White 9 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2535

    Eric White
    Keymaster

    You will want to use PresentationBuilder. You would have to duplicate all of the functionality in PresentationBuilder if you intended to use the Open-Xml-Sdk directly.

    #2536

    princrai
    Participant

    Thanks Eric for quick reply.

    There are couple of more question I have 🙂
    1. Wanted to check on the licence issues on using PowerTools.
    2. I am able to see the DocumentBuilder,PowerPointBuilder but no ExcelBuilder ?
    3. I have the scenarios where I have to covert the objects from one format to anther. For eg: I want to import table/smartart from Word Document to PPT Document and vice versa. Is there functionality available in the powertools. Or do I need to extend the functionality for it.

    #2537

    Eric White
    Keymaster

    The license is Microsoft Public License, which is not copy-left. Lets you do what you want with the code.

    No, no ExcelBuilder (yet).

    Regarding converting objects from one format to another, my idea is to make HTML/CSS the intermediate format – convert from SpreadsheetML to HTML/CSS, then convert from HTML/CSS to formatted WordprocessingML.

    However, I have not had the opportunity to implement this, and chances are I will not in the foreseeable future. I’m afraid that you will need to implement the functionality that you need yourself.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.