From b34eaf592792891d893ac06803b93c0d42b667b5 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 25 Apr 2019 17:17:55 +0530 Subject: Increase the size of reference field, implement certificate --- pdf/fpdf/doc/output.htm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 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..b62291c --- /dev/null +++ b/pdf/fpdf/doc/output.htm @@ -0,0 +1,42 @@ + + +
+ +string Output([string name, string dest])
+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
.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.