The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
12 views

How to get FootnoteRefrence Id in OpenXML using C#

I'm having a OOXML document's Paragraph Element like this. Now i want the FootNoteRefrence id from this text programmatically using c#. Text From the document.xml <w:p> <w:r> ...
-3
votes
0answers
41 views

How Documents are drawn by Google docs viewer? [closed]

when user scroll to one page, Google docs viewer send image of corresponding page to client. But i can select text in this image to copy. I assume that Google docs viewer render text on surface of ...
0
votes
0answers
41 views

OpenXML Word Doc created on the fly in C# displays the wrong number of total pages on the first page

I am creating a word document on the fly in c# using openxml. I have a different first page header and footer, and in the footers I have it display the current page and the total number of pages(1 of ...
-2
votes
0answers
47 views

How to create custom properties for a WordML document using c#? [closed]

I am trying to create a custom property for wordML document using the sample shown in the msdn link below ...
0
votes
0answers
45 views

Add Text over the image in WordML

Using below wordML code, I am able to add image to wordml/word document. <w:pict> <v:shape id="{id}" type="{type}" style="width:20pt;height:10pt'"> ...
0
votes
0answers
44 views

WordML eastAsia attribute causing error

I asked this question a couple days ago, and it got migrated to SuperUser. However, I've gained some more information that prompted me to repost it here. For the original post, go to ...
0
votes
0answers
41 views

Embedding metadata into a Word document at the paragraph or run level by adding a namespace

I need to extend an automatic WordML report that's generated from a SQL database. I want to add some hidden information, per paragraph; basically storing a hidden ID so that later processing on that ...
0
votes
1answer
151 views

How to convert WordML to Office Open XML in a Java web application?

I have a Java web application that generates an MS Word document in the WordML format (a single XML file in Word 2003 XML format with a .xml file extension). I would like to automatically convert this ...
10
votes
2answers
367 views

Is There An Open Source XSLT To Convert a WPF FlowDocument to WordML?

I want to use a WPF RichTextBox which allows users to edit and format text. This formatted text will eventually work its way into a Word document along with some of our other custom XML data. I've ...
0
votes
1answer
90 views

Default WordML Unit Measurement ? pixel or point or inches

Please clarify the my doubt WordML/DOCX Default Unit Measurement is pixel or point or EMU or inches.. ?
3
votes
0answers
209 views

XSLT WordML table with dynamic columns based on number of nodes

I have a number of xml files from which I'm trying to create a WordML table. There are a number of nodes in each nodelist, and I need to create a column for each one, up to a maximum of 15 columns. ...
0
votes
1answer
235 views

Convert Italic XML Tags into WordML Tags II

I'm several WEEKS old inhabiting these XSL WordML XML "worlds", and, im really dissapointed on the way the so called 'XSLT Processor' handle things. Regarding an old question, the purpose is (if -we ...
1
vote
2answers
80 views

Convert Italic XML Tags into WordML Tags

I simply need to transforma XML document into a WordML document (if it is possible to call it simple!) with this form (without processing instructions): <body> <p> ...
0
votes
1answer
36 views

WordML language auto detedt

I'm creating a wordml document, that is typically not in english. Word marks all words as mis-spelled. I know about the <w:lang> tag, but the trouble is that i don't know the language while ...
0
votes
1answer
81 views

WordML list issue

i need to convert from a HTML-like xml format to WordML. I have a problem with the lists. Word lists are simply paragraphs that contain list properties, typically a reference to a list. The list ...
0
votes
1answer
540 views

DOCX: the file is corrupt and cannot be open

i am converting Wordml to Docx, and added some default Support files with wordML file,now all the files are Zipped Exactly like DOCX folder structure, while opening the DOCX, i am geting error message ...
0
votes
2answers
334 views

Relationship error when trying to embed and image into a Word document

