Class | PDF::Reader::TextReceiver |
In: |
lib/pdf/reader/text_receiver.rb
|
Parent: | Object |
An example receiver class that processes all text found in a PDF file. All text that is found will be printed to the IO object specified in the constructor.
Usage:
receiver = PDF::Reader::TextReceiver.new($stdout) PDF::Reader.file("somefile.pdf", receiver)