Home
last modified time | relevance | path

Searched refs:utf16BigEndianTextString (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php153 $this->writer->write('/Producer ' . $this->writer->utf16BigEndianTextString('mPDF' . ($this->mpdf->exposeVersion ? (' ' . $this->getVersionString()) : '')));
156 $this->writer->write('/Title ' . $this->writer->utf16BigEndianTextString($this->mpdf->title));
160 $this->writer->write('/Subject ' . $this->writer->utf16BigEndianTextString($this->mpdf->subject));
164 $this->writer->write('/Author ' . $this->writer->utf16BigEndianTextString($this->mpdf->author));
168 $this->writer->write('/Keywords ' . $this->writer->utf16BigEndianTextString($this->mpdf->keywords));
172 $this->writer->write('/Creator ' . $this->writer->utf16BigEndianTextString($this->mpdf->creator));
176 $this->writer->write('/' . $key . ' ' . $this->writer->utf16BigEndianTextString($value));
525 // $annot .= ' /Contents ' . $this->writer->utf16BigEndianTextString($pl[4]);
637 $annot .= ' /Contents ' . $this->writer->utf16BigEndianTextString($pl['txt']);
672 $annot .= ' /T ' . $this->writer->utf16BigEndianTextString(
[all...]
H A DOptionalContentWriter.php65 $this->writer->write('<</Type /OCG /Name ' . $this->writer->utf16BigEndianTextString($name) . '>>');
H A DBookmarkWriter.php84 $this->writer->write('<</Title ' . $this->writer->utf16BigEndianTextString($o['t']));
H A DBaseWriter.php73 public function utf16BigEndianTextString($s) // _UTF16BEtextstring
74 public function utf16BigEndianTextString($s) // _UTF16BEtextstring global() function in Mpdf\\Writer\\BaseWriter