Reading PDF per Line

前端 未结 4 950
南方客
南方客 2021-01-13 09:20

How can I read a PDF file line by line using iText5 for .NET? I have search through the internet but I only found reading PDF file per page content.

Ple

4条回答
  •  臣服心动
    2021-01-13 09:56

    I worked for a eBook reading company and PDFs, we spent a lot of time and effort trying to get the reading order of text, since the reader could read to you ... bouncing dot ... PDFs do not have to have line by line sequence. Books also have lots of elements that are not in reading order including page number, references, captions, examples, multi-column, etc.. It's a hard problem. PDF is basically a print format at its heart.

提交回复
热议问题