Description
Aspose.PDF throw exception cannot access file because it is being used by another process
if file’s size is too large( >=300Mb ).
Env
- Aspose.PDF for .NET 23.1
Code
void Test()
{
var doc=new Aspose.Pdf.Document(@"C:\Users\XCL\Desktop\test\test.pdf");
doc.Save(@"C:\Users\XCL\Desktop\test\test.pdf");
}
Exception
image.png (113.7 KB)
Test File
Cannot upload over 50Mb
.