https://github.com/jsncmgs1/pdfreader
Jruby script for getting PDF content
https://github.com/jsncmgs1/pdfreader
Last synced: 2 months ago
JSON representation
Jruby script for getting PDF content
- Host: GitHub
- URL: https://github.com/jsncmgs1/pdfreader
- Owner: jsncmgs1
- Created: 2016-03-28T00:09:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T00:19:44.000Z (about 9 years ago)
- Last Synced: 2024-10-19T11:16:34.008Z (8 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PDFReader
===========Command line Ruby script for getting PDF content. Currently only gets hardcoded text (not fields).
Setup
-----* Install JRuby 9.x.x.x (with rvm, `rvm install jruby-9.0.4.0` or latest version)
* `bundle # install gem dependencies`
* `jbundle install # install jar dependencies