ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: odinson on November 22, 2016, 09:56:28 PM

Title: Minor help text update possible?
Post by: odinson on November 22, 2016, 09:56:28 PM
ExifTool 10.35 on Windows 10.

Today purely by chance with a Google search I found this page (http://www.exiftool.org/TagNames/PDF.html) in which is mentioned the following very useful info:

QuoteExifTool may be used to write native PDF and XMP metadata to PDF files. It uses an incremental update technique that has the advantages of being both fast and reversible. The original PDF can be easily recovered by deleting the PDF-update pseudo-group (with -PDF-update:all= on the command line).

exiftool --help showed this Note:

Quote3) Changes to PDF files are reversible because the original
information is never actually deleted from the file. So ExifTool
alone may not be used to securely edit metadata in PDF files.

Can you please update it to include the above useful info too, like this?

Quote3) Changes to PDF files are reversible (with "-PDF-update:all=")
because the original information is never actually deleted from
the file. So ExifTool alone may not be used to securely edit
metadata in PDF files.

Thank you!
Title: Re: Minor help text update possible?
Post by: Phil Harvey on November 23, 2016, 07:15:11 AM
Thanks for the suggestion.  This will appear in the next release:

            3) Changes to PDF files by ExifTool are reversible (by deleting
            the update with "-PDF-update:all=") because the original
            information is never actually deleted from the file.  So ExifTool
            alone may not be used to securely edit metadata in PDF files.

- Phil
Title: Re: Minor help text update possible?
Post by: odinson on November 24, 2016, 09:24:46 AM
Thank you!