Subject: | Duplicate PDF dictionary entries are incorrectly reported |
Date: | Fri, 1 May 2015 09:35:06 +0200 |
To: | bug-Image-ExifTool [...] rt.cpan.org |
From: | Antoine Amarilli <a3nm [...] a3nm.net> |
When the dictionary of a PDF file contains multiple entries, the
following warning is reported:
"Duplicate $tag entry in dictionary (ignored)"
The "$tag" here should be replaced by the actual tag of the entry, as
in, e.g.,
"Duplicate 'Author' entry in dictionary (ignored)"
In version 9.93 of ExifTool, this can simply be fixed by replacing the
single quotes at line 923 of lib/Image/ExifTool/PDF.pm by double quotes,
and surrounding "$tag" by simple quotes.
--
Antoine Amarilli
Message body not shown because it is not plain text.