Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php89 var $pdf_acro_array;
732 $this->pdf_acro_array .= $this->mpdf->n . ' 0 R ';
771 if (isset($this->pdf_acro_array)) {
774 $this->writer->write('/Fields [' . $this->pdf_acro_array . ']');
1377 $this->pdf_acro_array .= $n . ' 0 R '; // Add to /Field element
1650 $this->pdf_acro_array .= $n . ' 0 R ';
1732 $this->pdf_acro_array .= $n . ' 0 R ';
91 var $pdf_acro_array; global() variable in Mpdf\\Form