Is this possible to programatically remove user identity info from doc and docx files (document properties) Using Java tools like POI or any other commandline tool?
Is this possible to programatically remove user identity info from doc and docx files
Share
Have you tried POI? I think one should be able to read and edit those attributes- though have not tried though.
You may want to look at DocumentSummaryInformation class.
You can add/change custom properties – standard or non-standard one. Check ‘Reading Non-Standard Properties section’ here.