-1

Can anyone help me to render the multi pages of Pdf file as a single Tiff Image file using Java code. Thanks.

Nishan
  • 2,821
  • 4
  • 27
  • 36
NewBie
  • 1
  • 1
  • 1

1 Answers1

2

You can use the PDFBox library from Apache to read the file:

Here is a full working example you can use to start:

Alois Cochard
  • 9,812
  • 2
  • 29
  • 30
  • 1
    @NewBie take a look at the 'main' method of this class: http://kickjava.com/src/org/pdfbox/PDFToImage.java.htm ... there is everything you need – Alois Cochard Mar 16 '11 at 07:14