Method: Pdfcrowd::ImageToPdfClient#convertRawData
- Defined in:
- lib/pdfcrowd.rb
#convertRawData(data) ⇒ Object
Convert raw data.
-
data
- The raw content to be converted. -
Returns - Byte array with the output.
4407 4408 4409 4410 |
# File 'lib/pdfcrowd.rb', line 4407 def convertRawData(data) @raw_data['file'] = data @helper.post(@fields, @files, @raw_data) end |