I am following below link. https://github.com/mileszs/wicked_pdf Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/YBO7rqJgD2UJ. For more options, visit https://groups.google.com/groups/opt_out.
On 22 April 2013 20:58, Fahim Patel <pafahim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am following below link. > https://github.com/mileszs/wicked_pdfWhat sort of parameters? Please give a (simple) example of what you are trying to achieve. We are not telepathic (at least I am not). Colin> > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/YBO7rqJgD2UJ. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
when user select cars then click next then on next page he/she select color for car''s . On this i have given one link which will open pdf. What i reqire is how to pass count of cars on PDF ? Hope you understood. https://github.com/mileszs/wicked_pdf i am following above link On Tuesday, April 23, 2013 1:28:48 AM UTC+5:30, Fahim Patel wrote:> > I am following below link. > https://github.com/mileszs/wicked_pdf > > Thanks in advance. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/kD5mVe1jCVwJ. For more options, visit https://groups.google.com/groups/opt_out.
On 22 April 2013 21:27, Fahim Patel <pafahim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: Please remember to quote the previous reply so that we know what you are replying to. Also please don''t top post, insert your reply at appropriate points in previous message. Thanks> when user select cars then click next then on next page he/she select color > for car''s . On this i have given one link which > will open pdf. > What i reqire is how to pass count of cars on PDF ?To use wicked_pdf you build an html view as normal and wicked_pdf will convert it to pdf. So to include the count of cars you simply include it in the html. Colin> Hope you understood. > https://github.com/mileszs/wicked_pdf > i am following above link > > > On Tuesday, April 23, 2013 1:28:48 AM UTC+5:30, Fahim Patel wrote: >> >> I am following below link. >> https://github.com/mileszs/wicked_pdf >> >> Thanks in advance. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.