aspose file tools
The moose likes Java in General and the fly likes Is it possible to read a PDF file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Is it possible to read a PDF file" Watch "Is it possible to read a PDF file" New topic
Author

Is it possible to read a PDF file

sri rallapalli
Ranch Hand

Joined: Mar 15, 2005
Posts: 88
Hello All,
I have a scenario, in which i have to read a PDF file and write it into a normal text file, is it possible? If yes, please let me know how to do it.

Thanks In advance,
Sri.
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
If you know the format of any file then it is possible to read it. You can find the PDF specification here. There are also several Java PDF APIs available. Try Google and see if any of them do what you require.


Joanne
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
The AccessingFileFormats wiki page lists several libraries that can work with PDF files. If you just want to extract the text it contains then JPedal is probably the best optioption (or PDFTextStream if you have a budget).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Is it possible to read a PDF file
 
Similar Threads
PDF->XSL->XML
Editable XML-PDF
convert PDF File to jrxml File
pdf in web browser
Read images in PDF document