Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahmedalmasri/sndocx
- Owner: ahmedAlmasri
- License: mit
- Created: 2018-05-23T08:06:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T07:49:56.000Z (over 6 years ago)
- Last Synced: 2024-10-12T22:03:34.379Z (about 1 month ago)
- Topics: docx, ios, macos, parser, string, swift, xcode
- Language: Swift
- Homepage:
- Size: 85.9 KB
- Stars: 16
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.