= rpdf2txt

* http://scm.ywesee.com/?p=rpdf2txt/.git;a=summary

== DESCRIPTION:

rpdf2txt will turn a PDF-file into a textfile.

== FEATURES/PROBLEMS:

Not the problems here.

== REQUIREMENTS:

* Ruby 1.8 or Ruby 1.9.3

NOTE for Ruby 1.9.3

* rpdf2txt on Ruby 1.8.6 creates the Parser-Script from the grammar files
(without underline). Ruby 1.9.3 fails to create the Parser-Script. The work
around is to copy the grammar files to _grammar_file and then rpdf2txt (with
Ruby 1.8.6 and 1.9.3) stops creating a new Parser-Script and just uses the
existing one. Ergo: Ruby 1.9.3 just uses the parser script generated with
Ruby 1.8.6.

* If you change the grammar files then you have to create the
Parser-Script again with Ruby 1.8.6. The grammar file without underline
has to be changed.

== INSTALL:

* ruby install.rb config
* ruby install.rb setup
* ($ su)
* ruby install.rb install

== DEVELOPERS:

* Masaomi Hatakeyama, [email protected]
* Zeno R.R. Davatz, [email protected]

== LICENSE:
* GPLv2