I Canot read corect text from PDF using Syncfusion.Pdf.Base.dll
version(7.102.0.30) licence version for ESRI
I try to parse my pdf with some simple code like this:
PdfLoadedDocument ldoc = new PdfLoadedDocument(...);
PdfLoadedPageCollection loadedPages = ldoc.Pages;
string s = "";
// Extract text from PDF document pages
foreach (PdfLoadedPage lpage in loadedPages)
{
s += lpage.ExtractText();
}
The result for 's' is very very wrong.
Note that the file that i sending was generate with yours dlls.
Can you help me?
Best, Regards.
teste_23182908.zip