VSdocman uses special files called templates to generate its output. A template defines a format of the output. VSdocman comes with several predefined templates for generating:
- MS Help Viewer - Microsoft help technology used in Visual Studio 2010 and higher and in MSDN; .mshc file. Suitable for integration with VS help or MSDN.
- MS Help 2 - Microsoft help technology used in Visual Studio .NET and MSDN versions 2002 - 2008; .HxS file. Suitable for integration with VS help or MSDN.
- CHM (HTML Help 1.x) - .CHM file suitable for general purpose help.
- HTML - files with index, search and table of contents. Works even locally without a web server.
- Docx - OOXML format used in MS Word. Suitable for printing and exporting to PDF.
- PDF document suitable for printing.
- XML which can be processed later by other tools
You can define your own template to customize the output. Simple macro language was developed to enable user to change output look.
Of course, you can customize the existing templates. Moreover, VSdocman uses special language files for output localization. There are several built-in languages including English, German, French, Spanish, Portuguese, Hebrew and others. You can easily add any other language just by editing a simple text file.