Method: Pdfcrowd::HtmlToPdfClient#convertStreamToStream

Defined in:
lib/pdfcrowd.rb

#convertStreamToStream(in_stream, out_stream) ⇒ Object



907
908
909
910
# File 'lib/pdfcrowd.rb', line 907

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