21
Jan

In a previous post, we took a look at which file formats are supported by phpLiveDocx. This information is also available programmatically with the following two static methods. Each returns an array of file formats. Supported template file formats (input) 1 2 3 4 5 6 7 8 9 $mailMerge = new Zend_Service_LiveDocx_MailMerge();   $mailMerge->setUsername(’myUsername’) [...]

21
Jan
Written by: Jonathan Maron.

While using phpLiveDocx, it is conceivable that at some point, you will be required to populate a template, in which a number of text fields and block text fields have been inserted, but whose names you do not know. For example, in the case that you are running a Linux server and need to find [...]

16
Jan
Written by: Jonathan Maron.

After a really interesting and long (!) lunch with Björn Meyer – the product manager of LiveDocx – I am delighted to publish some information about the licensing of LiveDocx. First of all, phpLiveDocx is released under the New BSD License. The backend document creation platform upon which phpLiveDocx is built, however, is not open [...]