I would like to print my "test.html.erb" page to pdf format.
Please suggest me the other gems like pdf kit which generates the pdf file from html page.
I would like to print my "test.html.erb" page to pdf format.
Please suggest me the other gems like pdf kit which generates the pdf file from html page.
We have used wicked_pdf with success for quite complicated pages. wicked_pdf allows you to create pdf specific templates (pdf.erb), that can be different from your regulat html templates (there are elements that are meaningless in PDF, such as navigation links).
wicked_pdf use wkhtmltopdf under the hood.