Class
WickedPdf
In:
lib/wicked_pdf/railtie.rb
lib/wicked_pdf/wicked_pdf_helper/assets.rb
lib/wicked_pdf/version.rb
lib/wicked_pdf/progress.rb
lib/wicked_pdf/middleware.rb
lib/wicked_pdf/wicked_pdf_helper.rb
lib/wicked_pdf/pdf_helper.rb
lib/wicked_pdf/tempfile.rb
lib/wicked_pdf.rb
Parent:
Object
Methods
new
pdf_from_html_file
pdf_from_string
pdf_from_url
Included Modules
Progress
Classes and Modules
Module
WickedPdf::PdfHelper
Module
WickedPdf::Progress
Module
WickedPdf::WickedPdfHelper
Class
WickedPdf::Middleware
Class
WickedPdf::WickedPdfTempfile
Class
WickedPdf::WickedRailtie
Constants
VERSION
=
'1.2.1'.freeze
DEFAULT_BINARY_VERSION
=
Gem::Version.new('0.9.9')
BINARY_VERSION_WITHOUT_DASHES
=
Gem::Version.new('0.12.0')
EXE_NAME
=
'wkhtmltopdf'.freeze
Attributes
binary_version
[RW]
Public Class methods
new
(wkhtmltopdf_binary_path = nil)
Public Instance methods
pdf_from_html_file
(filepath, options = {})
pdf_from_string
(string, options = {})
pdf_from_url
(url, options = {})
[Validate]