Things under legendu

“pdf-reader” is a good Ruby libary for reading pdf document. You can install it via RubyGems using the following command.
sudo gem install pdf-readerYou have to load the library before you use it. To load it, use the command below.
require 'pdf-reader'For more information, see the project on GitHub.