File: xmp2pdf.args

package info (click to toggle)
libimage-exiftool-perl 11.16-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,024 kB
  • sloc: perl: 245,177; xml: 120; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (4)
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
#------------------------------------------------------------------------------
# File:         xmp2pdf.args
#
# Description:  Tag name translations for converting from XMP to PDF DocInfo
#
# Usage:        exiftool -tagsFromFile SRCFILE -@ xmp2pdf.args DSTFILE
#
# Requires:     ExifTool version 7.07 or later
#
# Revisions:    2011/01/23 - P. Harvey Created
#
# References:   http://www.adobe.com/devnet/xmp/
#
# Notes:        These arguments will not delete existing PDF tags which are
#               missing from the XMP.  The PDF tags should be deleted
#               beforehand if required.
#------------------------------------------------------------------------------
-PDF:Title < XMP-dc:Title
-PDF:Author < XMP-dc:Creator
-PDF:Subject < XMP-dc:Description
-PDF:Keywords < XMP-pdf:Keywords
-PDF:Creator < XMP-xmp:CreatorTool
-PDF:Producer < XMP-pdf:Producer
-PDF:CreateDate < XMP-xmp:CreateDate
-PDF:ModifyDate < XMP-xmp:ModifyDate
-PDF:Trapped < XMP-pdf:Trapped
# end