Hi,
I wanted to ask if there are any memory optimizations which can be configured while loading and working with large documents. In Aspose.Slides you can allow temporary files and max bytes via BlobManagamentOptions
while loading. In Aspose.Cells you also have a MemorySetting
property in the LoadOptions
. Is there anything similar for Aspose.Words? It is ok if this may reduce performance.
I also noticed there are properties (MemoryOptimization
and TempFolder
) in the SaveOptions. However, you have to use a different SaveOption class depending on the save format. Regarding the ´DocSaveOptions` there is written in the documentation:
Can be used to specify additional options when saving a document into the Doc or Dot format.
So it is not possible to use this with docx
format, is this correct or can we still use it even it is not documented?