JDocumentPDF/1.5
From Joomla! Documentation
[Edit Descripton] Description:JDocumentPDF
Defined in
libraries/joomla/document/pdf/pdf.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Class constructore. |
| fixLinks | |
| getHeader | Returns the document header string. |
| getName | Returns the document name. |
| render | Render the document. |
| setHeader | Sets the document header string. |
| setName | Sets the document name. |
Importing
jimport( 'joomla.document.pdf.pdf' );
See also
[Edit See Also] SeeAlso:JDocumentPDF
Examples
<CodeExamplesForm />