I am trying to achieve something like this:
Using String.Format("{0, -80}", "User Representative" + "Date")
doesn't work because symbols of word document have different sizes.
Best way to implement this would be using tab stops. My question is is it possible to create tab stops using Novacode-Docx library. If not are there any other ways to implement this ?
I found simple workaround. You need to create fields in your .docx named something like this: %FieldExample%
After that it is very easy to replace these fields with your text: