From 87eb26bc3f01e98c948205eca6ff302903cc5b3e Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 9 Feb 2021 12:33:49 +0530 Subject: Add certificate forms --- pdf/fpdf/doc/__construct.htm | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100755 pdf/fpdf/doc/__construct.htm (limited to 'pdf/fpdf/doc/__construct.htm') diff --git a/pdf/fpdf/doc/__construct.htm b/pdf/fpdf/doc/__construct.htm new file mode 100755 index 0000000..324756f --- /dev/null +++ b/pdf/fpdf/doc/__construct.htm @@ -0,0 +1,63 @@ + + +
+ +__construct([string orientation [, string unit [, mixed size]]])
+orientation
P
or Portrait
L
or Landscape
P
.
+unit
pt
: pointmm
: millimetercm
: centimeterin
: inchmm
.
+size
A3
A4
A5
Letter
Legal
unit
).A4
.
+$pdf = new FPDF('P','mm',array(100,150));
+