在asp.net中阅读pdf

发布于 2024-08-16 06:42:18 字数 126 浏览 2 评论 0原文

我想阅读 pdf 文件,并且想将其详细信息存储在我的数据库中。 但我无法阅读 pdf 文件 &使用c#将其存储在asp.net中的sql数据库中。所以,如果有人知道,请给我一个解决方案......

非常非常感谢提前

I want to read pdf file and i want to store it's detail in my database.
But i could not read pdf file & store it in sql database in asp.net using c#. So, please give me a solution if anyone knows...

Very very thanx in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酷遇一生 2024-08-23 06:42:18

如果您需要有效解析PDF文件的内容,您可能需要使用PDF管理库,例如iTextSharp。否则,您可以使用表中的二进制字段存储原始文件内容。

If you need to effectively parse the contents of the PDF file, you may want to use a PDF management library such as iTextSharp. Otherwise, you could just store the raw file contents using a binary field in your table.

究竟谁懂我的在乎 2024-08-23 06:42:18

请参阅这些文章,也许这些会对您有所帮助。

http://www.codeproject.com/KB/string/pdf2text.aspx

http://www.codeproject.com/showcase/TallComponents.asp

否则如果您可以为此购买 adobe 工具包,这样您就可以轻松使用 PDF。

Please see these article, May be these will help you.

http://www.codeproject.com/KB/string/pdf2text.aspx

http://www.codeproject.com/showcase/TallComponents.asp

Else if you can purchase adobe toolkit for this then it will very easy for you to play with PDF.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文