docx
XSLT on docx for merging adjacent elements
I have a set of interview transcripts in MS Word docx format, which I want to convert to my own custom xml schema:[详细]
2023-03-31 06:50 分类:问答Extracting tables from a DOCX Word document in python
I\'m trying to extract a content of tables in DOCX Word document, and boy I\'m new to xml/xpath. from docx import *[详细]
2023-03-29 00:00 分类:问答Replacing bookmarks in docx file using OpenXml SDK and C++/CLI
I am trying to replace bookmark in docx with text in c++\\cli using open xml SDK co开发者_StackOverflow社区ncept.[详细]
2023-03-27 02:59 分类:问答How to perform string replacement on a word document using command line (CLI)
I have a word document template that I need to do a find and replace on. For example I need to replace <address 1> with 1 Test Street.[详细]
2023-03-25 23:22 分类:问答Unusual XML notations of mergefields in DOCX file.
In our document generation system we use DOCX files in which we programmatically fill out mergefields. For this I\'m using the OpenXml SDK 2.0.[详细]
2023-03-23 23:04 分类:问答Convert HTML/MXML file to Word doc programmatically in Java
I would like to convert eith开发者_开发百科er an HTML or MXML file document to Microsoft .doc and/or .docx format.[详细]
2023-03-21 23:39 分类:问答How to: using OpenXML to Update Fields in Word
I am working on a prototype where I am assembling word documents using OpenXML from various different documents 开发者_StackOverflow中文版like other word docs.[详细]
2023-03-19 11:38 分类:问答Convert DOC file to DOCX with Java
I need to use DOCX files (actually the XML contained in them) in a Java software I\'m currently developing, but some people in my company still use the DOC forma开发者_开发百科t.[详细]
2023-03-19 11:38 分类:问答Setting custom Open XML metadata
Background Custom properties in Open XML are stored in docProps/custom.xml and look like this (for a string):[详细]
2023-03-19 11:17 分类:问答How can I convert a docx document to html using php?
I want to be able to upload an MS word document and export it a page in my site.开发者_StackOverflow[详细]
2023-03-19 10:49 分类:问答