|
|
'; }
echo ' |
|
tag if($ln>0) { //Go to next line $this->y += $h; if($ln==1) { //Move to next line if ($currentx != 0) { $this->x=$currentx; } else { $this->x=$this->lMargin; } } } else $this->x+=$w; } function _kern($txt, $mode, $aix, $x, $y) { if ($mode == 'MBTw') { // Multibyte requiring word spacing $space = ' '; //Convert string to UTF-16BE without BOM $space= $this->UTF8ToUTF16BE($space , false); $space=$this->_escape($space ); $s = sprintf(' BT '.$aix,$x*_MPDFK,($this->h-$y)*_MPDFK); $t = explode(' ',$txt); for($i=0;$i
.....
.....
Error message detected - PDF file generation aborted.
"; echo $e['message'].''; echo 'File: '.$e['file'].'
'; echo 'Line: '.$e['line'].'
'; exit; } } if (($this->PDFA || $this->PDFX) && $this->encrypted) { $this->Error("PDFA1-b or PDFX/1-a does not permit encryption of documents."); } if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) { if ($this->PDFA) { echo '
- ';
$this->PDFAXwarnings = array_unique($this->PDFAXwarnings);
foreach($this->PDFAXwarnings AS $w) {
echo '
- '.$w.' '; } echo '