Hi All,
anyone knows of a pdf reader lib? if not ruby, maybe something in
perl/python… (we’d like to read some pdf fields)
advance thanks for the info
-botp
2005/12/16, Peña, Botp [email protected]:
Hi All,
anyone knows of a pdf reader lib? if not ruby, maybe something in perl/python… (we’d like to read some pdf fields)
advance thanks for the info
-botp
Google is your friend:
anyone knows of a pdf reader lib?
AFAIK, pdf-writer doesn’t currently support reading PDFs, though it’s
a planned feature:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/152073
I’ve used pdftotext (part of the xpdf tools) to extract content from
PDFs into ruby. But as the name suggests, it only helps with extracting
text.
a