From 214a9734308375077f67db1d54bde6696719e4bd Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 24 Jul 2020 13:31:08 +0530 Subject: Update 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