<feed xmlns="http://www.w3.org/2005/Atom"><title>docx</title><id>https://evotec.xyz/de/tags/docx/index.atom.xml</id><updated>2022-06-12T16:14:01.0000000Z</updated><subtitle>Evotec Main Website</subtitle><link href="https://evotec.xyz/de/tags/docx" /><link href="https://evotec.xyz/de/tags/docx/index.atom.xml" rel="self" type="application/atom+xml" /><entry><title>OfficeIMO – Free cross-platform Microsoft Word .NET library</title><id>https://evotec.xyz/de/blog/officeimo-free-cross-platform-microsoft-word-net-library</id><link href="https://evotec.xyz/de/blog/officeimo-free-cross-platform-microsoft-word-net-library" /><updated>2022-06-12T16:14:01.0000000Z</updated><summary>I’ve 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 – all that is possible using Open XML SDK, but it’s 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 – it’s not fun.</summary><category term="c#" /><category term="csharp" /><category term="docx" /><category term="microsoft office" /><category term="Office 365" /><category term="officeimo" /><category term="Windows" /><category term="word" /></entry><entry><title>PSWriteWord – Version 0.5.1</title><id>https://evotec.xyz/de/blog/pswriteword-version-0-5-1</id><link href="https://evotec.xyz/de/blog/pswriteword-version-0-5-1" /><updated>2018-08-21T16:10:48.0000000Z</updated><summary>During last couple of weeks I’ve spent most of my time developing PSWinDocumentation project. While building that I’ve came across different…</summary><category term="docx" /><category term="microsoft office" /><category term="microsoft word" /><category term="PowerShell" /><category term="PSWriteWord" /><category term="word" /></entry><entry><title>PSWriteWord – Add-WordTable / Add-WordText Expanded</title><id>https://evotec.xyz/de/blog/pswriteword-add-wordtable-add-wordtext-expanded</id><link href="https://evotec.xyz/de/blog/pswriteword-add-wordtable-add-wordtext-expanded" /><updated>2018-07-07T20:12:03.0000000Z</updated><summary>In this weekly release (PSWriteWord 0.4.6) there are handful of updates and tweaks to Add-WordTable and Add-WordText. If you’ve not…</summary><category term="docx" /><category term="examples" /><category term="microsoft word" /><category term="powershell" /><category term="PSWriteWord" /><category term="Windows" /><category term="word" /></entry><entry><title>PSWriteWord – Updated to 0.4.1 (Breaking Change included)</title><id>https://evotec.xyz/de/blog/pswriteword-updated-to-0-4-1-breaking-change-included</id><link href="https://evotec.xyz/de/blog/pswriteword-updated-to-0-4-1-breaking-change-included" /><updated>2018-06-28T19:47:51.0000000Z</updated><summary>While the update may seem small – change from 0.4 to 0.4.1 it actually brought a number of fixes and…</summary><category term="docx" /><category term="examples" /><category term="microsoft word" /><category term="powershell" /><category term="PSWriteWord" /><category term="Windows" /><category term="word" /></entry><entry><title>DocX – Add nested lists to Microsoft Word document programmatically</title><id>https://evotec.xyz/de/blog/docx-add-nested-lists-microsoft-word-document-programmatically</id><link href="https://evotec.xyz/de/blog/docx-add-nested-lists-microsoft-word-document-programmatically" /><updated>2016-05-26T19:54:45.0000000Z</updated><summary>If you had one of those days looking for solution on how to easily add a nested list to Microsoft…</summary><category term="c#" /><category term="csharp" /><category term="docx" /><category term="microsoft word" /><category term="visual studio" /><category term="visual studio 2013" /><category term="visual studio 2015" /></entry><entry><title>DocX – Add horizontal lines to Microsoft Word document programmatically</title><id>https://evotec.xyz/de/blog/docx-add-horizontal-lines-microsoft-word-document-programmatically</id><link href="https://evotec.xyz/de/blog/docx-add-horizontal-lines-microsoft-word-document-programmatically" /><updated>2016-05-26T11:49:00.0000000Z</updated><summary>Following code is an example on how to add horizontal lines to Microsoft Word document by using DocX package programmatically…</summary><category term="c sharp" /><category term="c#" /><category term="csharp" /><category term="docx" /><category term="microsoft word" /><category term="microsoft word 2013" /><category term="microsoft word 2016" /><category term="visual studio" /><category term="visual studio 2013" /><category term="visual studio 2016" /></entry><entry><title>DocX – Add image to Microsoft Word document programmatically</title><id>https://evotec.xyz/de/blog/docx-add-image-to-microsoft-word-document-programmatically</id><link href="https://evotec.xyz/de/blog/docx-add-image-to-microsoft-word-document-programmatically" /><updated>2016-03-05T11:07:18.0000000Z</updated><summary>Following code is an example on how to add picture to Microsoft Word document using C# without needing to have Microsoft…</summary><category term="c sharp" /><category term="c#" /><category term="docx" /><category term="microsoft visual studio 2013" /><category term="microsoft visual studio 2015" /><category term="microsoft word" /><category term="microsoft word 2010" /><category term="microsoft word 2013" /><category term="microsoft word 2016" /><category term="visual studio" /></entry><entry><title>DocX – Password protect Microsoft Word document programmatically</title><id>https://evotec.xyz/de/blog/docx-password-protect-microsoft-word-document-programmatically</id><link href="https://evotec.xyz/de/blog/docx-password-protect-microsoft-word-document-programmatically" /><updated>2015-11-20T12:13:14.0000000Z</updated><summary>Following code is an example on how to add protection to Microsoft Word document using C# without needing to have…</summary><category term="c sharp" /><category term="c#" /><category term="csharp" /><category term="docx" /><category term="microsoft word" /><category term="microsoft word 2013" /><category term="password protected" /><category term="visual studio" /><category term="visual studio 2013" /><category term="visual studio 2015" /></entry><entry><title>DocX – A short tutorial for beginners HelloWorld()</title><id>https://evotec.xyz/de/blog/docx-a-short-tutorial-for-beginners-helloworld</id><link href="https://evotec.xyz/de/blog/docx-a-short-tutorial-for-beginners-helloworld" /><updated>2015-10-03T21:58:50.0000000Z</updated><summary>Beginning your coding story with DocX is very easy and intuitive even for beginners. Below you can find a quick overview…</summary><category term="c#" /><category term="docx" /><category term="helloworld" /><category term="microsoft word" /><category term="microsoft word 2013" /><category term="tutorial" /><category term="word" /></entry></feed>