We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Canot read corect text from PDF

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

3 Replies

PJ Pravin Joshua D Syncfusion Team July 5, 2010 10:19 AM UTC

Hi Miguel,

Thank you for using Essential PDF.

We are able to see the issue in the older version. This has been fixed in the latest version of our library. Could you please upgrade to our latest version, from the link below.

Latest Version:

http://www.syncfusion.com/downloads/latest-version

Please try this and let us know if you have any questions

Regards,
Pravin Joshua D


MN Miguel Nazario July 5, 2010 11:45 AM UTC

I canot update, we have no licence for last version.


PJ Pravin Joshua D Syncfusion Team July 6, 2010 11:21 AM UTC

Hi Miguel,

As a current Essential Studio license holder, you are eligible to upgrade to any current release of Essential Studio. Also, our keys are version-specific. In order for you to install our latest release - Syncfusion Essential Studio 2010 Vol 2 version 8.2.0.18, you can obtain your new version key by logging in to your support account in Direct Trac and going to the Product Downloads and Keys page from the Direct Trac customer dashboard. You will need to choose version 8.2.0.18 from the "Get Your Key Here" drop-down box so that you can get your key for this release.

For migrating to new version from older version could you please follow this KB article ?

http://www.syncfusion.co.in/support/kb/2137/Upgrading-projects-to-a-new-Syncfusion-version

Note: The KB article will applicable for all the Versions of Essential Studio.

Please let me know if this helps you.

Regards,
Pravin Joshua D

Loader.
Live Chat Icon For mobile
Up arrow icon