Join
Sign in
Search Options
Search Everything
Search Development Tools
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Development Tools
Browse by Tags
Development Tools
Discussions about working with Open XML using a wide range of development tools
Get this RSS feed
Tags
.Net (6)
altchunk (1)
asp.net (2)
bookmark (1)
C# (13)
c# openxml (3)
docx (5)
docx compression (3)
Editing Stylesheet (1)
fieldcode (1)
fields (1)
image (2)
office 2007 (3)
office 2010 (4)
open xml 2.0 (4)
open xml element (3)
open xml sdk (6)
Open XML SDK 2.0 (3)
openxml (6)
Openxml SDK (2)
openxml-sdk (2)
table (1)
WordProcessingML HTML (2)
wrapping (3)
xml (2)
Tagged Content List
Forum Post:
Issues with altChunk - document showing garbled characters - ​ Â
Maverickht
Hi, I'm using altChunk to merge Rich text format (as XHTML) into a word document, the program seems to work but shows garbled characters (​  ) not sure whats causing it, please help! The code is below: Code to open a word document and get a Plain Text Content Control called...
on
Wed, May 1 2013
Forum Post:
C# Automated Word Utility - Upgrade from WordProcessingML/XSLT to OpenXML
Binesh
I have a .Net application that was developed for Word 2003 which uses a XSL style sheet to translate an XML file to a word document report. The report comprises of text,images,tables and tables of images written out by simulation software. The stylesheet is capable of dynamically applying pre-defined...
on
Fri, Mar 8 2013
Forum Post:
How to copy the contents of a rich text content control to a content control in a different word document
lohiarahul
I currently have this need to copy the contents of a rich text content control alongwith images and formatting and assign it to a similar content control in a different document. I have this contentControl.Range.WordOpenXml property in C#.NET which returns me a open xml with all the images inline in...
on
Thu, Feb 7 2013
Forum Post:
Issue: While converting Word XML Document to docx, formatting of text like headings, numbering bullets are being vanished.
Hemant_SharmaIT
I have an xml document object that contain a complete Word Xml Document's xml representation. Now I want to convert this Word XML Document to Docx. For this purpose i am using Open XML with the help of following code XmlDocument XDoc = docGen.GenerateMultiinstanceDocument(DocID, temp); // this method...
on
Wed, Jan 2 2013
Forum Post:
How to access docx default style
masius
I've been trying to get all the docx's document content and information about each run/paragraph. So far I've managed to get style information from run/paragraph properties. using (WordprocessingDocument doc = WordprocessingDocument.Open(filePath, false)) { MainDocumentPart mainPart = doc...
on
Wed, Oct 17 2012
Page 1 of 5 (125 items)
1
2
3
4
5