Picking Apart PDF with Ruby and Linux
I ran into a curious problem for a side problem of mine where I had some information in PDF files, both text and images. What I want to do is display the information from the PDF’s on a mobile (Android) device. PDF isn’t exactly a mobile friendly format, so I got the idea use HTML. The next trick then becomes how to get the content out of the PDF’s I want into HTML. Tux to the rescue!
