Hello using apex 20.2 and DB 19c
Say I have a table with a blob column that will hold below -
application/pdf
application/octet-stream
application/vnd.openxmlformats-officedocument.wordprocessingml.document
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
image/jpeg
image/png
application/msword
application/vnd.openxmlformats-officedocument.presentationml.presentation
application/vnd.ms-excel
message/rfc822
I found many blog post and reference related to PDF and Image display and I have implemented the code and works fine. But how do we get to display inline other blob items above.
any guidance will be helpful.
Thanks