File: pdf-example.xmp

package info (click to toggle)
xmlgraphics-commons 2.3-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,328 kB
  • sloc: java: 35,593; xml: 2,127; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/">
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
      <dc:creator>
        <rdf:Seq>
          <rdf:li>John Doe</rdf:li>
          <rdf:li>Jane Doe</rdf:li>
        </rdf:Seq>
      </dc:creator>
      <dc:title>
        <rdf:Alt>
          <rdf:li xml:lang="x-default">Example document</rdf:li>
          <rdf:li xml:lang="de">Beispieldokument</rdf:li>
        </rdf:Alt>
      </dc:title>
      <dc:date>2006-06-02T10:36:40+02:00</dc:date>
    </rdf:Description>
    <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
      <xmp:CreateDate>2006-06-02T10:36:40+02:00</xmp:CreateDate>
      <xmp:CreatorTool>An XML editor</xmp:CreatorTool>
    </rdf:Description>
    <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
      <pdf:Producer>Apache FOP Version SVN trunk</pdf:Producer>
      <pdf:PDFVersion>1.4</pdf:PDFVersion>
    </rdf:Description>
  </rdf:RDF>
</x:xmpmeta>