Method: Pdfcrowd::HtmlToImageClient#getRemainingCreditCount

Defined in:
lib/pdfcrowd.rb

#getRemainingCreditCountObject

Get the number of conversion credits available in your account. This method can only be called after a call to one of the convertXtoY methods. The returned value can differ from the actual count if you run parallel conversions. The special value 999999 is returned if the information is not available.

  • Returns - The number of credits.



3203
3204
3205
# File 'lib/pdfcrowd.rb', line 3203

def getRemainingCreditCount()
    return @helper.getRemainingCreditCount()
end