About 10,800,000 results
Open links in new tab
  1. Replace Text in Word document using Open Xml - Stack Overflow

    3 Here is a solution that can find and replace tags in an open xml (word) document across text runs (including text boxes)

  2. python - Best way to extract text from a Word doc without using COM ...

    4 If all you want to do is extracting text from Word files (.docx), it's possible to do it only with Python. Like Guy Starbuck wrote it, you just need to unzip the file and then parse the XML. Inspired by python …

  3. c# - Generate a Word document (docx) using data from an XML file ...

    May 1, 2018 · I have an XML file with the data that I need to be populated on a Word document. I need to find a way, to define a template which can be used as a base line to populate data from an XML …

  4. Read the content of a Word document via its XML - Stack Overflow

    Aug 24, 2016 · The idea I thought was to go via the XML content within the document to access directly to its content (which you can access when renaming any document in newer versions of Word, with a …

  5. Creating a word document (docx) with OpenXml - Stack Overflow

    Sep 5, 2017 · I am trying to create a word document (docx) with .net core and OpenXMl (using DocumentFormat.OpenXml 2.7.2 nuget package) . Looks trivial, but somehow it doesn't work.

  6. How to create word docs programmatically from a template

    You can create content controls in word and tie them together with an xml file. that xml file will also be saved into your word document. replacing the xml file would change the displayed data of your …

  7. vba - Can custom document properties in a Word doc be mapped to …

    Oct 7, 2024 · You can only map to some built-in document properties, and elements/attributes in Custom XML Parts. That means that you cannot use Content Controls to propagate a change in the value of …

  8. How to create a valid docx with a table using Open XML

    Jan 6, 2024 · Open each of the documents with the other two programs (for example, if you created a document in Word, ensure that it successfully opens with Libre Office and Open Office). Once you've …

  9. Password protect Open XML Wordprocessing Document

    I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, which is very slow when I have a large number of documents to process; or I can …

  10. xml - How can I debug a corrupt docx file? - Stack Overflow

    Aug 13, 2013 · image1.jpeg /theme theme1.xml document.xml fontTable.xml numbering.xml settings.xml styles.xml stylesWithEffects.xml webSettings.xml [Content_Types].xml UPDATE 2: I should also …