File "setcreator.htm"
Full Path: C:/wamp64/www/PAGOS-T3/fpdf/doc/setcreator.htm
File size: 1.08 KB
MIME-type: text/html
Charset: 8 bit
<!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>Descripcin</h2>
Define el creador de el documento. Este es tpicamente el nombre de la aplicacin que genera el pdf.
<h2>Parmetros</h2>
<dl class="param">
<dt><code>creator</code></dt>
<dd>
El nombre del creador.
</dd>
<dt><code>isUTF8</code></dt>
<dd>
Indica si la cadena est codificada en la norma ISO-8859-1 (<code>false</code>) o UTF-8 (<code>true</code>).<br>
Valor por defecto: <code>false</code>.
</dd>
</dl>
<h2>Vea adems</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">Inicio</a></div>
</body>
</html>