i downloaded thePDFBox zip file... ii wana read a PDF File.. i searched for the code today..i didnt get. if u got the solution., . from whr u got the code for read PDF File.. can u pls send the link for that.
i downloaded thePDFBox zip file... ii wana read a
PDF File..
Give that I have no idea what you actually mean by "read", I'll have to guess.
I think you mean [url=http://snowtide.com/]convert the document into text[/url] then [url=http://www.adobe.com/products/acrviewer/acrvdnld.html?name=Accept#java]display the PD to a user[/url] before [url=http://www.lowagie.com/iText/]cutting the PDF up into pages[/url].
I've read this thread carefully and for now I have another question. Is it possible to find and download a free PDF API to display PDF files (like https://pdf-renderer.dev.java.net/) and which supports HTML links and embedded objects? I need such an API to be able at least to support HTML links/anchors in document. I've tested Acrobat PDF bean and it is not so flexible, it shows only PDF on predefined fonts. It did not display my document properly, just blue background. I need something less buggy. I am implementing PDF viewer and 1 of core features is to support HTML links/anchors in documents and to display them properly. So i can click on them and URL will open, or an embedded object will open in another app.