如何将表格数据从pdf文件提取到c#数据表

问题描述:

如何从给定的pdf,c#中的数据集或数据表中仅查找和提取表格数据。

How to find and extract only tabular data from given pdf, to dataset or data table in c#.

一个好的免费库将使用 iTextSharp [ ^ ]。它可以用来阅读,创建和修改PDF文档。



关于表的几个例子可以在 iTextSharp - 介绍表 [ ^ ]
One good, free library to use would be iTextSharp[^]. It can be used to read, create, and modify PDF docs.

Few examples concerning tables can be found at iTextSharp - Introducing Tables [^]