Skip to content

Instantly share code, notes, and snippets.

@jtomasek
Created April 11, 2013 09:00
Show Gist options
  • Save jtomasek/5361866 to your computer and use it in GitHub Desktop.
Save jtomasek/5361866 to your computer and use it in GitHub Desktop.
pdf_head_html = "<head>"
pdf_head_html << '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'
pdf_head_html << "<%= javascript_include_tag 'jquery/jquery-1.8.3.min' %>"
pdf_head_html << "<%= javascript_include_tag 'wkhtmltopdf.tablesplit' %>"
# pdf_head_html << "<%= stylesheet_include_tag 'print' %>"
# pdf_head_html << '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>'
# pdf_head_html << '<script type="text/javascript" src="/javascripts/wkhtmltopdf.tablesplit.js"></script>'
pdf_head_html << "</head>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment