开发者

Parsing PDF to Excel using C#

I have a PDF file contains table for eg employee (empID, empN开发者_如何学Pythoname, Title). I want to parse these pdf file to excel and parsing that table in Excel to datatable in my code.


If your file was created with Structured Content in it, then it may be possible to extract all the data as XML file and then import XML into Excel.

Otherwise, you pretty much left with bunch of text blocks and there is probably nothing you can do about it.

For more information check great article about PDF Text in JPedal's blog.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