class ZPdf::RenderError

Example:

class PdfInvoice < ZPdf::Base

  def invoice(client)
    @client = client
    generate( :pdf_params => { 'page-size'  => 'Letter', 'margin-top' => 4, 'margin-bottom' => 9.5, 'outline' => true } )
  end