Categories Archives
You are currently viewing all posts published under DocX
PSWriteWord – Version 0.5.1
During last couple of weeks I've spent most of my time developing PSWinDocumentation project. While building that I've came across different problems that needed solutions ...
Read morePSWriteWord – Add-WordTable / Add-WordText Expanded
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 yet seen them in ...
Read morePSWriteWord – Updated to 0.4.1 (Breaking Change included)
While the update may seem small - change from 0.4 to 0.4.1 it actually brought a number of fixes and new features. One of ...
Read moreDocX – 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 Word document by using ...
Read moreDocX – 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 in C# without needing ...
Read moreDocX – 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 Word installed.Following prerequisites are required ...
Read moreDocX – 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 Microsoft Word installed.Following prerequisites are ...
Read moreDocX – 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 on how to create ...
Read more