Gregory Brown
Gregory Brown
Text generated in PDF output should be selectable, but isn't in Snow Leopard Preview, at least.
See https://github.com/prawnpdf/prawn/pull/714#issuecomment-41516616
Hi, I may be making some tweaks to Ray as I work on my own projects. Are patches still welcome? If so, I'll send some improvements upstream if they seem...
Not sure to what extent this would improve performance, but stumbled across this comment while reading the code... https://github.com/prawnpdf/ttfunk/blob/master/lib/ttfunk/subset_collection.rb#L45 I probably won't be working on this myself, but wanted to...
I don't have any idea how complicated this would be, and it isn't urgent. But we currently have the ability specify `:width` for a table, but not `:height`. Being able...
A very rough look at our code seems to indicate that table cells can use inline text (i.e. `"Foo"`), but not styled fragments (i.e. `[{ :text => Foo", :styles =>...
In working on an unrelated pull request, I ran into an issue that surprised me: https://github.com/prawnpdf/prawn/commit/0c583d8ea299c7b88abdcf5bd9a9f891df9398e2#diff-66d57b4a4ee40e10f81197381e00e0d6R371 It looks like `width_of` currently applies kerning to text LTR and gets its width...
RIght now using anchors in Prawn relies on digging down into the very low level PDF::Core::Destinations code, and it shouldn't have to. For this reason, I actually undocumented anchors in...
For an example of a nice manifest, see: https://github.com/jnunemaker/httparty/tree/master/examples