1. PDF File to java.sql.Blob coderanch.com |
2. Transform XML blob object from database to PDF coderanch.comHi, I need some help in one of my requirements. I have a xml file stored as Blob object in the Oracle database. My requirement is to connect to the database, get the xml file, parse the xml file and output the content of the xml to a pdf. My pdf should be of specific format. Can any one help me ... |
3. Problem in displaying pdf files stored as blob dbforums.comHi we are developing a application using JSP in which we need to open any type of files but there is problem when we are opening pdf and doc(msword) files.We storing them as blob in oracle10g database.Even though we are using response.setContentType("application/pdf").It is not opening in pdf format. Please help me out. |
4. Saving pdf byte[] to a BLOB forums.oracle.com |