The following are methods for Blob:
1. size() Returns the number of characters in the Blob.
2. toPdf(stringToConvert) Creates a binary object out of the given string, encoding it as a PDF file.
3. toString() Casts the Blob into a String.
4. valueOf(stringToBlob) Casts the specified String to a Blob.