How to pass parameter to pdf(wicked_pdf)

I am following below link.
https://github.com/mileszs/wicked_pdf

Thanks in advance.

On 22 April 2013 20:58, Fahim P. [email protected] wrote:

I am following below link.
https://github.com/mileszs/wicked_pdf

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

On 22 April 2013 21:27, Fahim P. [email protected] 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