Button for clearing/removing/purifying all metadata from selected file(s)?

I would like to create a button that will completely strip/clear/remove/purify/delete all metadata fields from selected files. A one click button that will give me a confirmation warning pop up before execution (e.g. 'clear all metadata from selected file(s)?), click 'OK' confirmation button and a confirmation message afterward (e.g. 'all metadata successfully cleared').

I'd like it to work for all sorts of most common file types like:

  • Images (jpg, png, gif, webp, avif, etc.)
  • (Open) Office documents (doc/docx, xls/xlsx, ppt/pptx, odt, pdf, etc.)

Is this possible in DOpus 13? I'm not savvy with coding/scripting and could really use greatly appreciated help on how to achieve this if possible.

Thank you in advance!

dopusrt /cmd SetAttr {filepath} META *
2 Likes

Wow that was quick! Thank you very much for your help Ixp :ok_hand: :smiley:

1 Like