在asp.net中阅读pdf
我想阅读 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您需要有效解析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.
请参阅这些文章,也许这些会对您有所帮助。
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.