TCPDF::setExtraXMPRDF( $xmp )
Set additional XMP data to be added on the default XMP data just before the end of “rdf:RDF” tag.
Description Description
IMPORTANT: This data is added as-is without controls, so you have to validate your data before using this method!
Parameters Parameters
- $xmp
-
(Required) (string) Custom XMP RDF data.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |