• >What is the best image format or what is the most efficient way to store a
    >document in the database and keep the size of the blob field size to a
    >minimum?

    The best is to hold the image separately and use the LoadOnDemand
    feature of WPTools (TextObjectLoadStream event ...). Then you can use
    any format, for example JPEG or ZIP-BMP.