Create PDF from Word template - unoconv deprecated
-
I see that this playground docx example can use docx as template and generate docx. https://playground.jsreport.net/w/admin/d7o0nIWc
It also seems to be able to generate PDF by using the unoconv Format pdf (https://jsreport.net/learn/unoconv).
This seems to be deprecated (https://github.com/unoconv/unoconv) and a new one has been made: https://github.com/unoconv/unoserver/Is there another better way to generate PDF from Word-templates than using the old deprecated unoconv?
-
I didn't check it in detail, but If I remember correctly, both libs unoconv and unoserver use the same bits for converting docx to pdf (libre office).
The second one just uses a different approach to keep the libre office instance running and to communicate with it.
In other words, both will give you the same features and the same outputs. The second one will be just some fixed amount of ms faster.
I believe you can use unoconv now and when we provide an extension for unoserver, it will be just a simple switch for you.