christian-vigh-phpclasses/PdfToText

PDFOPT_CAPTURE return mathematics simbols

Opened this issue · 2 comments

Hello.
First of all you did an excelent work!!!

I´m trying to read a table but the class is omitting last 2-3 lines of each page, so I decide to read it as a Capture. Now, I can read all rows from the table but I get some characters instead numbers, I put you an example:

↑ instead 5
→ instead 7
└ instead 9
...

Can you tell me how to solve it?

Thanks

I assuming this will be a font issue.

Can you send me the PDF at all and I’ll take a look.

Here you got the pdf: 16 01 2018.pdf

Actually I can "solve" the problem with str_replace because I´m only interested on numbers and dates but will be a really problem if someone got the same problem with texts.

Thank´s for your early response!!!