Page qty restriction of evaluation licence for convert PDF to DOC

Hi:

 Exists a page quantity restriction for converting PDF documents to Word DOC documents using evaluation licence? I make this question because in my Proof of Concept, I converted to Word DOC only 4 pages of 84 pages PDF document.

Best Regards,

Marco Antonio Mora Godoy

@marco.mora

Thank you for contacting support.

You are facing evaluation version limitations. In order to test the API in its full capacity, you may apply a 30-days temporary license . You may request for temporary license on the given link and evaluate latest version of the API as per your requirements.

You may verify the license validity with below code:

if(Document.IsLicensed)
{
    Console.WriteLine("License is valid");
}
else
{
    Console.WriteLine("License is not valid. Evaluation mode.");
}