Saving pdf as mysql BLOB

We are considering to buy this components but before that I have a question about this components.

One issue we have is that we are supposed to read pdf forms from mysql BLOB field and to display web browser directly using html iframe or embed tags or any method if your components support this and to save embedded pdf forms into database as BLOB. I was wondering if it is possible with aspose pdf java. I am struggling with this issue and trying to find any controls to support this.

Thank you in advance.

Hi Soogeun,


Thanks for your interest in our API.

Aspose.Pdf for Java provides the feature to create as well as manipulate existing PDF files. However as per your requirement, you can read PDF files contents from database into Stream object, instantiate com.aspose.pdf.Document object, perform any manipulation, save the output in Steam object and save the contents back to database blob.

However, Aspose.Pdf for Java does not support the feature to display PDF files. You may consider using Viewer application of our sister company named GroupDocs.