I add a PNG image to a word 2010 document like this: var imagePart = report.MainDocumentPart.AddImagePart(ImagePartType.Png); var imagePath = Path.Combine(imageFolder, "1.png"); var stream = new ...
2
votes
1answer
581 views

Essential parts of a Word 2007 xml doument

I have a xml file which I need to open with Microsoft Word 2007. I wrote it on my own. But when I try to open it tells "Some parts are missing or invalid". I think this happens my document does not ...
0
votes
1answer
410 views

Word 2007 xml image information

I want to know the elements which store information regarding an image in a Word 2007 xml file. (such as height, width, visibility, etc.). In Word 2003 xml I could find it is shown as follows within v ...
0
votes
2answers
233 views

WordML: Set Table Cell Width

How are cell widths set in WordML? I tried the w:w attribute of the w:tcW tag, but it has no effect. I want to set cell widths independantly of the column. I also want a different number of cells on ...
-2
votes
1answer
201 views

Accessing Properties of an xml file in Word 2007

I am writing style sheet for MS Word 2007 and I want to add a template using < xsl : template > element which accesses Properties of Word 2007 document. (Template, TotalTime, etc.) Can someone ...
1
vote
1answer
411 views

Ms Word 2003 and 2007 xml differences

Can someone explain differences in xml structures for Ms Word 2003 and 2007? Cheers! :)
0
votes
2answers
249 views

WordML Schema generation

I need the xml template for Word 2007. In Word 2003 it starts like the following and continues. What I need is the generic template of Word 2007 in xml format which can be used as the base for WordML ...
-1
votes
1answer
372 views

XML schema for Offfice 2007 [closed]

I need the xml template for Word 2007. In Word 2003 it starts like the following and continues. What I need is the generic template of Word 2007 in xml format which can be used as the base for WordML ...
0
votes
0answers
241 views

Transform (convert) embedded image to linked image

WordML (2003) files with embedded images contain base64 encoded images in <w:binData> tag, which is later referenced in <v:shape> tag: <w:binData w:name="wordml://08000001.jpg"> ...
1
vote
0answers
80 views

word-xml: checking the wellformness of xml and highlighting it in the word document

i was developing an application in vb.net, first i will open a word document which has a schema/xml, now i will write an xml file using this document data and check it is well-formed or not, if it not ...
0
votes
2answers
292 views

WordML Updating Attributes Inline

I'm trying to change the value of an attribute of the word ml schema with an XML value. ... <wp:docPr id="3" name="Picture 3" descr="http://pathtoimage.png"/> ... I'd like to change the descr ...
1
vote
1answer
185 views

Open XML for Microsoft Word Professional 2007

I currently have a VSTO project using Visual Studio 2010 for Microsoft Offcie Word 2007 Professional .NET 4.0. The project works well but is slow to load and populate the data using the VSTO methods. ...
2
votes
5answers
2k views

insert a word document into sql server database?

I feel quite overwhelmed with the variety on technologies I would need to use for the above task. I've searched the stack overflow stocks but couldn't pinpoint a solid check list of steps to do this. ...
0
votes
1answer
26 views

What are the units for the crop attributes in the imagedata element of WordML?

I am trying to extract images from a document saved as WordML. Some of the images are cropped from a single resource using attributes on the imagedata element eg: <v:imagedata r:id="rId8" ...
0
votes
0answers
131 views

Can't apply formatting to text with WordML

I'm having trouble applying any formatting to text whatsoever using wordml in an XSLT file. I'm new to this, so I might have made a silly mistake here. Anyway, the text appears no problem when I apply ...
1
vote
0answers
432 views

Openxml Add another different footer to an existing docx

I am trying to add a different footer after each altchunk is added. But my code changes all footers and on last page there are two footers. I am adding a section break prior to adding the new footer ...
2
votes
2answers
573 views

Custom placeholders/tags for dynamic content in a Word template

