Skip to main content
This profile will be executed if the document enters the verification stage. To create a script profile, please go through the Creating an export profile section. Please edit the export script, by inserting the following code into it:
using Abbyy.Connectors.Dms.ComFacade;
using Abbyy.Infrastructure.Logging;
using System.Collections.Generic;
if (Document.Properties.Has("WasVerified")
    && Document.Properties.Get("WasVerified") == bool.TrueString)
{
    // TODO: Put your main export script code here.
    // 
    // Factory factory = new Factory();
    // . . .
}
After updating the export script, you need to save and publish changes to the document definition. Please see the Creating an export profile section for instructions.