Can't generate wicked pdf in rails 4 -
Hi Everyone I'm trying to use the PDF to the wicked 4.
I follow this page.
I did:
Installing Rogue PDF to Mani
Then I tried the command
Rail G. bad_pdf ### and found "Generator could not be found"
I am trying to export a view
here
Can someone please help me configure bad_pdf?
some things
Previously, you should have your Gemfile
Enter gem 'wicked_pdf'
and gem 'wkhtmltopdf-binary'
and run bundle install
second,
Rail G bad PDF
instead of the docs you must enter
rail g evil_pdf
Comments
Post a Comment