如何将pdf文件转换为数据表
有什么方法可以将PDF文件转换为DataTable吗? PDF 文件主要仅包含表格,任何帮助将不胜感激。
Is there any way to convert PDF file to DataTable? The PDF file mainly consist of only tables any help will be highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果 PDF 包含标记内容(您可以在我的博客文章 http://www.jpedal.org/PDFblog/2010/09/the-easy-way-to-discover-if-a- pdf-file-contains-structed-content/)您可以从 PDF 文件中提取它。否则,您将需要提取文本并尝试猜测结构。
If the PDF contains marked content (you can see how to find this in my blog article http://www.jpedal.org/PDFblog/2010/09/the-easy-way-to-discover-if-a-pdf-file-contains-structured-content/) you can extract it from the PDF file. Otherwise you will need to extract the text and try to guess the structure.