I have my-template.docx
that I convert into my-report.docx
with OpenXml and then my-report.pdf
with:
soffice --headless --convert-to pdf my-report.docx
I feel compelled to say that this functionality is very much appreciated . Anyways, one thing I can't find an answer to here (cli documentation) or here (comparison with MS Office) or my other post is if LibreOffice is safe for automation.
See this post from Microsoft that says not to use Word for server-side automation. That begs the question of whether LibreOffice is safe for server side automation? Basically I will be using C# to run soffice --headless --convert-to pdf my-report.docx
anytime a request for a report comes in.
Is that safe?
*assume nobody else is trying to read my-report.docx