Reputation: 468
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
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