Join
Sign in
Search Options
Search Everything
Search Development Tools
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Development Tools
»
.Net
»
All Tags
»
docx
Browse by Tags
Development Tools
Discussions about working with Open XML using a wide range of development tools
Get this RSS feed
Tags
.Net (11)
asp.net (3)
C# (9)
c# openxml (4)
Content Control (1)
Document Generation (3)
embedded (1)
Font-Size (2)
html (1)
HTMLConverter (3)
image (1)
Mail Merge (4)
merge (1)
Open XML SDK 2.0 (8)
Openxml SDK (5)
openXML vb.net Word image (1)
powerpoint (1)
style (2)
table (1)
word (5)
Word ad-in (1)
wordml (1)
WordprocessingML HTML (3)
xml (2)
xml cs (1)
Tagged Content List
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:
Font size from HTML to Word
jgv1979
Hello everyone, i am trying to convert HTML tags to DocX using "altChunk" it works perfectly, except for one part when i try to convert the following HTML to DOCX, the Font size is always converted to 10 pts instead of 12 as it should be, please see html below: <html><head><title><...
on
Thu, Nov 29 2012
Forum Post:
Re: Font sizes in word and powerpoint
jgv1979
i am trying to convert HTML tags to DocX using "altChunk" it works perfectly, except for one part when i try to convert the following HTML to DOCX, the Font size is always converted to 10 pts instead of 12 as it should be <html><head><title></title></head><body><span...
on
Tue, Nov 27 2012
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
Forum Post:
Docx to HTML : get value from xPath and attach it to control
Madhavi
Hi, I have a docx file with content controls like combo box, text box which are maped to an xml file. Now as I am converting docx to html I want to read the xPath from < w:dataBinding and get the values for my control. Kindly let me know how do I read value of xPath and who do I get data from that...
on
Thu, Oct 4 2012
Forum Post:
maintain rich text from source doc after embedding in Word content control
ewillyb
I'm trying to embed rich text inside of rich text content control in Word. Running code from SharePoint web part, I can successfully embed text and images from SharePoint lists into the target Word doc. BUT, if the source text has formatting markup, this markup is not rendered in the target doc....
on
Mon, Aug 13 2012
Forum Post:
C# OpenXML extract paragraph text with all formatting
grtcrk
Using C# & OpenXML, I need to create a document. The document have series of paragraphs created under docs body. I need to make few paragraphs ready-only . To accomplish this the entire document made read-only . Edit permission to few paragraphs are provided using permStart and permEnd tags. The...
on
Sat, Jul 14 2012
Forum Post:
Transform GridView in Open XML Table
halastoi
I have a GridView and I want to export it in Word document using open XML table var dt = FunctionThatReturnDataTable(id); var gd = new GridView { DataSource = dt, AutoGenerateColumns = true }; I created a word document and inserted one paragraph inside, now i want to add my gridview below using (var...
on
Tue, Jun 12 2012
Forum Post:
How to change page orientation from c# with open xml sdk
halastoi
I'm creating a word document using ( WordprocessingDocument myDoc = WordprocessingDocument . Create ( @"c:\generate\export.docx" , WordprocessingDocumentType . Document )) { MainDocumentPart mainPart = myDoc . AddMainDocumentPart (); mainPart . Document = new Document (); var body = new...
on
Mon, Jun 11 2012
Forum Post:
Open XML Newbie - Basic Question
glen iris
Hi All, I am a Java developer that has been tasked to do some research into an ASP.NET system. I have no experience with any .NET so I would appreciate basic answers :) Scenario: I read in an rtf document which is a letter template from a db, I then need to merge information taken from the user via a...
on
Fri, Jun 1 2012
Forum Post:
MailMerge with OpenXML
usmalik
We have an existing VB.NET desktop application that uses Microsoft Word documents with merge fields as templates, and looks up the data from the database to populate those merge fields at run time to produce large number of letters. The merging is currently done with the Microsoft Interop libraries....
on
Thu, Apr 19 2012
Forum Post:
Convert wordprocessingml (2010) to HTML with styles/css
Ravi
Hi, I'm trying to convert word 2010 docx to HTML using wordprocessingML (OpenXmlPowerTools - HTMLConverter), it converts the wordML to HTML, but the issue is the word formatting/styles are not converted to HTML styles. The current HTMLConverter class which I have, doesn't support formatting,...
on
Thu, Mar 15 2012
Forum Post:
Font sizes in word and powerpoint
asimnazir
Hi, I am working on a utility where I need to generate PPT and Doc while getting meta data as an input from some other system. I am getting font size like 10 or 11 but when I apply this same font to Drawing.RunProperties object, outcome is not what it should be. So should I multiply this font size with...
on
Sun, Mar 4 2012
Forum Post:
Using Streams to open/edit/save documents seems to corrupt output intermittently
abrodie
Hi all, Can anyone point me in the direction of any guides on how to correctly use the WordDocument class with streams please? I'm seeing the following behaviour on a smal class I created to edit a document. If I use the WordprocessingDocument.Open method passing filenames my program then everything...
on
Tue, Feb 14 2012
Forum Post:
Re: Is there a commercial library that simplifies creating and editing Word 2007 documents?
Jure.L
Docentric is a Document Generation toolkit that encompasses Report Engine and MS Word Add-In for designing report templates. Product info: http://www.docentric.com -- Jure
on
Fri, Nov 25 2011
Page 1 of 1 (15 items)