From 87eb26bc3f01e98c948205eca6ff302903cc5b3e Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Tue, 9 Feb 2021 12:33:49 +0530
Subject: Add certificate forms
---
pdf/fpdf/doc/setcreator.htm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100755 pdf/fpdf/doc/setcreator.htm
(limited to 'pdf/fpdf/doc/setcreator.htm')
diff --git a/pdf/fpdf/doc/setcreator.htm b/pdf/fpdf/doc/setcreator.htm
new file mode 100755
index 0000000..2c0db3c
--- /dev/null
+++ b/pdf/fpdf/doc/setcreator.htm
@@ -0,0 +1,34 @@
+
+
+
+
+SetCreator
+
+
+
+SetCreator
+SetCreator(string creator [, boolean isUTF8])
+Description
+Defines the creator of the document. This is typically the name of the application that
+generates the PDF.
+Parameters
+
+creator
+-
+The name of the creator.
+
+isUTF8
+-
+Indicates if the string is encoded in ISO-8859-1 (
false
) or UTF-8 (true
).
+Default value: false
.
+
+
+See also
+SetAuthor(),
+SetKeywords(),
+SetSubject(),
+SetTitle().
+
+
+
+
--
cgit
From de95a3f7981ffdc76cf37b9339cdb0464050819e Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Tue, 9 Feb 2021 13:14:26 +0530
Subject: Update the FPDF version
---
pdf/fpdf/doc/setcreator.htm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'pdf/fpdf/doc/setcreator.htm')
diff --git a/pdf/fpdf/doc/setcreator.htm b/pdf/fpdf/doc/setcreator.htm
index 2c0db3c..ce3bcad 100755
--- a/pdf/fpdf/doc/setcreator.htm
+++ b/pdf/fpdf/doc/setcreator.htm
@@ -24,10 +24,10 @@ Default value: false
.
See also
-SetAuthor(),
-SetKeywords(),
-SetSubject(),
-SetTitle().
+SetAuthor,
+SetKeywords,
+SetSubject,
+SetTitle