Generate PDF, DOCX and DOC with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
leo.bonnafe
Forum Newbie
Posts: 2
Joined: Thu Feb 05, 2009 1:01 am

Generate PDF, DOCX and DOC with PHP

Post by leo.bonnafe »

Hello

I have just come across a new project that allows you to generate PDF, DOCX and DOC files with PHP.

All you have to do, is create a template in Open Office (or Word). In the template, you create the layout of the document and insert a number of text fields. These text fields are then populated with data from PHP and the document can be saved as a PDF file or in any other supported format. The concept is good old "mail-merge".

http://www.phplivedocx.org/articles/bri ... plivedocx/

From the web site's blurb:

phpLiveDocx allows developers to generate documents by combining structured data from PHP with a template, created in a word processor. The resulting document can be saved as a PDF, DOCX, DOC or RTF file.

I am currently adding phpLiveDocx to an online store I am working on. The customer wants his store to create an invoice and sent it by e-mail as a PDF attachment. The invoice should use the same template file that is used in the internal accounting software (which is a DOC file).

phpLiveDocx works well and it is much easier to get good results than with FPDF, TCPDF or Zend_Pdf.

Download here:

http://www.phplivedocx.org/downloads/

Happy coding :-)

Leo
Post Reply