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/output.htm | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'pdf/fpdf/doc/output.htm') diff --git a/pdf/fpdf/doc/output.htm b/pdf/fpdf/doc/output.htm index b62291c..9a905a8 100755 --- a/pdf/fpdf/doc/output.htm +++ b/pdf/fpdf/doc/output.htm @@ -7,35 +7,39 @@
string Output([string name, string dest])
+string Output([string dest [, string name [, boolean isUTF8]]])
name
I
) with the name doc.pdf
.
-dest
I
: send the file inline to the browser. The plug-in is used if available.
-The name given by name
is used when one selects the "Save as" option on the
-link generating the PDF.D
: send to the browser and force a file download with the name given by
-name
.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. name
is ignored.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
.