Hi,
I have a lot of writer documents, that have forms or template variables in it.
Often I exported a PDF file and put it on my website, so it can be filled out online and printed.
Multiple of my documents have different base layouts in common and I want to bring them alive online to have it like a online form that can be issued with pre-filled data out of a database.
So my first thought was doing it with python and the templating engine Jinja. Later that can easily be integrated/upgraded to a running website by Django or Flask.
I’m trying to find a way, to have only one file and use it in both worlds. One file to edit them all.
Or at least a type of conversion that can easily be exported and consumed by python.
LibreOffice Online powered by Collabora Online Development Edition uses XML files already, right? So maybe there lays a starting point.
Anyone is already doing this or have similar needs and can think of a way to achieve this?
Thanks for your input.