From e8fbfdeb6e7967029a54904daaabfa086251d704 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 18 Jul 2017 11:10:30 +0530 Subject: Created Certificate Interface --- pdf/fpdf/doc/setkeywords.htm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 pdf/fpdf/doc/setkeywords.htm (limited to 'pdf/fpdf/doc/setkeywords.htm') diff --git a/pdf/fpdf/doc/setkeywords.htm b/pdf/fpdf/doc/setkeywords.htm new file mode 100755 index 0000000..8b8897e --- /dev/null +++ b/pdf/fpdf/doc/setkeywords.htm @@ -0,0 +1,33 @@ + + + + +SetKeywords + + + +

SetKeywords

+SetKeywords(string keywords [, boolean isUTF8]) +

Description

+Associates keywords with the document, generally in the form 'keyword1 keyword2 ...'. +

Parameters

+
+
keywords
+
+The list of keywords. +
+
isUTF8
+
+Indicates if the string is encoded in ISO-8859-1 (false) or UTF-8 (true).
+Default value: false. +
+
+

See also

+SetAuthor(), +SetCreator(), +SetSubject(), +SetTitle(). +
+
Index
+ + -- cgit