i have to read 20-25 image for a page, and have to write into pdf
i tried to read the image using image.getInstance(url)
it is taking much amount of time, and writing that image to PDF is also taking much time.
images size's vary from 10kb - 300 kb, reading images and writing into pdf is taking Average 60 seconds
How can i reduce this time.. i tried with BufferReader to read the images but there not much impact