Constructor & Destructor Documentation
Member Function Documentation
Converts an FO file into PDF and return its content
- Parameters:
-
string | $fo_path | Location of the FO file |
- Returns:
- string|false PDF data or FALSE in case of error
Converts an FO string into PDF and return its content
- Parameters:
-
string | $fo | Full FO document data |
- Returns:
- string PDF data
Converts an XML file into PDF using XSL and return its content
- Parameters:
-
string | $xml_path | Location of the XML file |
string | $xsl_path | Location of the XSL file |
- Returns:
- string|false PDF data or FALSE in case of error
Converts an XML string into PDF and return its content
- Parameters:
-
string | $xml | Full XML document data |
string | $xsl | Full XSL document data OR XSL file path |
- Returns:
- string PDF data
Converts an FO file into PDF and output it to the browser
- Parameters:
-
string | $fo_path | Location of the FO file |
- Returns:
- string|false PDF data or FALSE in case of error
Converts an FO string into PDF and output it to the browser
- Parameters:
-
string | $fo | Full FO document data |
- Returns:
- string PDF data
Converts an XML file into PDF using XSL and output it to the browser
- Parameters:
-
string | $xml_path | Location of the XML file |
string | $xsl_path | Location of the XSL file |
- Returns:
- string|false PDF data or FALSE in case of error
Converts an XML string into PDF and output it to the browser
- Parameters:
-
string | $xml | Full XML document data |
string | $xsl | Full XSL document data OR XSL file path |
- Returns:
- string PDF data
Field Documentation
The documentation for this class was generated from the following file:
- D:/documents/tariqa/trunk/public/www/lib/MetaNull/Tools/mFop.class.php