Giter VIP home page Giter VIP logo

metacleaner's Introduction

build status licence open issues

metacleaner

metacleaner will remove metadata of the following filetypes:

  • jpg
  • png
  • pdf
  • odt, ods, odp
  • doc, xls, ppt
  • docx, xlsx
  • xml

Usage

usage: java -jar metacleaner.jar
 -i,--input <arg>       input file / directory path *
 -s,--suffix <arg>      suffix of output file
 -f,--filetype <arg>    override file ending in file path with this parameter
 -h,--harsh             remove ALL metadata, such as potentially harmless
                        data (i.E. title and subject)
 -o,--overwrite         overwrite input file
 -r,--recursive         search for files recursively if input path is a
                        directory

Example

$ java -jar metacleaner.jar -i C:\Users\ozzi\Desktop\example\

metacleaner 1.0 - github.com/ozzi-/metacleaner
----------------------------------------------
\_ input path is a directory - won't scan recursively
  |_ 'custom_properties.xlsx'
    |_ cleaned document (stripped 366 B) successfully written to 'C:\Users\ozzi\Desktop\example\custom_properties_cleaned.xlsx'
  |_ 'custom_properties_cleaned.xlsx'
    |_ skipping 'C:\Users\ozzi\Desktop\example\custom_properties_cleaned.xlsx' as assumed it was already cleaned (ends with suffix '_cleaned')
  |_ 'd'
    |_ skipping 'C:\Users\ozzi\Desktop\example\d' - requiring a file ending (no dot found)
  |_ 'd.txt'
    |_ metacleaner does not (yet - feel free to open a GitHub issue) support the file type 'txt'. If the file ending differs the actual file type, use the -f option.
  |_ 'dd.xml'
    |_ cleaned document (stripped 815 B) successfully written to 'C:\Users\ozzi\Desktop\example\dd_cleaned.xml'
\_ cleaned 2 of 4 files

metacleaner's People

Contributors

dependabot[bot] avatar ozzi- avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

zaraquer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.