Answer the question
In order to leave comments, you need to log in
Is there an easy way to parse pdf in c#?
I know about the itext library, but are there any simpler libraries to programmatically open a PDF file, find some text there (the text is known, or rather its prefixes) and copy it from there?
Perhaps there is a way to do this without third party libraries?
Used C# + .net framework 4.7.2
Answer the question
In order to leave comments, you need to log in
PDF is not a text format. So it's very difficult.
In general, PDF parsing is an OCR run
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question