how to pass parameter to pdf(wicked_pdf)

I am following below link.

Thanks in advance.

I am following below link. GitHub - mileszs/wicked_pdf: PDF generator (from HTML) plugin for Ruby on Rails

What 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

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

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