wicked pdf side issue
问题 I'm exporting a table using wicked pdf here is the controller that use wicked def print_invoice respond_to do |format| format.pdf{ send_data render( ####### WICKED CODE ###### :pdf => "invoices", :margin => {:top=> 0,:bottom => 0,:left=> 0,:right => 0}, :orientation => "Landscape", :print_media_type => true,:disable_smart_shrinking => true) ) ####### END WICKED CODE ###### } end end Here is the print view <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <