add pdml class as fpdf extension and plus API wrapper the pdml class

This commit is contained in:
Pim Snel 2007-01-15 15:35:00 +00:00
parent 28fa81a805
commit 6a91aaf76a
2 changed files with 1083 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?php
define('FPDF_FONTPATH',EGW_INCLUDE_ROOT."/phpgwapi/inc/fpdf/font/");
require_once( EGW_INCLUDE_ROOT."/phpgwapi/inc/fpdf/fpdf.php" );
require_once( EGW_INCLUDE_ROOT."/phpgwapi/inc/fpdf/pdml.php" );
/**
* pdmlwrapper implements the Portable Document Markup Language in the API
*
* @uses PDML
* @package api
* @version $Id$
* @author Pim Snel <pim-AT-lingewoud-DOT-nl>
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @link http://pdml.sourceforge.net PDML documentation
*/
class pdmlwrapper extends PDML
{}
?>

1065
phpgwapi/inc/fpdf/pdml.php Executable file

File diff suppressed because it is too large Load Diff