Hello,
I would like to know if it is possible to add metadata in the PDF when the input file is in SVG format.
If the input is an HTML file you simply need to add some meta tags like :
But how would you do it if the input is a SVG file ?
I would like to know if it is possible to add metadata in the PDF when the input file is in SVG format.
If the input is an HTML file you simply need to add some meta tags like :
<head>
<meta name="author" content="My Name" />
<meta name="date" content="2013-07-04" />
</head>
But how would you do it if the input is a SVG file ?