I\'m looking for a fast and reliable way to read/parse large PDF files in Ruby (on Linux and OSX).
Until now I\'ve found the rather old and simple PDF-toolkit (a pd
If you just need to get the text content out of a pdf file, pdftohtml at sourceforge is efficient. it is not suited for dealing with images.