James Healy

Results 139 comments of James Healy

Thanks for this. I don't use this gem anymore, so will happily transfer it to someone who has the time to maintain it. If you're interested, please fork the repo...

what environment are you running in, on my mysql 5.1 system it's called mysqldump. I'll accept a patch the make the binary name configurable if you want to hack away...

Thanks for the clear report and simple test files. Looking at the features on file, it has a ToUnicode CMap that maps each glyph code to the unicode codepoint \u0000...

I'm not super familiar with underlining. I suspect there's two common approaches 1. drawing a line using line/stroke primitives rather than a text command 2. using annotations (1) will be...

Your approach sounds reasonable. I think it's more or less what I'd try - I've just put it off because it sounds hard :smile:

How do you render the page to a bitmap? If it's pure ruby I'd be happy to find a way to integrate it. If it involves shelling out or a...

I believe PDFs that are "locked for edit" are actually encrypted, although with a very weak scheme. Looking at the raw file confirmed it is encrypted, but evince is able...

Thanks for the well written report. If you have the code in a fork for your own use, I'd love a PR that I can play with, check our spec...

I'm confident that pdf-reader can deserialize the data you're after, but unfortunately I'm not personally very familiar with PDF forms or how the fields or data are stored. The PDF...

That's a surprising error! Is the `page` variable in `PDF::Reader::FormXObject.new(page, stream)` definitely a `PDF::Reader:Page` instance?