Join
Sign in
Search Options
Search Everything
Search Formats
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Formats
»
PresentationML
»
All Tags
»
openxml
Browse by Tags
Formats
Discussions about working with different Open XML Formats
Get this RSS feed
Tags
.Net (4)
c# (3)
c# openxml (3)
charts (2)
Java (2)
javascript (1)
js (1)
newslide pptx openxml insertslide (2)
Powerpoint (10)
PowerPoint 2010 (5)
Powerpoint builder issue (1)
powerpoint corruption (1)
pptx (6)
Presentation (3)
presentationml (11)
relations (1)
SDK (2)
slide merge no master (1)
SlideMasterLayout (1)
Slides (7)
Visual Studio (1)
web (2)
Tagged Content List
Forum Post:
newMasterPart.SlideMaster.Preserve = false, is not working
YasiduY3K
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...
on
Wed, May 8 2013
Forum Post:
The presentation builder corrupts a presentation
YasiduY3K
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...
on
Sat, Apr 27 2013
Forum Post:
add Slides dynamically based on Number of Images
Gowtham.k
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...
on
Tue, Apr 2 2013
Forum Post:
[newbie] looking for documentations
medamine
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...
on
Tue, Mar 26 2013
Forum Post:
lumMod and lumOff color modifications
snugpants
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...
on
Tue, Mar 19 2013
Forum Post:
How to bind data to a existing table in powerpoint using open xml
dineshharaveer
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...
on
Wed, Mar 13 2013
Forum Post:
Binding Data from DB to Powerpoint Chart using OpenXml in Asp.Net
dineshharaveer
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...
on
Tue, Mar 12 2013
Forum Post:
Javascript libraries
duarte.aragao
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...
on
Fri, Mar 8 2013
Forum Post:
Re: Merging PowerPoint Decks
AliAmjad
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>...
on
Fri, Dec 7 2012
Forum Post:
Copy VB code of one Marco enabled document to another macro enabled document
franferns
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...
on
Thu, Oct 4 2012
Forum Post:
Generating native, editable .pptx file with tables/charts created in web app built with Javascript/HTML/CSS/JSON front-end
blueliner
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...
on
Wed, Aug 29 2012
Forum Post:
Dynamic Slide Creation in Powerpoint 2010 with table data
Aparna Bheemu
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...
on
Mon, Jul 30 2012
Forum Post:
select the slide part based on slide index using openxml
Aparna Bheemu
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.
on
Fri, Jul 27 2012
Forum Post:
Re: how can I divide a powerpoint slide to 2 slides
yusufelik1
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...
on
Mon, Apr 9 2012
Page 1 of 1 (14 items)