Welcome to the Docentric toolkit

Docentric is a reporting toolkit that enables generation of .docx documents from any type of .NET application. The toolkit provides a report engine, the document generation class library that can be integrated with your .NET application. The toolkit also includes a highly productive and user friendly editing enviroment, in the form of Microsoft Word Add-In, for authoring these document templates.

Report engine represents 100% managed .NET dll and is based on the Open XML SDK. This means that an application using this Docentric library doesn't need the MS Office to be installed on the machine it is running on. In comparisson to the approach of solving the same task using COM interops (which has been the most popular solution so far), this solves many problems and opens new possibilities, like creation of .docx documents from server applications (ASP.NET, Windows/Web Service application).


Getting started ...

Tutorials through examples