Here we should describe the general workflow of our application.
# Packages
Here we can explain how we derived the TLA and packages from the previously explained pipeline.
## Configuration Parsing
### Configuration Files
The configuration files specify the printers properties and a set of formats with their format specific properties. The files are of the type '.properties' (Java Properties Format). The 'ConfigParser' component features an abstract ConfigurationParser which can be extended to support other file types.
...
...
@@ -69,4 +79,9 @@ In the following a table with all available properties is presented. All distanc
|| margin.[top,left,bottom,right] | non-negative integer | Desired minimum margin from respective page border. (Can have greater size in real output, because it will be a multiple of the cell size.) | ✔ | 10