2

Is it possible to extract pages from an existing pdf file and save the whole page as an image through iTextPDF library.

for example if my pdf file contains 2 pages then 2 images will be generated and each image will be a snapshot of a particular page.

Deepak
  • 335
  • 1
  • 7
  • 21

1 Answers1

0

I used PDF-Renderer and jpedal api but the image resolution generated by these api was poor.

But I finally achieved this by PDFBox API. This api also has the ability to set the resolution of the image.

Deepak
  • 335
  • 1
  • 7
  • 21