pdf Custom Properties

Started by sumit07, November 16, 2012, 04:09:57 AM

Previous topic - Next topic

Phil Harvey

Yes, this is how to define a tag with a name that is different from the ID:

%Image::ExifTool::UserDefined = (
    'Image::ExifTool::PDF::Info' => {
        'ID with spaces' => {
            Name => 'SomeTagName',
            Description => 'Some description',
        },
    },
);


- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).