23
Jun
Written by: Jonathan Maron.
Despite this blog being about using LiveDocx in PHP, I am often asked whether it is possible to use LiveDocx in Python. As LiveDocx is a SOAP service, it is possible to use LiveDocx in any programming language that supports SOAP. Python supports SOAP, hence LiveDocx may be used in Python. However, it is always [...]
09
Jun
Written by: Jonathan Maron.
An oft underestimated feature of LiveDocx is support for the Microsoft Word INCLUDETEXT field type, which allows templates to be chained together into one larger template. The entire contents of the sub-templates are brought into the main template in the order in which the fields are inserted, during the merge process. The final document contains [...]