-2

I am thinking of how to convert a large pdf file with lots of data in it to a database which can be used by my java application. That pdf file contains numbers as well as character data, like names related with numbers displayed as a column.

Jimale Abdi
  • 2,574
  • 5
  • 26
  • 33
Yajay
  • 1

1 Answers1

0

I recommend you to try to divide your problem into steps and search after a suitable solutions on google.

You can start here -

How to get raw text from pdf file using java

nirkov
  • 697
  • 10
  • 25