Convert PDF to binary in Ruby -
is there ruby function convert pdf binary data.i need binary data soap api. found lot of reference converting binary file , other formats , need reverse.
this shorter type:
text = io.read(fname, mode: 'rb')
but soap isn't easy deal with. check out savon gem.
Comments
Post a Comment