20
Nov
Written by: Jonathan Maron.

Thanks to all those who attended my LiveDocx session at BarCamp Darmstadt and for the interesting discussion afterwards. I will be attending the social event this evening. Feel free to approach me and talk more about using LiveDocx in PHP. You can download the slides to the presentation. You can also contact me, if you [...]

12
Oct

Last week, I posted a sample application that shows how to use the new image merging functionality of LiveDocx 2.0. Since then, I have received several requests for a version that uses Zend Framework 2.0. I implemented a Zend Framework 2.0 version of \Zend\Service\LiveDocx\MailMerge in June and have just added LiveDocx 2.0 functionality today. You [...]

06
Oct
Written by: Jonathan Maron.

Following the positive feedback from the blog post yesterday, announcing image merging, I would today like to elaborate a little on the image handling methods of Zend_Service_LiveDocx_MailMerge. They include: getImageImportFormats()Returns an array of supported image formats from which can be imported (lowercase). getImageExportFormats()Returns as array of supported image formats to which can be exported (lowercase). [...]