Created
April 11, 2013 09:00
-
-
Save jtomasek/5361866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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