Windows aplication for Word docx documents generation based on Word docx templates and variables
- In the templates child directory create a Word docx document with a text for template
- In the text of the template document insert a variables in format {$name$}
- Open the app, on the start it should scan the templates and variables
- If the app is already open, press the Scan template folder button
- On the left side of the app window there will be a list of found templates
- On the right side there will be a list of variables, found in the checked templates
- Enter the values for the variables, if no value, the variable will pass into the generated document
- Press the Generate button, it will generate documents with the checked templates and variable values into the output child directory
- The Generate button will recreate all existing output documents with the checked template names
If accidently the variable {$name$} will be split into several styles, it will break the app functionality, the fix is on the way to combine the variable styles in the broken template automatically