Join
Sign in
Search Options
Search Everything
Search Blog
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Blog
»
OpenXML Developer
Blog
Samples, Demos, and Reference Articles
Get this RSS feed
To learn how to submit a blog click
here
Tags
.NET - C#
.NET (C#
.NET (C#, VB, J#, C++/CLI)
C/C++ - C++
C++/CLI)
DocumentBuilder
DrawingML
J#
Java
Linux/Unix/Solaris
Open Packaging Convention
OpenXML
OpenXML PowerTools
OpenXML SpreadsheetML
OpenXML WordprocessingML
Other
Pages
PowerTools
PresentationML
Scripting Languages
SpreadsheetML
VB
Windows (Win32, VB6, VFP, other)
WordProcessingML
WordprocessingML PowerTools
OpenXML Developer
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
OpenXML Developer
PowerTools 2.2 Code Design and Organization
Posted
over 2 years ago
by
bobm
2650
bobm
0
Comments
Eric and I made a number of significant design and organizational changes to PowerTools. This video briefly goes through the technical details of those changes. It will be most useful for people familiar with C# development. It also helps if you know...
OpenXML Developer
Getting Started with Open XML Development - Part II Tools
Posted
over 2 years ago
by
Eric White
13755
Eric White
1
Comments
This post introduces the second screen-cast in this series on getting started with Open XML development. In this screen-cast, I introduce the three most important tools that you will want to be familiar with: Return to the Table of Contents of this screen...
OpenXML Developer
Introducing Bob McClellan as an Admin here at OpenXMLDeveloper.org
Posted
over 2 years ago
by
Eric White
13755
Eric White
1
Comments
I have some happy news! Bob McClellan will be joining us as an admin here on OXD – answering questions on the forums, writing blog posts, recording screen-casts, and more. Bob has worked with Open XML for several years. At one point, he wrote an...
OpenXML Developer
Getting Started with Open XML Development
Posted
over 2 years ago
by
Eric White
13755
Eric White
8
Comments
This blog post introduces the first in a series of screen-casts that are specifically for a developer starting development with Open XML for the first time. It is a project that I've been meaning to work on for some time, and I recently received the...
OpenXML Developer
Exploring the Set-OpenXmlString CMDLET in PowerTools for Open XML 2.2
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
The Set-OpenXmlString cmdlet enables interesting functionality - you can do a search-and-replace of content without automating Word, and you can search-and-replace in many documents at once. The Set-OpenXmlString can search-and-replace in both WordprocessingML...
OpenXML Developer
Announcing the Release of PowerTools for Open XML 2.2
Posted
over 2 years ago
by
Eric White
13755
Eric White
2
Comments
We’re very happy to announce the release of PowerTools for Open XML version 2.2, now available for download at powertools.codeplex.com . There are a number of great features in this new release: Merge-OpenXmlDocument incorporates DocumentBuilder...
OpenXML Developer
OASIS ODF 1.2 Approved
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
Congratulations are due to the OASIS OpenDocument Technical Committee for the approval of OASIS ODF 1.2. As a document format geek, I follow the progress of all document format standards efforts, including ODF, and I’m very happy to see this new...
OpenXML Developer
Custom XML Parts and Content Controls
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
Using custom XML parts and content controls, we can create smarter documents that provide needed functionality for users. Content controls and custom XML parts enable us to integrate business data with content in a document. In addition, content controls...
OpenXML Developer
Use the Open XML Package Editor together with Word to Research Markup
Posted
over 2 years ago
by
Eric White
13755
Eric White
2
Comments
A question was recently posed to me - what is the best way to look at markup and the rendering of the markup simultaneously. This is important, for instance, when you are experimenting with markup and determining the exact markup that you want to generate...
OpenXML Developer
Advanced use of DocumentBuilder 2.0
Posted
over 2 years ago
by
Eric White
13755
Eric White
13
Comments
The default approach to working with DocumentBuilder 2.0 enables you to take bits and pieces of multiple documents and assemble them together into a new document. However, there is an interesting scenario that this approach does not handle. You may want...
OpenXML Developer
Revisiting Open Document Format and Office Open XML: The Quiet Revolution Continues
Posted
over 2 years ago
by
LizT
450
LizT
0
Comments
Three years ago Peter O'Kelly wrote a paper titled, "What?s Up, .DOC? Open XML Formats, OpenDocument Format, and the Revolutionary Implications of XML in Productivity Applications." This paper was an industry debate about the relative merits of Open XML Formats and OpenDocument Format and the significance of the productivity application market shift from binary and proprietary file formats to vendor- and product-independent XML models. In the paper he makes a number of projections about the market. Three years later he returns to analyze his predictions and the current market. ...
OpenXML Developer
Replacing Text of a Bookmark in an OpenXML WordprocessingML Document
Posted
over 2 years ago
by
Eric White
13755
Eric White
4
Comments
In a previous screen-cast , I showed how to retrieve the text of an OpenXML WordprocessingML document. In this post and screen-cast, I introduce some code that enables you to replace the text of a bookmark. This blog post and screen-cast build on the...
OpenXML Developer
How to Retrieve the Text of a Bookmark from an OpenXML WordprocessingML Document
Posted
over 2 years ago
by
Eric White
13755
Eric White
1
Comments
Sometimes developers use bookmarks to delineate text in an OpenXML WordprocessingML document. Then, as part of a larger system, they want to retrieve the text of that bookmark to process in some fashion. Retrieving the text of bookmarks is made somewhat...
OpenXML Developer
Updating the TOC in a WordprocessingML Document using an AutoOpen Macro
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
I had thought that there were only going to be four screen-casts in this series on adding / updating tables-of-contents in OpenXML WordprocessingML documents. However, I can see that there are now going to be at least six. In the screen-cast that I present...
OpenXML Developer
Exploring Tables-of-Contents in OpenXML WordprocessingML Documents (Part 4)
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
Here is the last of four screen-casts on tables-of-contents in OpenXML WordprocessingML documents. In this screen-cast, I show how to use Word Automation Services to repaginate a document and update the TOC. Here is the complete list of screen-casts in...
OpenXML Developer
What is the glossary document used for?
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
I recently received a question about the use of the glossary document. In a nutshell, in DOCX, it is used for the placeholder text for content controls. In DOTX, it is used for the content for quick parts. The following 3 minute video demonstrates these...
OpenXML Developer
New Screen-Cast: Short and Sweet Intro to DocumentBuilder 2.0
Posted
over 2 years ago
by
Eric White
13755
Eric White
1
Comments
Here is a short screen-cast that explains what DocumentBuilder 2.0 is all about, in less than seven minutes.
OpenXML Developer
Screen-cast: Remove Speaker Notes from an Open XML Presentation
Posted
over 2 years ago
by
Eric White
13755
Eric White
2
Comments
When sending a presentation to customers or others outside of your organization, you often want to remove speaker notes. It is easy enough to use PowerPoint automation to remove the speaker notes , but if you are processing presentations server-side,...
OpenXML Developer
Exploring Tables-of-Contents in Open XML WordprocessingML Documents (Part 3)
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
In the first screen-cast in this series, I examined the markup for tables-of-contents in WordprocessingML documents. In the second screen-cast, I presented a bit of code that showed how to insert a non-updated TOC into a document, and to set the <w...
OpenXML Developer
Exploring Tables-of-Contents in Open XML WordprocessingML Documents (Part 2)
Posted
over 2 years ago
by
Eric White
13755
Eric White
3
Comments
Many Open XML developers need to generate documents, and then generate and insert an updated table-of-contents for the document. TOC's in Open XML are not hard, but they require a bit of explanation. This post introduces the second in a series of...
OpenXML Developer
Exploring Tables-of-Contents in Open XML WordprocessingML Documents
Posted
over 2 years ago
by
Eric White
13755
Eric White
3
Comments
Many Open XML developers need to generate documents, and then generate and insert an updated table-of-content for the document. TOC's in Open XML are not hard, but they require a bit of explanation. This blog post introduces the first of several screen...
OpenXML Developer
Introducing TextReplacer: A New Class for PowerTools for Open XML
Posted
over 2 years ago
by
Eric White
13755
Eric White
1
Comments
Recently I wrote some code that implemented search-and-replace for Open XML WordprocessingML documents . I wrote that code for an Open XML developer who needed to implement that functionality using XML DOM, although with a different language than C#....
OpenXML Developer
Query Open XML Spreadsheets in VB.NET using LINQ
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
When working with SpreadsheetML, one of the most common needs is to retrieve the data from a worksheet or a table in as easy a fashion as possible. There has been a fair amount written for C# developers to do this, but not nearly as much for VB.NET. Some...
OpenXML Developer
Introduction to DocumentBuilder 2.0 - Screen-Cast 3 of 3
Posted
over 2 years ago
by
Eric White
13755
Eric White
0
Comments
This post is the third in a series of three screen-casts that introduce DocumentBuilder 2.0. This screen-cast builds on the previous two screen-casts where I walk through the process of transferring comments from multiple source documents into a destination...
OpenXML Developer
Introduction to DocumentBuilder 2.0 - Screen-Cast 2 of 3
Posted
over 2 years ago
by
Eric White
13755
Eric White
2
Comments
This post is the second in a series of three screen-casts that introduce DocumentBuilder 2.0. This screen-cast builds on the previous screen-cast where I walk through the process of transferring comments from multiple source documents into a destination...
Page 5 of 14 (350 items)
«
3
4
5
6
7
»