https://github.com/maldevel/metascrub
Remove personal metadata from files.
https://github.com/maldevel/metascrub
Last synced: 5 months ago
JSON representation
Remove personal metadata from files.
- Host: GitHub
- URL: https://github.com/maldevel/metascrub
- Owner: maldevel
- License: gpl-3.0
- Created: 2016-03-30T18:44:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T11:53:02.000Z (almost 10 years ago)
- Last Synced: 2025-04-10T23:03:43.898Z (9 months ago)
- Language: C
- Size: 9.99 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MetaScrub
====
Remove personal metadata from files.
Features
=====
* Export/Dump file properties
* Change file properties
Download
====
* git clone https://github.com/maldevel/MetaScrub
Usage
=====
```
usage: MetaScrub.exe [-f FILE] [-i] [-h] [-v FILEVERSION] [-p PRODUCTVERSION]
[-c COMPANY] [-d DESCRIPTION] [-n NAME] [-l COPYRIGHT]
[-r ORIGINALNAME] [-u PRODUCTNAME] [-e FILEVERSION]
[-o PRODUCTVERSION]
MetaScrub 1.0
--[ Remove personal metadata from files
--[ Copyright (c) 2016 @maldevel
optional arguments:
-f FILE File to examine and/or edit
-v FILEVERSION Replace file version. (ex. 2.0.0.1)
-p PRODUCTVERSION Replace product version. (ex. 2.0.0.1)
-c COMPANY Replace Company name.
-d DESCRIPTION Replace File description.
-n NAME Replace Internal name.
-l COPYRIGHT Replace Copyright.
-r ORIGINALNAME Replace Original name.
-u PRODUCTNAME Replace Product name.
-e FILEVERSION Replace string file version.
-o PRODUCTVERSION Replace string product version.
-i Export file properties
-h Show this help message and exit
```