From a5a5be292f304d72cc6c8f82b15362445d54ed00 Mon Sep 17 00:00:00 2001 From: akshay9085 Date: Fri, 1 Dec 2023 15:31:41 +0530 Subject: create lab migration certification portal --- 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 @@ + + + + +Output + + + +

Output

+string Output([string dest [, string name [, boolean isUTF8]]]) +

Description

+Send the document to a given destination: browser, file or string. In the case of a browser, the +PDF viewer may be used or a download may be forced. +
+The method first calls Close() if necessary to terminate the document. +

Parameters

+
+
dest
+
+Destination where to send the document. It can be one of the following: + +The default value is I. +
+
name
+
+The name of the file. It is ignored in case of destination S.
+The default value is doc.pdf. +
+
isUTF8
+
+Indicates if name is encoded in ISO-8859-1 (false) or UTF-8 (true). +Only used for destinations I and D.
+The default value is false. +
+
+

See also

+Close +
+
Index
+ + -- cgit