Method: Pdfcrowd::PdfToImageClient#getDebugLogUrl
- Defined in:
- lib/pdfcrowd.rb
#getDebugLogUrl ⇒ Object
Get the URL of the debug log for the last conversion.
-
Returns - The link to the debug log.
6897 6898 6899 |
# File 'lib/pdfcrowd.rb', line 6897 def getDebugLogUrl() return @helper.getDebugLogUrl() end |