Problem with Aspose v3.4 PdfExtractor.ExtractText and RS2005

Last post 07-03-2009, 12:21 AM by Felix.Liu. 4 replies.
Sort Posts: Previous Next
  •  05-05-2009, 6:05 PM 178090

    Problem with Aspose v3.4 PdfExtractor.ExtractText and RS2005 .NET

    Attachment: Present (inaccessible)

    I'm experiencing a problem with the PdfExtractor.ExtractText method for a pdf document created with RS2005. No error occurs but the table in the document isn't extracted. If I run the same code on the same document created with RS2008 it works successfully. I have attached two simple pdf documents that reproduce the problem for me. Any help would be greatly appreciated. The code I'm using is as follows:

    License license = new License();

    license.SetLicense("Aspose.Pdf.Kit.lic");

    string filePath = @"C:\Test_Report_2005.pdf";

    PdfExtractor extractor = new PdfExtractor();

    extractor.BindPdf(filePath);

    extractor.ExtractText();

    string textFile = Path.ChangeExtension(filePath, ".txt");

    extractor.GetText(textFile);

     
  •  05-06-2009, 11:18 AM 178264 in reply to 178090

    Re: Problem with Aspose v3.4 PdfExtractor.ExtractText and RS2005

    Hello Bill,

    I have tested the problem at my end and found the same issue. I have logged this issue as  PDFKITNET-8798 in our issue tracking system. Our development team will be looking into the issue, and you'll be informed via this forum as the issue is resolved.

    We're sorry for the inconvenience.

    Regards,

     


    Shahzad Latif - [Follow me on Twitter!]
    Support Developer/Developer Evangelist
    Aspose Sialkot Team
    Aspose - Your File Format Experts

    Keep in touch! We're on Twitter and Facebook
     
  •  07-01-2009, 1:51 PM 186463 in reply to 178264

    Re: Problem with Aspose v3.4 PdfExtractor.ExtractText and RS2005

    Hi Shahzad,

    I haven't heard anything about this problem for some time now and was wondering if there's been any progress towards resolving it?

    Thanks,

    Bill

     
  •  07-02-2009, 1:24 AM 186524 in reply to 186463

    Re: Problem with Aspose v3.4 PdfExtractor.ExtractText and RS2005

    Hi Bill,

    I'll contact our development team and will let you know about the status of this issue the earliest possible.

    We're sorry for the inconvenience.

    Regards,

     


    Shahzad Latif - [Follow me on Twitter!]
    Support Developer/Developer Evangelist
    Aspose Sialkot Team
    Aspose - Your File Format Experts

    Keep in touch! We're on Twitter and Facebook
     
  •  07-03-2009, 12:21 AM 186684 in reply to 186524

    Re: Problem with Aspose v3.4 PdfExtractor.ExtractText and RS2005

    Hi,

    The issue has been resolved and we will release a new version soon(in 2 days).

    Thanks,


    Felix Liu
    Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
View as RSS news feed in XML