Bouke / docx-mailmerge

Mail merge for Office Open XML (docx) files without the need for Microsoft Office Word.
MIT License
273 stars 104 forks source link

Web Gui #91

Open radumamy opened 3 years ago

radumamy commented 3 years ago

Hi. I was wondering if anyone has developed a Web GUI for this to aid not so technical users? Or are there any plans for a Web interface? Ideally we would like users to launch jobs that will complete the merge and output the files in docx or pdf. Thank you.

jcedmiston commented 3 years ago

I'm not sure this will help, but I have been working on a python GUI app for windows, which doesn't require privileges. It's not completely perfect and I don't have an explainer on how to use it but maybe something you can look at https://github.com/jcedmiston/CSV2Paper

EmanueleCannizzaro commented 3 years ago

It would be quite easy to add a baic qt based gui but I am not sure if it is within the scope of the project. If so, I can provide some initial code.