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

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -