Hello!
For some reason exiftool outputs FlashPix tag for office documents.
The actual property names seem to be correct (like Author, AppVersion, etc), but FlashPix does not have anything common with Office, does it?
I have attached a sample Excel document just in case.
We get XML something like this:
<ExifTool:ExifToolVersion>9.57</ExifTool:ExifToolVersion>
<FlashPix:CodePage>Windows Japanese (Shift-JIS)</FlashPix:CodePage>
<FlashPix:Software>Microsoft Excel</FlashPix:Software>
<FlashPix:LastPrinted>2012:12:26 01:40:34</FlashPix:LastPrinted>
... other properties ...
Just in case, this is the command line we're using:
exiftool.exe -X -m -e -w! xml --System:Directory* --System:File* --XMP-xmpTPg:SwatchGroups* --XMP-xmpTPg:Font* --XMP-xmpTPg:PlateNames --ZIP:* --File:FileType --File:MIMEType --ICC-header:* --ICC_Profile:* --ICC-view:* --ICC-meas:* --PDF:EmbeddedImage* --XMP-xmpMM:History* --QuickTime:CompatibleBrands* --H264:DateTime* --H264:Make* c:\TEMP\InputFiles
But it shouldn't be related to the problem though.
Thank you!
Best regards,
Anton
Hi Anton,
Quote from: Funbit on May 23, 2014, 07:10:15 AM
For some reason exiftool outputs FlashPix tag for office documents.
The actual property names seem to be correct (like Author, AppVersion, etc), but FlashPix does not have anything common with Office, does it?
I think that reading the FlashPix Tags documentation (https://exiftool.org/TagNames/FlashPix.html) may help you to understand this.
- Phil
Thank you for the clarification... Sorry that I've missed that in the FAQ.