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: 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: 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: Project Presentation HELP

    Hello to the community :) I’m new here and I have a question for you guys. I currently working on my university final project and my project consists of this: - To work with Presentations (Slides) and saved them in a SQL Server DataBase - To be able to import presentation’s files into the...
  • 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...
  • Forum Post: "Shrink text on overflow" on a textbox using PresentationML (Web)

    Hi I use OpenXML to generate a Powerpoint-presentation document on a webserver (IIS7, FW4.0), and I need to “merge” texts of varying size/length into specific fixed size textboxes in the presentation. The textboxes are set to automatically adjust font-size according to content (Shrink text...
  • Forum Post: Removing all of the notes in a presentation

    I'm trying to delete all of the notes from a specified presentation but I'm clueless about how to do it.. I've tried going over all of the slides and deleting the comments from there but it yields broken refs and the presentation won't work after it. If someone could give me an C# example...
Page 1 of 1 (6 items)