edit existing PDF as template

Hi,

I am new to rails. I need to edit an existing pdf file and fill in some data and send it to browser, how to implement this? Is there an example online I can look at it?

Thanks!

Hi,

I am new to rails. I need to edit an existing pdf file and fill in some data and send it to browser, how to implement this? Is there an example online I can look at it?

Thanks for response.

Can you give me an example for this? Can prawn edit existing pdf file?

Craig White wrote:

Thanks for response.

Can you give me an example for this? Can prawn edit existing pdf file?

Craig White wrote: >> Hi, >> >> I am new to rails. I need to edit an existing pdf file and fill in some >> data and send it to browser, how to implement this? Is there an example >> online I can look at it? > ---- > I do this using pdftk and using rails to output the fdf data file and > then using pdftk to merge the data to the PDF template. > > You might be able to use prawn to do that.

Thank you so much!

I tried the code and got uninitialized constant HomeController::Fdf

Thank you so much!

I tried the code and got uninitialized constant HomeController::Fdf