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/index.htm | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
create mode 100755 pdf/fpdf/doc/index.htm
(limited to 'pdf/fpdf/doc/index.htm')
diff --git a/pdf/fpdf/doc/index.htm b/pdf/fpdf/doc/index.htm
new file mode 100755
index 0000000..6c27066
--- /dev/null
+++ b/pdf/fpdf/doc/index.htm
@@ -0,0 +1,57 @@
+
+
+
+
+FPDF 1.7 Reference Manual
+
+
+
+
FPDF 1.7 Reference Manual
+AcceptPageBreak - accept or not automatic page break
+AddFont - add a new font
+AddLink - create an internal link
+AddPage - add a new page
+AliasNbPages - define an alias for number of pages
+Cell - print a cell
+Close - terminate the document
+Error - fatal error
+Footer - page footer
+FPDF - constructor
+GetStringWidth - compute string length
+GetX - get current x position
+GetY - get current y position
+Header - page header
+Image - output an image
+Line - draw a line
+Link - put a link
+Ln - line break
+MultiCell - print text with line breaks
+Output - save or send the document
+PageNo - page number
+Rect - draw a rectangle
+SetAuthor - set the document author
+SetAutoPageBreak - set the automatic page breaking mode
+SetCompression - turn compression on or off
+SetCreator - set document creator
+SetDisplayMode - set display mode
+SetDrawColor - set drawing color
+SetFillColor - set filling color
+SetFont - set font
+SetFontSize - set font size
+SetKeywords - associate keywords with document
+SetLeftMargin - set left margin
+SetLineWidth - set line width
+SetLink - set internal link destination
+SetMargins - set margins
+SetRightMargin - set right margin
+SetSubject - set document subject
+SetTextColor - set text color
+SetTitle - set document title
+SetTopMargin - set top margin
+SetX - set current x position
+SetXY - set current x and y positions
+SetY - set current y position
+Text - print a string
+Write - print flowing text
+
+
--
cgit
From de95a3f7981ffdc76cf37b9339cdb0464050819e Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Tue, 9 Feb 2021 13:14:26 +0530
Subject: Update the FPDF version
---
pdf/fpdf/doc/index.htm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
(limited to 'pdf/fpdf/doc/index.htm')
diff --git a/pdf/fpdf/doc/index.htm b/pdf/fpdf/doc/index.htm
index 6c27066..32ded00 100755
--- a/pdf/fpdf/doc/index.htm
+++ b/pdf/fpdf/doc/index.htm
@@ -2,11 +2,12 @@
-FPDF 1.7 Reference Manual
+FPDF 1.82 Reference Manual
-
FPDF 1.7 Reference Manual
+
FPDF 1.82 Reference Manual
+__construct - constructor AcceptPageBreak - accept or not automatic page break AddFont - add a new font AddLink - create an internal link
@@ -16,7 +17,8 @@
Close - terminate the document Error - fatal error Footer - page footer
-FPDF - constructor
+GetPageHeight - get current page height
+GetPageWidth - get current page width GetStringWidth - compute string length GetX - get current x position GetY - get current y position
@@ -50,7 +52,7 @@
SetTopMargin - set top margin SetX - set current x position SetXY - set current x and y positions
-SetY - set current y position
+SetY - set current y position and optionally reset x Text - print a string Write - print flowing text
--
cgit