references:joomla.framework:document:jdocumentpdf-__constructTable of Contents
__construct
JDocumentPDF class constructor. The constructor should be invoked via the JDocument::getInstance() method. The $options parameter can be used to setup the PDF configuration. This class recognizes the following parameters:
Please see JDocument for information on parameters associated with the JDocument class. SyntaxJDocumentPDF __construct ( $options )
ExamplesA JDocumentPDF object can be created using the following: Example $options = array( 'direction' => 'rtl' ); $pdfDoc =& JDocument::getInstance( 'pdf', $options ); Discussion |


