Is there any way to get text from PDF pages using selenium/java apart from reading through input file stream?
In my application a report opens in PDF format, I need to get data from it. When opened in Firefox it shows DOM structure but I wasn't able to locate element using that.