Skip navigation
Currently Being Moderated

Converting PDF to image

Mar 9, 2010 3:09 AM

Hi,

 

1.We need to convert the each page of the PDF to JPG image in JAVA .

 

   Do Acrobat SDK or any other Acrobat product provide API or SDK to do so?.

 

2. Is it possible to get the Orginal dimension  and the DPI  information (if the document is created in photoshop with 2000 X 1428 pixel as dimensions and DPI as 300) for each page.If so that is the API we can use for it.

 

Regards,

Uvaraj S.

 
Replies
  • Currently Being Moderated
    Mar 9, 2010 3:28 AM   in reply to S.uvaraj

    Adobe provides this capability, server-side (where Java normally runs), via our LiveCycle product family - specifically PDF Generator.

     

    A PDF page has dimensions (called the MediaBox) but not a DPI.  DPI would be tied to an image(s) on the page.

     
    |
    Mark as:
  • Currently Being Moderated
    Mar 9, 2010 5:28 AM   in reply to S.uvaraj

    Adobe does not provide such a Java library.

     

    Yes, it is possible to use the Acrobat SDK on a desktop computer via C/C++ APIs to create images from PDF.

     
    |
    Mark as:
  • Currently Being Moderated
    Mar 9, 2010 5:29 AM   in reply to S.uvaraj

    We provide C/C++ APIs in the Acrobat SDK that would let you iterate over the contents of a PDF, locate each image, and then determine such information.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points