How to prevent recovering metadata when using ExifTool?

homocomputeris

When using exiftool -all:all= file.pdf this message appears:

ExifTool PDF edits are reversible. Deleted tags may be recovered!

Can tag recovery be prevented when ExifTool is used? Can it just wipe/overwrite them without saving previous info?

PDF is an example. I know about MAT2 but I don't want to rebuild and rasterize files, as MAT2 does.

StarGeek

The author of exiftool recently (August 2019) looked into zeroing out the data and has decided that against it.

  1. It is harder than I had hoped to simply zero out the existing metadata.

  2. The solution wouldn't be complete because there could already be unused objects containing old metadata in the original PDF, and ExifTool wouldn't be able to zero out these.

  3. It has been advertised that ExifTool PDF edits are reversible, and some users may be relying on this feature.

See this thread on the exiftool forums.

The use of qpdf or similar programs to re-linearize after using exiftool is still how exiftool's author suggests to fully remove all metadata.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Write PDF metadata from the file name using Exiftool or PDFtk

From Dev

Add part of filename as PDF metadata using bash script and exiftool

From Dev

Read metadata with ExifTool

From Dev

Read metadata with ExifTool

From Dev

How can I embed metadata into a custom XMP field with exiftool?

From Dev

Prevent infinite loop when logging files' metadata

From Dev

Bash Script that exports Apple Tags (Mavericks Tags) to IPTC "Keywords" metadata (using 'Tag' and 'ExifTool')

From Dev

Is order preserved in set when recovering sorted sets using jedis?

From Dev

How do I prevent my cd ripper from overwriting Unknown Album when metadata can't be found

From Dev

ExifTool - How to remove all metadata from all files possible inside a folder and all its subfolders?

From Dev

How to properly prevent bubbling when using toggle()?

From Dev

How to prevent new line when using awk

From Dev

How to prevent minus sign when using DecimalFormat?

From Dev

How to properly prevent bubbling when using toggle()?

From Dev

how to i create new exiftool tag for pdf files as using exiftool config file on gnu/linux?

From Dev

Recovering a file using WinHex

From Dev

How to add missing file extensions for multiple files using ExifTool in Windows

From Dev

Using ExifTool for Bulk Operations

From Dev

How to prevent app restart when using launcher after store?

From Dev

How to prevent data loss due to navigation when using Angular debounce?

From Dev

How to prevent race condition when using redis to implement flow control?

From Dev

How to prevent running the __main__ guard when using execfile?

From Dev

How to prevent Python's eval() from using "...", when evaluating lists?

From Dev

How to prevent entering settings when using Monkey Test

From Dev

How to prevent columns from not displaying in WPF datagrids when using '/' in the header?

From Dev

How to prevent duplicate with Bootstrap Tokenfield When using Jquery Ui Autocomplete

From Dev

How to prevent multiple joins to the same table when using PredicateBuilder

From Dev

How to Prevent "MySql has gone away" when using TIdHTTPServer

From Dev

How to prevent ListBox from autoselecting first item when using CollectionViewSource

Related Related

  1. 1

    Write PDF metadata from the file name using Exiftool or PDFtk

  2. 2

    Add part of filename as PDF metadata using bash script and exiftool

  3. 3

    Read metadata with ExifTool

  4. 4

    Read metadata with ExifTool

  5. 5

    How can I embed metadata into a custom XMP field with exiftool?

  6. 6

    Prevent infinite loop when logging files' metadata

  7. 7

    Bash Script that exports Apple Tags (Mavericks Tags) to IPTC "Keywords" metadata (using 'Tag' and 'ExifTool')

  8. 8

    Is order preserved in set when recovering sorted sets using jedis?

  9. 9

    How do I prevent my cd ripper from overwriting Unknown Album when metadata can't be found

  10. 10

    ExifTool - How to remove all metadata from all files possible inside a folder and all its subfolders?

  11. 11

    How to properly prevent bubbling when using toggle()?

  12. 12

    How to prevent new line when using awk

  13. 13

    How to prevent minus sign when using DecimalFormat?

  14. 14

    How to properly prevent bubbling when using toggle()?

  15. 15

    how to i create new exiftool tag for pdf files as using exiftool config file on gnu/linux?

  16. 16

    Recovering a file using WinHex

  17. 17

    How to add missing file extensions for multiple files using ExifTool in Windows

  18. 18

    Using ExifTool for Bulk Operations

  19. 19

    How to prevent app restart when using launcher after store?

  20. 20

    How to prevent data loss due to navigation when using Angular debounce?

  21. 21

    How to prevent race condition when using redis to implement flow control?

  22. 22

    How to prevent running the __main__ guard when using execfile?

  23. 23

    How to prevent Python's eval() from using "...", when evaluating lists?

  24. 24

    How to prevent entering settings when using Monkey Test

  25. 25

    How to prevent columns from not displaying in WPF datagrids when using '/' in the header?

  26. 26

    How to prevent duplicate with Bootstrap Tokenfield When using Jquery Ui Autocomplete

  27. 27

    How to prevent multiple joins to the same table when using PredicateBuilder

  28. 28

    How to Prevent "MySql has gone away" when using TIdHTTPServer

  29. 29

    How to prevent ListBox from autoselecting first item when using CollectionViewSource

HotTag

Archive