I need Java Library to perform following tasks 1) Convert Pdf pages to Image 2) Extract html text from PDF pages with there locations on the page 3) Extract images from PDF pages
I have already tried
- PDFBox - it fails with error --unsupported/disabled operation: BDC and EMC
- icePDF - it works for task 1) and 3) but again its paid.
- PDFRenderer - it fails
- BFO - its paid library but able to perform tasks 1) and 3)
Can anyone suggest better solution.