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.
4492 4493 4494 4495 |
# File 'lib/pdfcrowd.rb', line 4492 def convertRawData(data) @raw_data['file'] = data @helper.post(@fields, @files, @raw_data) end |