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
Learn how to create nested bullet and numbered lists in Microsoft Word programmatically with DocX and C#, including a simple working exampl…

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
OfficeIMO is a free cross-platform .NET library for creating Word documents with Open XML SDK while hiding much of the low-level plumbing.