[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/mod/assign/feedback/editpdf/fpdi/ -> fpdi2tcpdf_bridge.php (summary)

(no description)

File Size: 171 lines (5 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

FPDF:: (6 methods):
  _putstream()
  _getxobjectdict()
  pdf_write_value()
  _unescape()
  hex2str()
  str2hex()


Class: FPDF  - X-Ref

This class is used as a bridge between TCPDF and FPDI
and will create the possibility to use both FPDF and TCPDF
via one FPDI version.

We'll simply remap TCPDF to FPDF again.

It'll be loaded and extended by FPDF_TPL.
Modified to extend the moodle TCPDF wrapper instead.
_putstream($s, $n=0)   X-Ref
No description

_getxobjectdict()   X-Ref
No description

pdf_write_value(&$value)   X-Ref
Encryption of imported data by FPDI

param: array $value

_unescape($s)   X-Ref
Unescapes a PDF string

param: string $s
return: string

hex2str($hex)   X-Ref
Hexadecimal to string

param: string $hex
return: string

str2hex($str)   X-Ref
String to hexadecimal

param: string $str
return: string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1