From 3864019c040b88add6a3e668c8f960a5743b5521 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Thu, 25 Feb 2021 11:12:35 +0530 Subject: Generating certificates for completed projects --- pdf/fpdf/doc/output.htm | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 pdf/fpdf/doc/output.htm (limited to 'pdf/fpdf/doc/output.htm') diff --git a/pdf/fpdf/doc/output.htm b/pdf/fpdf/doc/output.htm new file mode 100755 index 0000000..9a905a8 --- /dev/null +++ b/pdf/fpdf/doc/output.htm @@ -0,0 +1,46 @@ + + +
+ +string Output([string dest [, string name [, boolean isUTF8]]])
+dest
I
: send the file inline to the browser. The PDF viewer is used if available.D
: send to the browser and force a file download with the name given by name
.F
: save to a local file with the name given by name
(may include a path).S
: return the document as a string.I
.
+name
S
.doc.pdf
.
+isUTF8
name
is encoded in ISO-8859-1 (false
) or UTF-8 (true
).
+Only used for destinations I
and D
.false
.
+