Scenario 1:-
- Compare attached File1, File2 and validate pdf resulted file.
Actual:- ASPOSE service taking avg 27206 milli seconds for compare.
File 2 (1).docx (131.0 KB)
Another file with 12 MB file size.
Actual:- ASPOSE service taking avg 27206 milli seconds for compare.
File 2 (1).docx (131.0 KB)
Another file with 12 MB file size.
Could you please provide more details about the specific issue you are facing with the comparison time for large files? Are there any specific settings or configurations you are using?
@abhishek.sonkar It is expected that comparing large documents takes more time then comparing small documents. If possible, please share your second document for testing. We will check the scenario on our side and provide you more information.
I am unable to attach it because of size thing though it is of 12 MB only , could you create a public shareable link , I can attache there.
Please find the link for the 2nd file:
https://docs.google.com/document/d/1sD2i-9Cnx_k2X72p5ag0gZVm4zQEMwK2/edit?usp=drive_link&ouid=111993644018691761592&rtpof=true&sd=true
@abhishek.sonkar Thank you for additional information. Comparing the provided document using the latest 25.3 version of Aspose.Words and the following simple code takes about 3 seconds on my side, that to me is an acceptable time:
Document v1 = new Document("C:\\Temp\\v1.docx");
Document v2 = new Document("C:\\Temp\\v2.docx");
v1.acceptAllRevisions();
v2.acceptAllRevisions();
v1.compare(v2, "AW", new Date());
v1.save("C:\\Temp\\out.docx");
Hi @alexey.noskov could you please try comparing these files? In this scenario, I tried to compare two different files, each containing text data of up to 500 pages with unique content. The comparison is taking a long time.
test_500_V1.docx (25.9 KB)
test_500_V2.docx (25.9 KB)
@abhishek.sonkar
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-28057
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.