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/setauthor.htm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100755 pdf/fpdf/doc/setauthor.htm
(limited to 'pdf/fpdf/doc/setauthor.htm')
diff --git a/pdf/fpdf/doc/setauthor.htm b/pdf/fpdf/doc/setauthor.htm
new file mode 100755
index 0000000..60d3b7c
--- /dev/null
+++ b/pdf/fpdf/doc/setauthor.htm
@@ -0,0 +1,33 @@
+
+
+
+
+SetAuthor
+
+
+
+SetAuthor
+SetAuthor(string author [, boolean isUTF8])
+Description
+Defines the author of the document.
+Parameters
+
+author
+-
+The name of the author.
+
+isUTF8
+-
+Indicates if the string is encoded in ISO-8859-1 (
false
) or UTF-8 (true
).
+Default value: false
.
+
+
+See also
+SetCreator(),
+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/setauthor.htm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'pdf/fpdf/doc/setauthor.htm')
diff --git a/pdf/fpdf/doc/setauthor.htm b/pdf/fpdf/doc/setauthor.htm
index 60d3b7c..31a0458 100755
--- a/pdf/fpdf/doc/setauthor.htm
+++ b/pdf/fpdf/doc/setauthor.htm
@@ -23,10 +23,10 @@ Default value: false
.
See also
-SetCreator(),
-SetKeywords(),
-SetSubject(),
-SetTitle().
+SetCreator,
+SetKeywords,
+SetSubject,
+SetTitle