PDF to Image conversion using iText in java

12,344

Solution 1

iText will not help you much to convert pdf to image. You can use pdfbox to convert pdf to image. For more information click here

Solution 2

iText can't help you much. You need a renderer to do that.

You can use JPedal Open Source library .

Share:
12,344
Admin
Author by

Admin

Updated on June 05, 2022

Comments

  • Admin
    Admin about 2 years

    I have a requirement to convert PDF document to images and store it as a JPEG format in one physical location. I want to make this conversion using iText only.