En

Metadata Cleaner for Documents and Images using Java

Metadata is the data that provides information about the actual data. It is commonly described as “data about data”. When sending a file to someone, it is not a good practice to send metadata along. It can reveal your information to the receiver that you may not want to share. Some of the examples include; Name, Company Name, Document Modification Date, Make and Model of Camera, etc. In this article, we will be programmatically removing metadata from the images and documents using Java.
December 17, 2020 · 3 min · Shoaib Khan