Tom Cocca

Results 38 comments of Tom Cocca

Hi. sorry this took me so long to respond too. Things have been very busy. I have not actually released the gem yet to rubygems because I am having problems...

Daniel, do you have any suggestions here? How can't we call the command if we are not creating a string of the command? Thanks for the interest in the project.

Cool, I'll check it out. I'd love to see the progress you have made here. Eagerly awaiting a pull request. I think this fork commit: https://github.com/roend83/active_pdftk/commit/702983e31d1e5ecafc0922e93d54b3283453cbad might fix the error...

OK sounds good, looking forward to your patch/pull request.

Here are my thoughts. 1. We don't need the InputSimilarToOutput method, if something goes wrong pdftk will error 2. In terms of standardizing the input output we should do the...

See the following commit: https://github.com/tcocca/pdftk_forms/commit/f4cfe3339f6456f3a6f7e083156d01c41dc784e1 We were already 95% there on the problem of which type of output to return. The only case where we weren't respecting what the user...

looks like Form#save! already does what we want it to, passes the current @template as the output which will be written to. Form#save returns a new file, I will change...

It would be great if you could wrap up a PR for this. Also, have you run the specs locally yet? I'm having a bit of an issue, its weird,...

This sounds like a good idea. Maybe we should take this even further and add support for formtastic or something like that? ~ Tom

Hi Mark, any chance you want to take a stab at this feature of adding formtastic support? Or even opening it up to adding more html option support to the...