Comparing RTF files throws exception

Comparing RTF files throws exception

System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=Aspose.Email
StackTrace:
at #=zd5i4noQFy3unpAu23o$OrqdR_nIKieqjzQ==…ctor(#=zSz0uRDaiosONn4cslpSiAND6nIFe7yuFSQ== #=zWyUod9U=)

using (Comparer comparer = new Comparer("document1.rtf"))
{
    comparer.Add("document2.rtf");
    comparer.Compare("result.rtf");
}

rtf files.zip (17.8 KB)

@tahir.manzoor

We couldn’t reproduce this issue at our end. Please take a look at the output.zip (4.0 KB). Could you please share a sample application using that issue could be reproduced?