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 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<title>SetCreator</title> +<link type="text/css" rel="stylesheet" href="../fpdf.css"> +</head> +<body> +<h1>SetCreator</h1> +<code>SetCreator(<b>string</b> creator [, <b>boolean</b> isUTF8])</code> +<h2>Description</h2> +Defines the creator of the document. This is typically the name of the application that +generates the PDF. +<h2>Parameters</h2> +<dl class="param"> +<dt><code>creator</code></dt> +<dd> +The name of the creator. +</dd> +<dt><code>isUTF8</code></dt> +<dd> +Indicates if the string is encoded in ISO-8859-1 (<code>false</code>) or UTF-8 (<code>true</code>).<br> +Default value: <code>false</code>. +</dd> +</dl> +<h2>See also</h2> +<a href="setauthor.htm">SetAuthor()</a>, +<a href="setkeywords.htm">SetKeywords()</a>, +<a href="setsubject.htm">SetSubject()</a>, +<a href="settitle.htm">SetTitle()</a>. +<hr style="margin-top:1.5em"> +<div style="text-align:center"><a href="index.htm">Index</a></div> +</body> +</html> -- 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: <code>false</code>. </dd> </dl> <h2>See also</h2> -<a href="setauthor.htm">SetAuthor()</a>, -<a href="setkeywords.htm">SetKeywords()</a>, -<a href="setsubject.htm">SetSubject()</a>, -<a href="settitle.htm">SetTitle()</a>. +<a href="setauthor.htm">SetAuthor</a>, +<a href="setkeywords.htm">SetKeywords</a>, +<a href="setsubject.htm">SetSubject</a>, +<a href="settitle.htm">SetTitle</a> <hr style="margin-top:1.5em"> <div style="text-align:center"><a href="index.htm">Index</a></div> </body> -- cgit