leomrocha/docx4u

Output file is a ZIP, it should be plain .docx files

leomrocha opened this issue · 0 comments

Currently the output is saved inside a zip file, it should be plain .docx files

While this might be nice for directly sending the group of files (nice feature for a future iteration), as it is not demanded by the user it just makes the workflow harder as the user will want to open and verify the file, having to extract it

Desired workflow:

The name of the output files should be by default the same as the template file with a prefix so it does not overwrite the original template by accident, an easy default name is yyyy-mm-dd_ORIGINAL_FILENAME.docx
The folder where the output is created should be selected in case of many files to be written (the original templates are from many files together)