Method: Pdfcrowd::Client#convertURI

Defined in:
lib/pdfcrowd.rb

#convertURI(uri, outstream = nil) ⇒ Object

Converts a web page.

uri – a web page URL outstream – an object having method ‘write(data)’; if nil then the

return value is a string containing the PDF.


126
127
128
# File 'lib/pdfcrowd.rb', line 126

def convertURI(uri, outstream=nil)
    return call_api_urlencoded('/api/pdf/convert/uri/', uri, outstream)
end