Much: Download pdf test file
Download pdf test file | 946 |
Download pdf test file | 45 |
Download pdf test file | 724 |
Generate and download Pdf file using Rails 3
I have a problem in my code.I need when user will click on download link provided on index page the PDF file will generate and at the same time it will download using Rails 3.I am using prawn gem for generating the PDF.but i can not know what should be the route path in link_to tag in rails.Please check me following code.
products/index.html.erb:
controller/products_controller.rb:
Gemfile:
routes.rb:
My requirement is when user will click on link the html table value will convert into pdf and it will generate for take print out and download as well.Please help me to resolve this issue.
asked May 25 '15 at 5:53
satyasatya
3,15866 gold badges3333 silver badges9696 bronze badges
-