PHP Classes

Awesome!

Recommend this page to a friend!

      PHP Classes blog  >  New approach to gener...  >  All threads  >  Awesome!  >  (Un) Subscribe thread alerts  
Subject:Awesome!
Summary:Great library...
Messages:2
Author:Hugo Ferreira
Date:2009-10-08 09:56:44
Update:2009-10-09 03:58:11
 

  1. Awesome!   Reply   Report abuse  
Picture of Hugo Ferreira Hugo Ferreira - 2009-10-08 10:19:03
We would like to thank you for this great piece of code.
For a long time PHP was lacking some library like this for PDF generation, good work.

Cheers,
Hugo

  2. Re: Awesome!   Reply   Report abuse  
Picture of Jonathan Maron Jonathan Maron - 2009-10-09 03:58:11 - In reply to message 1 from Hugo Ferreira
Hello Hugo

The traditional way of generating PDF files programmatically is very time consuming

The HTML-to-PDF approach is not always as precise as one may wish.

Hence, we set about creating a new approach, in which you create a template in a word processing application and then simply populate that template in PHP.

This approach is considerably less time consuming and really easy to implement.

The result is the Zend_Service_LiveDocx_* family of components.

If you need any help, simply contact me at:
phplivedocx.org/contact/

I am only too happy to assist :-)

Jonathan