Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > b36c97ff723e66f0f38bce83645c99dc > files > 1855

exiv2-doc-0.18.2-1mdv2010.0.x86_64.rpm

<table class="ReportTable" id="xmp_pdf" cellspacing="0">
<colgroup>
<col>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>Property</th>
<th>Label</th>
<th>Value type</th>
<th>Exiv2 type</th>
<th>Category</th>
<th>Description</th>
</tr></thead>
<tbody>
<tr class="OddRow">
<td>Keywords</td>
<td>Keywords</td>
<td>Text</td>
<td>XmpText</td>
<td>External</td>
<td>Keywords.</td>
</tr>
<tr class="EvenRow">
<td>PDFVersion</td>
<td>PDF Version</td>
<td>Text</td>
<td>XmpText</td>
<td>Internal</td>
<td>The PDF file version (for example: 1.0, 1.3, and so on).</td>
</tr>
<tr class="OddRow">
<td>Producer</td>
<td>Producer</td>
<td>AgentName</td>
<td>XmpText</td>
<td>Internal</td>
<td>The name of the tool that created the PDF document.</td>
</tr>
</tbody>
</table><script type="text/javascript">
  //
  var xmp_pdf = new SortableTable(
    document.getElementById("xmp_pdf"),
    ["String", "String", "String", "String", "String", "String"]
  );
  xmp_pdf.onsort = function () { 
	var rows = xmp_pdf.tBody.rows;
	var l = rows.length;
	for (var i = 0; i < l; i++) {
		removeClassName(rows[i], i % 2 ? "OddRow" : "EvenRow");
		addClassName(rows[i], i % 2 ? "EvenRow" : "OddRow");
	}
  };
  //
</script>