Method: Pdfcrowd::HtmlToImageClient#convertStream
- Defined in:
- lib/pdfcrowd.rb
#convertStream(in_stream) ⇒ Object
2220 2221 2222 2223 |
# File 'lib/pdfcrowd.rb', line 2220 def convertStream(in_stream) @raw_data['stream'] = in_stream.read @helper.post(@fields, @files, @raw_data) end |