Moodle  2.2.1
http://www.collinsharper.com
pdf Class Reference
Inheritance diagram for pdf:
Collaboration diagram for pdf:

Public Member Functions

 __construct ($orientation='P', $unit='mm', $format='A4', $unicode=true, $encoding='UTF-8')
 Output ($name='doc.pdf', $dest='I')

Protected Member Functions

 _getfontpath ()
 _getfontfiles ($fontdir)

Detailed Description

Definition at line 94 of file pdflib.php.


Constructor & Destructor Documentation

__construct ( orientation = 'P',
unit = 'mm',
format = 'A4',
unicode = true,
encoding = 'UTF-8' 
)

Class constructor

See the parent class documentation for the parameters info.

Definition at line 101 of file pdflib.php.

Here is the call graph for this function:


Member Function Documentation

_getfontfiles ( fontdir) [protected]

Get the .php files for the fonts

Definition at line 164 of file pdflib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

_getfontpath ( ) [protected]

Return fonts path Overriding TCPDF::_getfontpath()

object

Reimplemented from TCPDF.

Reimplemented in testable_pdf.

Definition at line 149 of file pdflib.php.

Here is the call graph for this function:

Output ( name = 'doc.pdf',
dest = 'I' 
)

Send the document to a given destination: string, local file or browser. In the last case, the plug-in may be used (if present) or a download ("Save as" dialog box) may be forced.
The method first calls Close() if necessary to terminate the document.

Parameters:
$name(string) The name of the file when saved. Note that special characters are removed and blanks characters are replaced with the underscore character.
$dest(string) Destination where to send the document. It can take one of the following values:
  • I: send the file inline to the browser (default). The plug-in is used if available. The name given by name is used when one selects the "Save as" option on the link generating the PDF.
  • D: send to the browser and force a file download with the name given by name.
  • F: save to a local server file with the name given by name.
  • S: return the document as a string (name is ignored).
  • FI: equivalent to F + I option
  • FD: equivalent to F + D option
  • E: return the document as base64 mime multi-part email attachment (RFC 2045)
Since:
1.0
See also:
Close()

Reimplemented from TCPDF.

Definition at line 136 of file pdflib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations