Hello World,
I want to convert pdf, jpg, png documents into Binary format.
What would be the right procedure to achieve this.
regards
Navneet Kashyap
Discussion posts and replies are publicly visible
What do you ultimately want to do with it once it's binary? Store it in a BLOB column in a database? Send it across a webservice? Wouldn't you rather do base64 in that case?