java - Quick way to extract the company/publisher/vendor information from the File

107 Views Asked by At

I am crawling files and directory from my local file system and trying to filter-out files based on their company/publisher/vendor name. Let's assume, I want to filter all files that belongs to Microsoft Corporation. I wonder if I could get these information from the java.nio.file or from java.io.File or from MIME_TYPE using APACHE TIKA but I am not finding any quick way to get the company/publisher/vendor information from the files.

I found the link which exactly does what I want but it slow-down the whole process so I am looking a quick way to extract the company/publisher/vendor details.

0

There are 0 best solutions below