Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedalmasri/sndocx

Extracts the text from the Docx file
https://github.com/ahmedalmasri/sndocx

docx ios macos parser string swift xcode

Last synced: about 2 hours ago
JSON representation

Extracts the text from the Docx file

Awesome Lists containing this project

README

        

# SNDocx

Extracts the text from the Docx files and converts them into a valuable object that can be used


[![CI Status](https://img.shields.io/travis/ahmedAlmasri/SNDocx.svg?style=flat)](https://travis-ci.org/ahmedAlmasri/SNDocx)
[![Version](https://img.shields.io/cocoapods/v/SNDocx.svg?style=flat)](https://cocoapods.org/pods/SNDocx)
[![License](https://img.shields.io/cocoapods/l/SNDocx.svg?style=flat)](https://cocoapods.org/pods/SNDocx)
[![Platform](https://img.shields.io/cocoapods/p/SNDocx.svg?style=flat)](https://cocoapods.org/pods/SNDocx)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

* Swift 3.0+
* Xcode 9.0+
* iOS 9.0+

## Installation

SNDocx is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'SNDocx'
```

## Author

ahmedAlmasri, [email protected]

## License

SNDocx is available under the MIT license. See the LICENSE file for more info.