Convert PDF templates to docx file
-
Hi, I'm using chrome-pdf recipe to generate pdf reports. Is there a way to convert the pdf templates to a docx report?
-
You can try it with https://jsreport.net/learn/unoconv
However, I am afraid the unoconv works just the other way around, so docx -> pdf.
At least it fails in playground and I see some tracked issues in unoconv repo.
-
Thanks for the quick response. So the only way would be to create new docx templates and use the docx recipe?
-
You can render the docx also directly from html.
Using https://jsreport.net/learn/unoconv or https://jsreport.net/learn/html-embedded-in-docx.However, both approaches has limits, and I would personally recommend to rather focus on developing the explicitely using docx recipe.
Try it and see what works for you.