gdelugre / origami

Origami is a pure Ruby library to parse, modify and generate PDF documents.
GNU Lesser General Public License v3.0
325 stars 110 forks source link

Documentation : How to get contents ? #64

Open c0ze opened 5 years ago

c0ze commented 5 years ago

Hello, first of all thanks for the great gem !

I have a simple pdf file, single page, which has three tables. I want to read these tables and convert them to some kind of hash (and ultimately upload to Google Docs). How can I get the pdf contents ?

Thank you !

c0ze commented 5 years ago

Plot twist : The contents are probably in Unicode (Japanese).

repon06 commented 5 years ago