Title / Description
Code Mime::Type.register "application/pdf", :pdf ActionController.add_renderer :pdf do |template, options| string = render_to_string template, options send_data PdfUtils.string_to_pdf(string), :type => Mime::PDF end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code