Method: Pdfcrowd::ImageToImageClient#convertStreamToStream
- Defined in:
- lib/pdfcrowd.rb
#convertStreamToStream(in_stream, out_stream) ⇒ Object
2823 2824 2825 2826 |
# File 'lib/pdfcrowd.rb', line 2823 def convertStreamToStream(in_stream, out_stream) @raw_data['stream'] = in_stream.read @helper.post(@fields, @files, @raw_data, out_stream) end |