Creating templates
You can create new documents based on Templates. The application can handle 3 types of template documents:
- OpenOffice
- Text (this includes other text-based formats like HTML, for example).
In order to generate the final document from the template, we need to make an association with Metadata. The final document will be assigned the corresponding Metadata using the user's input values, so you can use them for future searches.
The template syntax is used by the FreeMarker Template Engine. This engine can be used for simple variable substitution as well as for loops and other control structures.
In the samples we use only the basic features, but you can learn more in the FreeMarker Manual.