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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -