Code Monkey home page Code Monkey logo

extractole's Introduction

ExtractOLE

Simple application to extract embedded OLE objects from MS Excel (.xlsx) and MS Word (.docx) files. Once the path to the input source file is supplied, it extracts all embedded OLE objects in all worksheets of the Excel document. Following document formats are supported:

  • MS Word (.docx)
  • MS PowerPoint (.pptx)
  • MS Excel (.xlsx)
  • Adobe Acrobat Document (.pdf)

The embedded documents are extracted under the same directory as the source document with the following naming convention:

sourceFileName_extracted_N.ext

where sourceFileName is the name of the input source file without extension, N is the generated index of the OLE object and .ext is the relevant file extension based on the type of the OLE object.

Usage

Java Runtime (JRE) 1.8 is required to run the application. The application accepts following 3 commands:

Extract OLE objects (with sibling source file): java -jar extractOle.jar <source filename>
Extract OLE objects (with full source path): java -jar extractOle.jar <source path>
Help: java -jar extractOle.jar -help

extractole's People

Contributors

muratartim avatar

Watchers

 avatar

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.