From bafb3b9680925abcc0a0d997cde37b7cb5c62b26 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Wed, 27 Feb 2019 13:20:08 +0530 Subject: Made certificates available for case study project --- pdf/fpdf/doc/close.htm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 pdf/fpdf/doc/close.htm (limited to 'pdf/fpdf/doc/close.htm') diff --git a/pdf/fpdf/doc/close.htm b/pdf/fpdf/doc/close.htm new file mode 100755 index 0000000..6d8c192 --- /dev/null +++ b/pdf/fpdf/doc/close.htm @@ -0,0 +1,21 @@ + + + + +Close + + + +

Close

+Close() +

Description

+Terminates the PDF document. It is not necessary to call this method explicitly because Output() +does it automatically. +
+If the document contains no page, AddPage() is called to prevent from getting an invalid document. +

See also

+Output(). +
+
Index
+ + -- cgit