ruby on rails 3.2 - table rendered by simple_form with bootstrap just disappear when pdf is rendered with pdfkit -


table rendered simple_form bootstrap disappear when pdf rendered pdfkit reference http://railscasts.com/episodes/220-pdfkit , stackoverflow.com/q/12302819/2529182, not able render formated pdf e.g not able hide link in rendred pdf

<link class = "hidden-print" rel="stylesheet" type="text/css" media="print" href="print.css">  <%= link_to "print bill", bill_path(@bill, :format => "pdf") %> </link>   below print.css  @media print {   .visible-print  { display: inherit !important; }   .hidden-print   { display: none !important; } } 

and table rendered simple_form disappear when pdf rendered thank you

solved using prawn_pdf

153 pdfs prawn (revised)


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -