Menu

Tree [948e75] master /
 History

HTTPS access


File Date Author Commit
 bin 2010-04-08 Guillaume Luchet Guillaume Luchet [dda0ce] Add include path and error reporting
 components 2010-04-08 Guillaume Luchet Guillaume Luchet [f4be7b] Upgrade fpdf to 1.6
 demo 2010-03-21 Guillaume Luchet Guillaume Luchet [7bd6df] little debugs
 doc 2007-10-15 geelweb geelweb [b3d692] doc tools
 examples 2006-12-26 geelweb geelweb [f31148] Xmas update... 1.0 comming soon
 interfaces 2007-10-07 geelweb geelweb [b4d610] refactoring to better management of box positio...
 main 2010-04-08 Guillaume Luchet Guillaume Luchet [b9262b] fix bug with font inheritance
 plugins 2010-04-08 Guillaume Luchet Guillaume Luchet [44ada4] fix bugs due to fpdf upgrade
 scripts 2007-10-16 geelweb geelweb [bca4ea] debug
 stylesheets 2006-10-14 geelweb geelweb [c08150] Initial revision
 tests 2010-04-16 Guillaume Luchet Guillaume Luchet [948e75] Starting unit test using PhpUnit
 tutorials 2006-12-26 geelweb geelweb [f31148] Xmas update... 1.0 comming soon
 CHANGELOG 2006-12-26 geelweb geelweb [f31148] Xmas update... 1.0 comming soon
 INSTALL 2006-12-09 geelweb geelweb [4dfc8e] add GD requirements info
 Io.php 2007-09-26 geelweb geelweb [130466] do not change include_path + debug
 LICENSE 2006-10-14 geelweb geelweb [c08150] Initial revision
 Makefile 2010-04-16 Guillaume Luchet Guillaume Luchet [948e75] Starting unit test using PhpUnit
 README 2006-10-14 geelweb geelweb [c08150] Initial revision
 Xml2Pdf.config.php 2010-04-08 Guillaume Luchet Guillaume Luchet [efc56b] fpdf upgrade
 Xml2Pdf.php 2010-04-08 Guillaume Luchet Guillaume Luchet [852c15] Load the xml file using DOMDocument
 pdf.inc.php 2007-09-26 geelweb geelweb [130466] do not change include_path + debug

Read Me

Xml2Pdf librairy
----------------

Author    guillaume luchet <guillaume@geelweb.org> (http://www/geelweb.org)
version   0.6.10.8
license   BSD License (http://opensource.org/licenses/bsd-license.php)
copyright Copyright © 2006, guillaume luchet


WHAT IT IS ?
------------

This is a librairy who convert XML on PDF using the FPDF librairy (see 
http://www.fpdf.org).

This library make PDF document using XML template. With the XML tag manage by 
Xml2Pdf you can create PDF document like to an HTML page.

To create PDF using Xml2Pdf tou must create the XML template who contain tags 
with attributes and content. This template will be parsed and interpreted by the
library to create automaticly the PDF document.

Send me your comments, suggestions or plugins.