Hello,
I’m testing the last version of Aspose.Words (v. 13.1.0.0). I’m trying to convert word document that consists of 1500 pages (1MB) to pdf. I’m getting System.OutOfMemoryException even though I have still about 4GB of RAM memory available when the exception occurs.
This is the code I’m using:
Document d = new Document(srcPath);
d.Save(dstPath);
I have no problem with converting similar document with 1000 pages.
Is there any known limitation of document size that can be converted to pdf? I’m attaching the test document I’ve used.
Best regards,
Jarek