wordpress hit counter
Browse by Tags - .Net - Development Tools - OpenXML Developer

Browse by Tags

Development Tools

Discussions about working with Open XML using a wide range of development tools
Tagged Content List
  • Forum Post: C# Automated Word Utility - Upgrade from WordProcessingML/XSLT to OpenXML

    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...
  • Forum Post: Font size from HTML to Word

    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><...
  • Forum Post: Re: Font sizes in word and powerpoint

    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...
  • Forum Post: How to access docx default style

    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...
  • Forum Post: Docx to HTML : get value from xPath and attach it to control

    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...
  • Forum Post: maintain rich text from source doc after embedding in Word content control

    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....
  • Forum Post: C# OpenXML extract paragraph text with all formatting

    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...
  • Forum Post: Transform GridView in Open XML Table

    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...
  • Forum Post: How to change page orientation from c# with open xml sdk

    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...
  • Forum Post: Open XML Newbie - Basic Question

    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...
  • Forum Post: MailMerge with OpenXML

    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....
  • Forum Post: Convert wordprocessingml (2010) to HTML with styles/css

    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,...
  • Forum Post: Font sizes in word and powerpoint

    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...
  • Forum Post: Using Streams to open/edit/save documents seems to corrupt output intermittently

    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...
  • Forum Post: Re: Is there a commercial library that simplifies creating and editing Word 2007 documents?

    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
Page 1 of 1 (15 items)