Meenakshi
Meenakshi

Reputation: 468

how to read a pdf file with using java?

I want to read a pdf file and display it in the UI in non editable ,copy protected read only format.

1)Need to read a PDF file which might contain Images

(I tried using iText jar but that does not read images)

2)Display it in UI as read only.

Kindly help me by giving inputs for it.

Upvotes: 0

Views: 692

Answers (2)

Azodious
Azodious

Reputation: 13872

You have lot of options available; some are

  1. iText
  2. Asprise
  3. All other options

Upvotes: 1

AlexR
AlexR

Reputation: 115328

Take a look on pdfbox.apache.org and textpdf.com/

Both are open source, free libraries. For more information try some googling. There are a lot of commercial libraries as well.

Upvotes: 0

Related Questions