Convert PDF to JPG (BLOB)
I want to convert a pdf document to jpg image (blob) to be stored in database.
I am using oracle 6i forms/reports and I can display jpg blob images (stored in database) through Oracle Forms.
I want a pl/sql procedure which will take a file from a path (pdf) and convert it, and store it.
Is this possible? Any ideas?
Thank you.
Andreas