[Rails] Generate PDF and attach to email on the fly

2010-07-09 Thread Rails Learner
Hi Friends! I have a controller action that can render the response in pdf format as well as html format. Now, I need to attach a pdf file rendered by the above action to an email on the fly. How can I do this? What is the the best practice? Many thanks! -- Posted via http://www.ruby-forum.

Re: [Rails] Generate PDF

2010-01-04 Thread bill walton
Hi Adrien, On Mon, 2010-01-04 at 15:54 -0800, Adrien Coquio wrote: > Hi ! > > I need to create some pdf from my application. I have a table people > with a field address and I need to generate a pdf of label of each > address ( I think 10 labels per page). The pdf can have around 500 > pages. > W

[Rails] Generate PDF

2010-01-04 Thread Adrien Coquio
Hi ! I need to create some pdf from my application. I have a table people with a field address and I need to generate a pdf of label of each address ( I think 10 labels per page). The pdf can have around 500 pages. Which library should I use to do it ? I read some information about different libra