odt2txt | A simple converter from OpenDocument Text to plain text | Document Editor library

 by   dstosberg C Version: Current License: No License

kandi X-RAY | odt2txt Summary

kandi X-RAY | odt2txt Summary

odt2txt is a C library typically used in Editor, Document Editor applications. odt2txt has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

A simple converter from OpenDocument Text to plain text. odt2txt is a command-line tool which extracts the text out of OpenDocument Texts produced by LibreOffice, OpenOffice, StarOffice, KOffice and others. odt2txt can also extract text from some file formats similar to OpenDocument Text, such as OpenOffice.org XML, which was used by OpenOffice.org version 1.x and older StarOffice versions. To a lesser extent, odt2txt may be useful to extract content from OpenDocument spreadsheets and OpenDocument presentations.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              odt2txt has a low active ecosystem.
              It has 75 star(s) with 16 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 4 open issues and 8 have been closed. On average issues are closed in 217 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of odt2txt is current.

            kandi-Quality Quality

              odt2txt has no bugs reported.

            kandi-Security Security

              odt2txt has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              odt2txt does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              odt2txt releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of odt2txt
            Get all kandi verified functions for this library.

            odt2txt Key Features

            No Key Features are available at this moment for odt2txt.

            odt2txt Examples and Code Snippets

            No Code Snippets are available at this moment for odt2txt.

            Community Discussions

            Trending Discussions on odt2txt

            QUESTION

            grep all odt files and pipe them to odt2txt
            Asked 2017-Sep-02 at 18:53

            I want to get all .odt files in some folder recursively, extract their text-content and create .txt files from them (named accordingly, so A.odt -> A.txt)

            Problem is, I am no good with shell apart from a few tricks.

            grep for this is easy: grep -r -i --include \*.odt .

            manpage of odt2txt says, I need to specify --output=FILE

            So for one file it would be odt2txt A.txt --output=A.txt

            This works like a charm. But how to combine those two?

            I face two problems here, normally I would chain my commands (again, shell noob) with pipes, like so

            grep -r -i --include \*.odt . | odt2txt $INPUT_FROM_GREP --output=$MISSING_NAME

            But as you can see, odt2txt wants the file name as first argument, and how to get the name, without the extension to be used by odt2txt?

            I feel like I am not on the right track.

            ...

            ANSWER

            Answered 2017-Sep-02 at 18:49

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install odt2txt

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/dstosberg/odt2txt.git

          • CLI

            gh repo clone dstosberg/odt2txt

          • sshUrl

            git@github.com:dstosberg/odt2txt.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link