-
Notifications
You must be signed in to change notification settings - Fork 88
Errors showing up for some pdf files #9
Comments
uninstall pdf-reader and install pdf-reader -v 1.1.1 |
Obviously -v 0.1.1 is ment here ;-) I had the same problem. Perhaps add a line like the following would help newbs like us: install stable version use: gem install pdf-reader -v 0.1.1 I installed 0.1.1 and I still have this problem? Does it have to do with a missing gem? I am a Ruby newb too so that could be possible here... |
I'm getting a variety of errors on PDFs as well: $ pdf-extract extract -t --titles --sections XXX/YYY.pdf $ pdf-extract extract -t --titles --sections XXX/ZZZ.pdf Here's my platform: $ uname -a *** LOCAL GEMS *** pdf-extract (0.1.1) |
So installing pdf-reader 1.1.1 and removing 1.3.3, despite what pdf-extract.gemspec says, fixes the first error (the missing 'ascent' method in PDF::Reader::Font). But I still get the [] error... |
And protecting the |
While using pdf-extract, it shows various errors sometimes:
PS: I'm using Ruby v1.9.3p194.
The text was updated successfully, but these errors were encountered: