Method: SelectPdf::HtmlToPdfClient#convert_html_string_async

Defined in:
lib/selectpdf.rb

#convert_html_string_async(html_string) ⇒ Object

Convert the specified HTML string to PDF with an asynchronous call.

Parameters:

  • html_string

    HTML string with the content being converted.



764
765
766
# File 'lib/selectpdf.rb', line 764

def convert_html_string_async(html_string)
  convert_html_string_with_base_url_async(html_string, nil)
end