Parent

Methods

PDFKit::NoExecutableError

Public Class Methods

new() click to toggle source
# File lib/pdfkit/pdfkit.rb, line 6
def initialize
  msg  = "No wkhtmltopdf executable found at #{PDFKit.configuration.wkhtmltopdf}\n"
  msg << ">> Please install wkhtmltopdf - https://github.com/jdpace/PDFKit/wiki/Installing-WKHTMLTOPDF"
  super(msg)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.