Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdfTpl.php19 class FpdfTpl extends \FPDF
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCREDITS.txt4 * Software: FPDF *
24 -Clément Lavoillotte for HTML-oriented FPDF idea
46 * FPDF package. *
DREADME.md3 It is based on [FPDF](http://www.fpdf.org/) and [HTML2FPDF](http://html2fpdf.sourceforge.net/)
/plugin/dw2pdf/vendor/setasign/fpdi/
DREADME.md13 documents and use them as templates in [FPDF](http://www.fpdf.org), which was developed by Olivier …
14 from a copy of [FPDF](http://www.fpdf.org), FPDI does not require any special PHP extensions.
21 Because FPDI can be used with FPDF, TCPDF or tFPDF we haven't added a fixed dependency in the main
25 To use FPDI with FPDF include following in your composer.json file:
/plugin/html2pdf/html2pdf/html2ps/
DTODO23 Missing zlib FPDF font generation error
DChangeLog782 * Fixed: FPDF-generated PDF files with embedded fonts could not
898 (getting rid of AFM files in FPDF output method)
1085 of small cross (FPDF output)
1171 * Change: Complete support for interactive forms in FPDF and
1225 * Added support for checkbox form fields (FPDF)
1227 * Added support for radio form fields (FPDF)
1238 * Fixed: rectangles drawn using "rect" FPDF output driver method
1242 FPDF output
1244 * Fixed: circles (i.e. list item markers) were distorted in FPDF
1321 * Fixed 'dotted' line style caused errors in FPDF output
[all …]
Dpdf.fpdf.php93 * @param FPDF $handler PDF file wrapper (FPDF object)
97 * @see FPDF::is_object_written
113 * @param FPDF $handler PDF file wrapper (FPDF object)
1036 class FPDF { class
1622 function FPDF($orientation='P', $unit='mm', $format='A4') { function in FPDF
Doutput.fpdf.class.php331 $this->pdf =& new FPDF('P','pt',array(mm2pt($media->width()), mm2pt($media->height())));
/plugin/dw2pdf/
Dcomposer.lock299 …rs to read pages from existing PDF documents and use them as templates in FPDF. Because it is also…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php68 * @param FPDF $handler PDF file wrapper (FPDF object)
72 * @see FPDF::is_object_written
88 * @param FPDF $handler PDF file wrapper (FPDF object)
940 class FPDF { class
1526 function FPDF($orientation='P',$unit='mm',$format='A4') { function in FPDF