Hi,
I'm just beginning with Ruby and i couldn't manage to run the first script example of pdf-reader.
I'm getting this error: NameError: uninitialized constant PDF after creating the variable in this line
reader = PDF::Reader.new("/Users/paulacajaty/Downloads/documento.pdf")
Any advice ?
Thanks in advance.
Marcel Lopes