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). [...]

05
Oct
Written by: Jonathan Maron.

One of the most commonly requested new features in LiveDocx is the ability to merge images into a template. I am very happy to announce that exactly this feature has been implemented by the backend service. I have updated Zend_Service_LiveDocx_MailMerge to include this new functionality. Image merging is useful, for example, in the case of [...]