Home
last modified time | relevance | path

Searched +full:output +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 26 – 43 of 43) sorted by path

12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DColumns.php41 if (!empty($this->mpdf->textbuffer)) { //Output previously buffered content
H A DDotTab.php50 // Output it to buffers
H A DHr.php106 // Output it to buffers
H A DImg.php414 // Output it to buffers
H A DInput.php407 // Output it to buffers
H A DSelect.php137 // Output it to buffers
H A DTextCircle.php232 // Output it to buffers
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php221 's' => $s, // Text string to output
237 's' => $s, // Text string to output
H A DFontWriter.php571 // output data
H A DMetadataWriter.php768 // Output Radio Button Group form entries (radio_on_obj_id already determined)
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DREADME.md3 QR code generating library with HTML/PNG/mPDF output possibilities.
21 use Mpdf\QrCode\Output;
25 $output = new Output\Png();
28 $data = $output->output($qrCode, 100, [255, 255, 255], [0, 0, 0]);
H A Dcomposer.json42 "ext-gd": "To output QR codes to PNG files",
43 "ext-simplexml": "To output QR codes to SVG files"
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DHtml.php3 namespace Mpdf\QrCode\Output;
15 public function output(QrCode $qrCode) function in Mpdf\\QrCode\\Output\\Html
H A DMpdf.php3 namespace Mpdf\QrCode\Output;
22 public function output(QrCode $qrCode, MpdfObject $mpdf, $x, $y, $w, $background = [255, 255, 255], $color = [0, 0, 0]) function in Mpdf\\QrCode\\Output\\Mpdf
H A DPng.php3 namespace Mpdf\QrCode\Output;
19 public function output(QrCode $qrCode, $w = 100, $background = [255, 255, 255], $color = [0, 0, 0], $compression = 0) function in Mpdf\\QrCode\\Output\\Png
H A DSvg.php3 namespace Mpdf\QrCode\Output;
19 public function output(QrCode $qrCode, $size = 100, $background = 'white', $color = 'black') function in Mpdf\\QrCode\\Output\\Svg
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md129 $pdf->Output();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPageBoundaries.php43 * The bleed box defines the region to which the contents of the page shall be clipped when output in a

12