Method: Pdfcrowd::HtmlToImageClient#convertStreamToStream

Defined in:
lib/pdfcrowd.rb

#convertStreamToStream(in_stream, out_stream) ⇒ Object



2226
2227
2228
2229
# File 'lib/pdfcrowd.rb', line 2226

def convertStreamToStream(in_stream, out_stream)
    @raw_data['stream'] = in_stream.read
    @helper.post(@fields, @files, @raw_data, out_stream)
end