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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c015 84.159810, 2016/09/10-02:41:30 ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
xmlns:pdfxid="http://www.npes.org/pdfx/ns/id/"
xmlns:pdfx="http://ns.adobe.com/pdfx/1.3/"
xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
<xmp:CreateDate>{create}</xmp:CreateDate>
<xmp:ModifyDate>{modify}</xmp:ModifyDate>
<xmp:MetadataDate>{mdate}</xmp:MetadataDate>
<xmp:Identifier>{identifier}</xmp:Identifier>
<dc:format>application/pdf</dc:format>
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">{title}</rdf:li>
</rdf:Alt>
</dc:title>
<dc:creator>
<rdf:Seq>
<rdf:li xml:lang="x-default">{creator}</rdf:li>
</rdf:Seq>
</dc:creator>
<dc:subject>
<rdf:Bag>
<rdf:li xml:lang="x-default">{subject}</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:identifier>{identifier}</dc:identifier>
<dc:publisher>
<rdf:Bag>
<rdf:li xml:lang="x-default">{producer}</rdf:li>
</rdf:Bag>
</dc:publisher>
<pdf:Producer>{producer}</pdf:Producer>
<pdf:Keywords>{keywords}</pdf:Keywords>
<xmpMM:DocumentID>uuid:{id}</xmpMM:DocumentID>
<xmpMM:InstanceID>uuid:{instance}</xmpMM:InstanceID>
<xmpMM:RenditionClass>{class}</xmpMM:RenditionClass>
<xmpMM:VersionID>{version}</xmpMM:VersionID>
<pdfxid:GTS_PDFXVersion>{pdfx}</pdfxid:GTS_PDFXVersion>
<pdfx:GTS_PDFXVersion>{pdfx}</pdfx:GTS_PDFXVersion>
<pdf:Trapped>{trapping}</pdf:Trapped>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end="w"?>