wordpress hit counter
Browse by Tags - PresentationML - Formats - OpenXML Developer

Browse by Tags

Formats

Discussions about working with different Open XML Formats
Tagged Content List
  • Forum Post: newMasterPart.SlideMaster.Preserve = false, is not working

    Hi I'm trying to use the Preserve attribute of Slide Master, in order to clear unreferenced Slide Masters. My aim is to clone all slides in a presentation(has only one slide) to a base presentation(has only one slide) and change the layout of the cloned slides to the layout of the base presentation...
  • Forum Post: The presentation builder corrupts a presentation

    Hi, My aim is to clone all slides in a presentation to a base presentation and change the layout of the cloned slides to the layout of the base presentation. The approach I took was, (Base presentation denoted as B, to be cloned presentation is denoted as C) Copy the slide parts of each slide of C into...
  • Forum Post: add Slides dynamically based on Number of Images

    Hello every one, I have followed the below code to place images on PPT. public static void PPTReplaceImageOnSlide(string fileName, string slideTitle, string imagePath) { try { const string presentationmlNamespace = "http://schemas.openxmlformats.org/presentationml/2006/main"; const string drawingmlNamespace...
  • Forum Post: [newbie] looking for documentations

    hello , in my training i have to use the Open XML SDK , i have read some topics about WordprocessML , and i manupilate it a little bit . But the documentation about presentationMl in the internet is not that deep , i spent my last two days looking . all the topics in the internet or in microsoft blogs...
  • Forum Post: lumMod and lumOff color modifications

    I just started a project converting ooxml Powerpoint presentations to a proprietary format. I've gotten a lot of useful information from other forum posts about correctly calculating the various color mods that are available but still have a couple of questions. 1.) Is it possible to have a <a...
  • Forum Post: How to bind data to a existing table in powerpoint using open xml

    Hi All, I using openxml to create a powerpoint from an web app.I created a ppt with charts and opened openxml sdk productivity tool and code was generated with that i modified the chart data which is coming from database,Code for which i created to modify the chart data as created a class for the code...
  • Forum Post: Binding Data from DB to Powerpoint Chart using OpenXml in Asp.Net

    Hi All, As i was new to OpenXML,i have seen some of the videos posted in the youtube,from those examples i have tried to save the ppt i was successfully done which i have copied the code from the openxml sdk v2.0 productivity tool which i have opened an created ppt file contains a chart in that. Upto...
  • Forum Post: Javascript libraries

    Hello, First, this site is amazing and I have been able to do something with OpenXML because of it, so thank you. I am developing a small (and very modest) interface for Powerpoint OpenXML documents using only javascript (nodejs). I'm mostly interested in viewing and modifying PPTXs. I am using the...
  • Forum Post: Re: Merging PowerPoint Decks

    Todd thanks a lot for the reply, but unfortunately this implementation is not working either, this is how I am calling merging: MemoryStream masterPresentation = generatedCoverPart; //merge title, product and end parts var slideMerger = new SlideMerger(); var partsToMerge = new List<MemoryStream>...
  • Forum Post: Copy VB code of one Marco enabled document to another macro enabled document

    Hello, I have 2 pptm files. 1. PPTM file contains VB code in it. 2. PPTM file does not contain any code at all Now i need to have the same vb code to be copied in the 2nd PPTM file . I try the below code //-------------------------------------------------------------------------- internal static void...
  • Forum Post: Generating native, editable .pptx file with tables/charts created in web app built with Javascript/HTML/CSS/JSON front-end

    I am building a web app where I need to be able to provide the user with the ability to do the following: 1) User will generate tables and charts created in front-end screens built with Javascript/HTML/CSS which generates a JSON object (this is already built). 2) Once the user has the table/chart configured...
  • Forum Post: Dynamic Slide Creation in Powerpoint 2010 with table data

    i had a requirement where i need to create dynamic slides according to the database. this dynamic slide creation is for multiple slides in the template used in the application. for example, i am having a template of 19 slides. in that slides 4, 15, 17, 18, 19 requires dynamic slide creation. i am able...
  • Forum Post: select the slide part based on slide index using openxml

    i have a template with 18 slides and need to insert new slides according to the dataset. these dynamic insertion is for slides having tables. so i need to find the slide having a table with given name and insert new slides after that. OR i need to find the slide index for a particular slide part.
  • Forum Post: Re: how can I divide a powerpoint slide to 2 slides

    i have a text needed to be written into Powerpoint slides automatically. But i have problem with the text. That text is longer than the textbody in the slide, so it should create another slide and the part of the text that doesnt fit into one slide should be written into the 2nd slide by the program...
Page 1 of 1 (14 items)