Files
admin
doz
fachprojektscheine
font
prints
decoders
doc
acceptpagebreak.htm
addfont.htm
addlink.htm
addpage.htm
aliasnbpages.htm
cell.htm
close.htm
error.htm
footer.htm
fpdf.htm
getstringwidth.htm
getx.htm
gety.htm
header.htm
image.htm
index.htm
line.htm
link.htm
ln.htm
multicell.htm
output.htm
pageno.htm
rect.htm
setauthor.htm
setautopagebreak.htm
setcompression.htm
setcreator.htm
setdisplaymode.htm
setdrawcolor.htm
setfillcolor.htm
setfont.htm
setfontsize.htm
setkeywords.htm
setleftmargin.htm
setlinewidth.htm
setlink.htm
setmargins.htm
setrightmargin.htm
setsubject.htm
settextcolor.htm
settitle.htm
settopmargin.htm
setx.htm
setxy.htm
sety.htm
text.htm
write.htm
font
FAQ.htm
LICENSE
NOTICE
Praxisstellen.doc
Zustimmung.doc
changelog.txt
class.fpdf_table.php
class.multicelltag.php
class.string_tags.php
demo.php
fpdf.css
fpdf.php
fpdf_tpl.php
fpdi.php
fpdi_pdf_parser.php
histo.htm
install.txt
newpdf.pdf
pdf_context.php
pdf_gen.php
pdf_parser.php
pdfdoc.pdf
praxisstellen.pdf
praxisstellen.php
table_def.inc
table_def_kehl.inc
teilnehmer.php
wrapper_functions.php
zustimmung.pdf
zustimmung.php
blanko_ludwigsburg.pdf
fpdf.php
fusszeile.jpg
logo.jpg
proseminarschein.jpg
proseminarschein_sicher.jpg
rechteck.jpg
seminarscheine.php
Kennwortwechsel_doz.php
expo.php
export_doz.php
fachprojektbescheinigung_doz.php
hauptframe_jahr.php
index.php
index_doz.htm
jahrgang_doz.php
logo-trans.gif
logout_doz.php
mail_fach_doz.php
menuframe.htm
noteneingabe_doz.php
pers_daten_doz.php
topframe.php
ubersicht_doz.php
ubersicht_fachthemen_doz.php
fachprojekt
html2pdf_v4.03
htmlpurifier-4.10.0
images
prints
prints3
Kennwortwechsel.php
hauptframe.php
index.php
index_alt.php
index_db.php
index_frame.htm
index_ldap.php
login.php
logout.php
menuframe.htm
styles_pc.css
topframe.php
fachprojekt/doz/fachprojektscheine/prints/doc/setcreator.htm
2023-02-27 12:57:51 +01:00

30 lines
891 B
HTML
Executable File

<!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>
<H2>SetCreator</H2>
<TT>SetCreator(<B>string</B> creator)</TT>
<H4 CLASS='st'>Version</H4>
1.2
<H4 CLASS='st'>Description</H4>
Defines the creator of the document. This is typically the name of the application that
generates the PDF.
<H4 CLASS='st'>Parameters</H4>
<TT><U>creator</U></TT>
<BLOCKQUOTE>
The name of the creator.
</BLOCKQUOTE>
<H4 CLASS='st'>See also</H4>
<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.2em">
<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
</BODY>
</HTML>