Using LiveDocx with Zend Framework Component
Step 1: Sign up for an account
Before you can start using LiveDocx, you must first sign up for an account.
Step 2: Download and install Zend Framework
Download and install Zend Framework 1.10 or newer.
Step 3: Set your username and password
In /demos/Zend/Service/LiveDocx copy configuration.php.dist to configuration.php and enter the username and password you obtained from step 1 into the consts:
- DEMOS_ZEND_SERVICE_LIVEDOCX_USERNAME
- DEMOS_ZEND_SERVICE_LIVEDOCX_PASSWORD
Close the file and you are done. Zend_Service_LiveDocx is now fully configured.
Step 4: Start a sample application
There are plenty of sample applications in /demos/Zend/Service/LiveDocx/MailMerge/, which illustrate all of LiveDocx’ functionality.
Step 5: Learn more
Please also refer to the Zend Framework Programmers’ Guide and PDF Generation with Zend Framework.