I have a web application (ASP.NET C#) where I would like the users to be able to upload word templates (essentially word document with predefined set of tags serving as placeholders). Part of the ...
2
votes
2answers
373 views

Formatting language with floating div like element

I have data stored in structured XML that I want to make it more readable using XSLT (or another alternative). The target document should have lots of instances of text aligned both to the left and to ...
0
votes
0answers
155 views

embeding .svg file in WordML generated by xsl

I am stuck with the following task: I am generating a WordML data via xsl. And it works perfectly. But the problem occurs when I want to insert a .svg file's filepath in it - it simply doesn't show ...
1
vote
0answers
302 views

Inserting Image in Wordml generated from a xsl

I need some tips and examples for the following task: I have a image data somewhere on my disk ... this data can be of type .svg/.bmp/.gif/.png ... lets say for the moment that all of them are of ...
0
votes
0answers
205 views

Use Vbscript to open wordml

I have a wordML file that I wish to open in a word document using vbscript. I have seen online to try putting the following code at the top of my asp page: <% Response.ContentType = ...
1
vote
1answer
945 views

Add image using WordML

I am trying to add an image into a document using WordML. I have used the xml as a basis from the jpg example from here http://www.codeproject.com/KB/office/WordML.aspx. I have managed to write Java ...
0
votes
1answer
69 views

What's the most appropriate equivalent of the Section element in Open-XML?

I'm trying to convert a document formatted in xaml to a WordProcessingML document, I'm wondering what is the most appropriate WordProcessingML element to replace a Section element (in XAML) with it ? ...
0
votes
1answer
79 views

Copy WordML to Clipboard from Selection

Is it possible select an area of text in a word 2003/2007 document and then copy the WordML of the selected area to the clipboard? I want to copy the XML format of the text.
5
votes
1answer
1k views

WordML templating with XML Schema and OpenXML SDK

I'm trying to use a docx read in via the OpenXML SDK as template in a .Net web app for form letters (essentially). I have a docx with the formatting I want, marked up with XML Schema tags defined from ...
1
vote
1answer
98 views

make wordml readonly

how i caon make a wordml read-only from . any ideas??
4
votes
3answers
4k views

Creating a Word document in Coldfusion - how to have pagenumbering?

I am creating a Word format .doc using the following code, then cfheader and cfcontent to serve. All is good but I need to be able to place dynamic information in the header (or footer), or automatic ...
2
votes
2answers
317 views

Java lib for WordML to Word2002 conversion

For a project I am working on, I need to convert WordML stream into Word 2002 compatible .doc format (don't ask why - but quite a large group of users are still on Word 2002 with upgrade to latest ...
1
vote
1answer
586 views

How to omit xml declaration in WordML document.xml when working with bytes and MemoryStream?

I have 2 snippets of code which work differently using (WordprocessingDocument wordDocument = WordprocessingDocument.Create(@"D:\Tests\WordML\ML_Example.docx", ...
1
vote
1answer
756 views

Error while trying to insert image in to wordML

Help needed. I am getting this error {"The xml has invalid content and cannot be constructed as an element.\r\nParameter name: outerXml"} while passing constructed xml in to ...
0
votes
1answer
734 views

XML to WordML basics

I'm new to the world of XML. I'm not sure which way to build the XML so I provided 2 examples below. My question is: Given the XML, how do I transform either Example#1 / #2 to the WordML Result? What ...
0
votes
2answers
347 views

styling based on element attribute?

I'm transforming xml into wordml using xslt. I would like to be able to format content of table cell differently if attribute of element that carries content of that cell is different. For example, I ...
2
votes
2answers
1k views

XPS to Doc(x) Conversion via .Net?

Good morning, does anyone know of a (native) .net way to convert xps documents to docx or finally to a normal (non wordml) .doc? As in not using office automation and rather some native (3rd party) ...
1
vote
1answer
2k views

How to create bullet lists in WordML?

I have the following WordML snippet which works well for numbered lists : <w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"> <w:lists> <w:listDef ...

1 2