Method: Pdfcrowd::PdfToImageClient#convertStream
- Defined in:
- lib/pdfcrowd.rb
#convertStream(in_stream) ⇒ Object
5181 5182 5183 5184 |
# File 'lib/pdfcrowd.rb', line 5181 def convertStream(in_stream) @raw_data['stream'] = in_stream.read @helper.post(@fields, @files, @raw_data) end |