Hi,
I have a pdf file(blob) that contains 250 pages, that is stored in Oracle table and I want to split that pdf into 250 pages (single single page) using plsql code.
please provide me the plsql code.
Thanks!!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To split pages using PL/SQL, you have to use PL/PDF-Toolkit. This software is not free, but you can download and install the trial version. Check the following link:
Download PL/PDF Toolkit
After installing, you can use the following code to split pages from PDF:
The above PL/SQL program will loop through all your 250 pages and will extract one by one.
Thanks! Vinish.
I know we have pl/pdf toolkit for this, but I want plsql procedure for doing this.
Could you please assists on this?
I need the pl/sql procedure without using pl/pdf toolkit.
Currently, there is no such default PL/SQL functions or libraries available to work with PDF files in Oracle.
You will have to use third-party tools, which are having the Java code incorporated.