Giter Club home page Giter Club logo

docxtotext's Introduction

DOCX to TXT Converter (docxtotext)

Introduction

DOCX to TXT Converter is a C++ code project that allows you to extract text from DOCX files and save it as a TXT file.

Usage

To add the DOCX to TXT Converter code into your project, follow these steps:

Copy the following 3 files from DTT folder into your project directory:

  • dtt.h
  • zip_file.h
  • zip_file.cpp

In your code, include dtt.h and call the function:
int dtt(const std::filesystem::path& fp)

with the path of the DOCX file you want to convert to TXT.

Note

Code utilizes the tfussell/miniz-cpp library to open DOCX files as ZIP archive

Example Project

This example project provides an MSVC 2022 solution, which builds the docxtotxt.exe tool.

This tool can be used as follows:

docxtotext [DOCX-file]

where [DOCX-file] is the path to the DOCX file.

Output is a file with the same name and a .txt extension.

Platform Compatibility

The project is designed to work on Windows, supports UNICODE. For other operating systems, slight modifications may be required for compatibility.

License

This project is licensed under the MIT License.

docxtotext's People

Contributors

i-markovic 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.