Is it necessary to load the entire Word file into memory when converting Word to PDF and Word to HTML?

Is it necessary to load the entire Word file into memory when converting Word to PDF and Word to HTML? Is there a way to load it while processing? How to handle large files with limited memory

@yanke1 Yes, it is necessary to load a whole document into memory. For reducing memory usage upon processing extremally large documents, you can try using LoadOptions.TempFolder, SaveOptions.TempFolder and SaveOptions.MemoryOptimization properties.

Please note, Aspose.Words always allocates more memory that actual document size. This is expected. Please see our documentation for more information:
https://docs.aspose.com/words/net/memory-requirements/