Document Solutions for Word .NET
Generate, load, edit and save Word documents without dependency on Microsoft Word.
Published by MESCIUS (formerly GrapeCity)
Distributed by ComponentSource since 1996




Document Solutions for Word has full source code available to parse Markdown .md file using Markdig markdown processor (BSD 2-Clause license) and convert to Word .docx file.


In DsWord, a paragraph is represented by the Paragraph class. This class allows you to work with the paragraph element in a Word document. DsWord provides ParagraphFormat class which contains all the formatting properties for a paragraph, such as alignment, indentation, shading, tab stops, etc.


Tables in a document help in displaying the content in organized and structured manner. In DsWord, a table is a block content object and is represented by the Table class which lets you access the structure, content and formatting of the table.


Generate professional Word reports by designing Word templates in MS Word/Google Docs/third party document editors and bind with data using Document Solutions for Word API.