TCPDF::SetCreator( $creator )
Defines the creator of the document. This is typically the name of the application that generates the PDF.
Description Description
See also See also
- SetAuthor(),: SetKeywords(), SetSubject(), SetTitle()
Parameters Parameters
- $creator
-
(Required) (string) The name of the creator.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.2 | Introduced. |