Decrypt large pdf file failed

Hi,

My customer told me that his pdf file decrypt failed.
His pdf is 1.08GB and 777 pages.
And I made some test file with merging.
It stoped after Save.

This is my test code

    auto doc = System::MakeObject<Aspose::Pdf::Document>(u"test.pdf", u"test");
    doc->Decrypt();
    doc->Save(u"test_decrypt_out.pdf");
    doc->FreeMemory();
    doc->Dispose();

@kngstr

Can you please share the details of the issue in the form of source file and also Operating System and Machine specifications. Which API version you are actually using on your end. The PDF that you are referring is considered as huge.

@mudassir.fayyaz

SDK:PDF for C++ 21.4
Operating System:Win7 x64 and Win10 x64
You can create testing file by merging some pdf file.

@kngstr,
I have been able to reproduce the issue on our end. A ticket with ID PDFCPP-1579 has been created in our issue tracking system to further investigate the issue on our end. This thread has been linked with the issue so that you may be notified once the issue will be fixed.