Use TextAbsorber with free trial

Hi,

I am trying to test the PDF api with c# and using the textabsorber on a single page (with pdfDocument.Pages[1].Accept(textAbsorber);), and the output gives me the message :

“Evaluation Only. Created with Aspose.PDF.Copyright 2002-2021 Aspose Pty Ltd”.

I wanted to know if it was possible to use the textabsorber function with the evaluation version? Without asking for a full 30-day trial.

Thank you in advance for your answers.

@ateyabaax

The trial version limits you to access only 4 elements of any collection e.g. TextFragments, Paragraphs, Annotations, etc. You can process a PDF to test TextAbsorber functionality which has less than 4 text fragments. This way, you will not face any evaluation exception.

1 Like

Oh, I see,
Thank you for your help.

@ateyabaax

Please feel free to let us know in case you need further information.