tags
c#
7 entries
7 entries

Difference between GetTempFileName() and GetRandomFileName() that got my ass kicked
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 s…

DocX – A short tutorial for beginners HelloWorld()
Beginning your coding story with DocX is very easy and intuitive even for beginners. Below you can find a quick overview…

DocX – Add horizontal lines to Microsoft Word document programmatically
Following code is an example on how to add horizontal lines to Microsoft Word document by using DocX package programmatically…

DocX – Add image to Microsoft Word document programmatically
Following code is an example on how to add picture to Microsoft Word document using C# without needing to have Microsoft…

DocX – Add nested lists to Microsoft Word document programmatically
If you had one of those days looking for solution on how to easily add a nested list to Microsoft…

DocX – Password protect Microsoft Word document programmatically
Following code is an example on how to add protection to Microsoft Word document using C# without needing to have…

OfficeIMO – Free cross-platform Microsoft Word .NET library
I’ve created a cross-platform (Windows, Linux, macOS) Word library based on Open XML SDK that heavily simplifies creating and modifying Wor…