<feed xmlns="http://www.w3.org/2005/Atom"><title>c#</title><id>https://evotec.xyz/de/tags/c/index.atom.xml</id><updated>2022-06-12T16:14:01.0000000Z</updated><subtitle>Evotec Main Website</subtitle><link href="https://evotec.xyz/de/tags/c" /><link href="https://evotec.xyz/de/tags/c/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>Difference between GetTempFileName() and GetRandomFileName() that got my ass kicked</title><id>https://evotec.xyz/de/blog/difference-between-gettempfilename-and-getrandomfilename-that-got-my-ass-kicked</id><link href="https://evotec.xyz/de/blog/difference-between-gettempfilename-and-getrandomfilename-that-got-my-ass-kicked" /><updated>2022-01-24T18:51:13.0000000Z</updated><summary>Today’s story is about me making assumptions on how things work based on the method’s name. As the blog post says, I want to focus on two similar methods – GetTempFileName() and GetRandomFileName(), when using PowerShell. Still, since those methods are .NET based, it applies to a whole range of other languages – C#, F#, VisualBasic, and all others that I’ve never used.</summary><category term=".net" /><category term="c#" /><category term="powershell" /><category term="Windows" /></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>