S
S
sir_Maverick2021-02-07 15:32:55
.NET
sir_Maverick, 2021-02-07 15:32:55

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

1 answer(s)
V
Vasily Bannikov, 2021-02-07
@vabka

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 question

Ask a Question

731 491 924 answers to any question