Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » HowTo

Creating a Open XML PowerPoint presentation from scratch using System.IO.Packaging

Here is how I’ve got to create this sample – One of my customer had a similar requirement when I tried to search a sample for him to demonstrate, I couldn’t find one (blame it on my searching capabilities or whatever .. ) While creating a sample there
Posted by Pranav Wagh | 3 Comments
Attachment(s): supportfiles.zip

How to use get the HTML contents of the document using IDataObject

Sure, I know there are many ways of doing it - You can save it as HTML and then read the HTML file or you can use the HTMLProject items from the Word OM or you can just select all the contents of the file and save it to clipboard and read it from there.
Posted by Pranav Wagh | 0 Comments

How to do a "Save Copy As" In Word

Ever wondered how can you do a "Save Copy As" in word? Or why it's not there? well ... I don't know about why it's not there, but I can tell you how to do it using custom code To do it, the first thing you need to know about is - IPersistFile interface
Posted by Pranav Wagh | 8 Comments
Filed under: , ,
 
Page view tracker