hi, I wanna write and application to read a PDF file which is not in English (imagine an Asian or Middle Eastern language), from what kind of packages can I use? how can I do this? can you offer a website with a sample code? thanks in advance :)
Printable View
hi, I wanna write and application to read a PDF file which is not in English (imagine an Asian or Middle Eastern language), from what kind of packages can I use? how can I do this? can you offer a website with a sample code? thanks in advance :)
Unfortunately java currently does not have a PDF parser as part of its standard library. I've used Apache's PDFBox in the past and it worked marginally well. Not sure if there are any foreign language constraints to this library however (if it can extract unicode from a PDF file it should be ok)