API15:JDocumentPDF
From Joomla! Documentation
Defined in
libraries/joomla/document/pdf/pdf.php
Methods
| Method name | Description |
|---|---|
| __construct | Class constructore |
| setName | Sets the document name |
| getName | Returns the document name |
| setHeader | Sets the document header string |
| getHeader | Returns the document header string |
| render | Render the document. |
| fixLinks |
Importing
jimport( 'joomla.document.pdf.pdf' );
Examples
Code Examples