Generate editable PDFs

I need to be able to generate editable PDFs (PDFs with fields that the
user can click on and then edit). Is this possible to do in Ruby?

I’ve looked around for awhile, and haven’t found a way to do this
(besides using Adobe). Anyone know how to do this?

Thanks,
Joe

Maybe Prawn would work for what your wanting to do.

http://prawn.majesticseacreature.com/

Will