{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "docx",
  "home_page_url": "https://evotec.xyz/es/tags/docx",
  "feed_url": "https://evotec.xyz/es/tags/docx/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/officeimo-free-cross-platform-microsoft-word-net-library",
      "url": "https://evotec.xyz/es/blog/officeimo-free-cross-platform-microsoft-word-net-library",
      "title": "OfficeIMO \u2013 Free cross-platform Microsoft Word .NET library",
      "summary": "I\u2019ve created a cross-platform (Windows, Linux, macOS) Word library based on Open XML SDK that heavily simplifies creating and modifying Word documents. Open XML SDK, while excellent, requires you to do a lot of work to make even simple documents. For example, if you want to use Table styles, you need first to define those styles, put them in a specific place, and assign them to a table. The same goes for lists, images, hyperlinks, bookmarks, and many other Microsoft Word types. Creating sections, managing headers, and footers \u2013 all that is possible using Open XML SDK, but it\u2019s far from easy. At least for a noob like me. You have to know the order to put them into the document; you must know the places and track IDs to all the elements. And trust me \u2013 it\u2019s not fun.",
      "date_published": "2022-06-12T16:14:01.0000000Z",
      "tags": [
        "c#",
        "csharp",
        "docx",
        "microsoft office",
        "Office 365",
        "officeimo",
        "Windows",
        "word"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/pswriteword-version-0-5-1",
      "url": "https://evotec.xyz/es/blog/pswriteword-version-0-5-1",
      "title": "PSWriteWord \u2013 Version 0.5.1",
      "summary": "During last couple of weeks I\u2019ve spent most of my time developing PSWinDocumentation project. While building that I\u2019ve came across different\u2026",
      "date_published": "2018-08-21T16:10:48.0000000Z",
      "tags": [
        "docx",
        "microsoft office",
        "microsoft word",
        "PowerShell",
        "PSWriteWord",
        "word"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/pswriteword-add-wordtable-add-wordtext-expanded",
      "url": "https://evotec.xyz/es/blog/pswriteword-add-wordtable-add-wordtext-expanded",
      "title": "PSWriteWord \u2013 Add-WordTable / Add-WordText Expanded",
      "summary": "In this weekly release (PSWriteWord 0.4.6) there are handful of updates and tweaks to Add-WordTable and Add-WordText. If you\u2019ve not\u2026",
      "date_published": "2018-07-07T20:12:03.0000000Z",
      "tags": [
        "docx",
        "examples",
        "microsoft word",
        "powershell",
        "PSWriteWord",
        "Windows",
        "word"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/pswriteword-updated-to-0-4-1-breaking-change-included",
      "url": "https://evotec.xyz/es/blog/pswriteword-updated-to-0-4-1-breaking-change-included",
      "title": "PSWriteWord \u2013 Updated to 0.4.1 (Breaking Change included)",
      "summary": "While the update may seem small \u2013 change from 0.4 to 0.4.1 it actually brought a number of fixes and\u2026",
      "date_published": "2018-06-28T19:47:51.0000000Z",
      "tags": [
        "docx",
        "examples",
        "microsoft word",
        "powershell",
        "PSWriteWord",
        "Windows",
        "word"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-add-nested-lists-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-add-nested-lists-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Add nested lists to Microsoft Word document programmatically",
      "summary": "If you had one of those days looking for solution on how to easily add a nested list to Microsoft\u2026",
      "date_published": "2016-05-26T19:54:45.0000000Z",
      "tags": [
        "c#",
        "csharp",
        "docx",
        "microsoft word",
        "visual studio",
        "visual studio 2013",
        "visual studio 2015"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-add-horizontal-lines-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-add-horizontal-lines-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Add horizontal lines to Microsoft Word document programmatically",
      "summary": "Following code is an example on how to add horizontal lines to Microsoft Word document by using DocX package programmatically\u2026",
      "date_published": "2016-05-26T11:49:00.0000000Z",
      "tags": [
        "c sharp",
        "c#",
        "csharp",
        "docx",
        "microsoft word",
        "microsoft word 2013",
        "microsoft word 2016",
        "visual studio",
        "visual studio 2013",
        "visual studio 2016"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-add-image-to-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-add-image-to-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Add image to Microsoft Word document programmatically",
      "summary": "Following code is an example on how to add picture to Microsoft Word document using C# without needing to have Microsoft\u2026",
      "date_published": "2016-03-05T11:07:18.0000000Z",
      "tags": [
        "c sharp",
        "c#",
        "docx",
        "microsoft visual studio 2013",
        "microsoft visual studio 2015",
        "microsoft word",
        "microsoft word 2010",
        "microsoft word 2013",
        "microsoft word 2016",
        "visual studio"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-password-protect-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-password-protect-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Password protect Microsoft Word document programmatically",
      "summary": "Following code is an example on how to add protection to Microsoft Word document using C# without needing to have\u2026",
      "date_published": "2015-11-20T12:13:14.0000000Z",
      "tags": [
        "c sharp",
        "c#",
        "csharp",
        "docx",
        "microsoft word",
        "microsoft word 2013",
        "password protected",
        "visual studio",
        "visual studio 2013",
        "visual studio 2015"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-a-short-tutorial-for-beginners-helloworld",
      "url": "https://evotec.xyz/es/blog/docx-a-short-tutorial-for-beginners-helloworld",
      "title": "DocX \u2013 A short tutorial for beginners HelloWorld()",
      "summary": "Beginning your coding story with DocX is very easy and intuitive even for beginners. Below you can find a quick overview\u2026",
      "date_published": "2015-10-03T21:58:50.0000000Z",
      "tags": [
        "c#",
        "docx",
        "helloworld",
        "microsoft word",
        "microsoft word 2013",
        "tutorial",
        "word"
      ]
    }
  ]
}