Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DMetadataWriter.php153 …$this->writer->write('/Producer ' . $this->writer->utf16BigEndianTextString('mPDF' . ($this->mpdf-…
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));
637 $annot .= ' /Contents ' . $this->writer->utf16BigEndianTextString($pl['txt']);
672 $annot .= ' /T ' . $this->writer->utf16BigEndianTextString($pl['opt']['t']);
692 $annot .= ' /Subj ' . $this->writer->utf16BigEndianTextString($pl['opt']['subj']);
DOptionalContentWriter.php65 …$this->writer->write('<</Type /OCG /Name ' . $this->writer->utf16BigEndianTextString($name) . '>>'…
DBookmarkWriter.php84 $this->writer->write('<</Title ' . $this->writer->utf16BigEndianTextString($o['t']));
DBaseWriter.php73 public function utf16BigEndianTextString($s) // _UTF16BEtextstring function in Mpdf\\Writer\\BaseWriter