Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTpl.php15 * This class adds a templating feature to FPDF.
19 class FpdfTpl extends \FPDF
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt4 * Software: FPDF *
24 -Clément Lavoillotte for HTML-oriented FPDF idea
46 * FPDF package. *
H A DREADME.md3 It is based on [FPDF](http://www.fpdf.org/) and [HTML2FPDF](http://html2fpdf.sourceforge.net/)
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md13 documents and use them as templates in [FPDF](http://www.fpdf.org), which was developed by Olivier Plathey. Apart
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/
H A DTODO23 Missing zlib FPDF font generation error
H A 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 …]
H A 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
H A Doutput.fpdf.class.php331 $this->pdf =& new FPDF('P','pt',array(mm2pt($media->width()), mm2pt($media->height())));
/plugin/dw2pdf/
H A Dcomposer.lock299 "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A 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