Can I prevent ABCpdf from mashing words together (e.g. mashingwordstogether) when convertering PDF to Text?

前端 未结 2 2134
故里飘歌
故里飘歌 2021-02-10 01:50

I\'m using ABCpdf to extract the text content of some PDF files, in particular by calling Doc.GetText(\"Text\"). (You call it in a loop, once per page.) This usually works well,

2条回答
  •  死守一世寂寞
    2021-02-10 01:58

    This question and answer are based around old releases of ABCpdf.

    ABCpdf Version 9 will do this all automatically for you.

    I work on the ABCpdf .NET software component so my replies may feature concepts based around ABCpdf. It's just what I know. :-)

提交回复
热议问题