mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
add pdml class as fpdf extension and plus API wrapper the pdml class
This commit is contained in:
parent
28fa81a805
commit
6a91aaf76a
18
phpgwapi/inc/class.pdmlwrapper.inc.php
Normal file
18
phpgwapi/inc/class.pdmlwrapper.inc.php
Normal 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
1065
phpgwapi/inc/fpdf/pdml.php
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user