Not able to Extract Data from PDF

Hi,


I am currently evaluating Aspose PDF support in .Net.
I want to extract data from PDF and use it for further processing. So I have download your trial version DLL for .net, and following various documentation provided I am trying to extract data from a PDF file.
But while doing that instead of getting the actual data I am getting the following data.
“Evaluation Only. Created with Aspose.Pdf. Copyright 2002-2015 Aspose Pty Ltd.
Bill No : 31324408"

The code that i am using is as follows - (C# code)

Document pdfDocument = new Document(”[filePath]", “[password]”);
TextAbsorber textAbsorber = new TextAbsorber();
string extractedText = textAbsorber.Text;

Please guide me on how to tackle the above glitch, so that I can evaluate and buy your product.

Hi Nayan,

Thanks for using our API’s.

When using the API in trial mode, such limitations appear. Please visit the following link to Get a temporary license and then try extracting the contents. In case you still face any issue, please share your source/input PDF file.