在C#中分析PDF [英] Analysing PDF in C#

查看:103
本文介绍了在C#中分析PDF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一堆pdf,其中包含excel中文件的名称列表。我们用它来报价。我正在尝试构建一个软件,使用我们在pdf中查找的一些特定关键病房来分析pdf。并决定我们是保留还是丢弃它。如果我们保留它,我们打印带有在空白首页写的关键字的pdf。



我尝试过:



我是新来的C#

请建议。请提前感谢您的帮助。

I have a bunch of pdf with a list of name of the files in an excel. we use it for quotation. I am trying to build a software to analyse the pdf using some specific key wards we look for in the pdf. and decide if we keep it or discard it. if we keep it, we print the pdf with the keywords found written in a blank top page.

What I have tried:

I am new in C#
Please advice.Thank you in advance for help.

推荐答案

如果我理解的话,你要问的是非常直接的。你最好的选择是学习如何谷歌你想要完成的事情,因为你有很多选择可供选择,而且我们没有人参与你的项目,我们能做的最好的就是概括。



阅读pdf文字c# - Google搜索 [ ^ ]



从C#中提取PDF文本(100%.NET) [ ^ ]



简而言之,在c#中使用PDF库,阅读将PDF的内容转换为字符串/列表,无论它返回什么。查看已解析的PDF文本以查找您要查找的值,然后执行相应的逻辑操作。
What you are asking, if i understand it right, is pretty straight forward. Your best bet is to learn how to google for what you are attempting to accomplish as there are tons of options for you to pursue and given none of us are involved in your project, the best we can do is generalizations.

read pdf text c# - Google Search[^]

Extract Text from PDF in C# (100% .NET)[^]

In short, use a PDF library in c#, read the content of the PDF into a string/list whatever it returns. Look through the parsed PDF text for the values you are looking for and then perform whatever logic you need to accordingly.


这篇关于在C#中分析PDF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