Extract Data from .PDF files

后端 未结 4 1935
Happy的楠姐
Happy的楠姐 2020-12-07 17:01

I need to extract data from .PDF files and load it in to SQL 2008. Can any one tell me how to proceed??

4条回答
  •  有刺的猬
    2020-12-07 17:30

    Imagine if you asked this question. How can I load data from arbitrary text files into a SQL table. The challenge isn't opening the text file and reading it, its getting meaningful data out of the files automatically.

    So you can use either iText or pdfSharp to read the PDF files, but its the getting meaningful data out that's going to be the challenge.

提交回复
热议问题