Max document size

Is there a max document size for Aspose.Words? I am feeding large Word documents into the Document(byte[] stream) constructor. Some of these can get pretty large, in the extreme case it reached 35MB. I am receiving UnsupportedFileFormat exceptions. Is this due to the large size? And if so, what is the cutoff? Thanks.

Hi Eddie,


Thanks for your inquiry. No, there is no file size limit. Please note that the document needs to be held wholly in memory. Therefore, memory and CPU usage are dependent on document size and document complexity.

Could you please share your input Word document here for testing? I will investigate the issue on my side and provide you more information.