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

前端 未结 2 1107
感情败类
感情败类 2021-02-10 01:25

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 02:13

    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. :-)

提交回复
热议问题