Return a PDF from Docxtemplater recipe
-
Is there any way to return a PDF from a docxtemplater recipe?
-
You can use this extension and convert docx to pdf
https://jsreport.net/learn/unoconv
-
@jan_blaha awesome! Thank you.
-
@jan_blaha you might want to update the documentation https://jsreport.net/learn/unoconv to say that on windows you also need to run
npm i jsreport-unoconv
.
-
Thank you. It is now updated in our docs repo.
Feel free to help us and send PR to update docs if you have in the mood the next time you find a bug there. :)
Every documentation page has "Edit article" button at the bottom.