I’m trying to use the email library for java to create a PST file but no matter what I do, the heap space is saturating when the PST file reaches around 2gb (Allocated around 8gb max space). Then the thread blocks for a …...io.MemoryStream.setCapacity(Unknown...Source) at com.aspose.email.system.io.MemoryStream.b(Unknown Source)...
DocumentPartSavingArgs.keepDocumentPartStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a document part....IO.Stream,Aspose.Words.SaveFormat)...Aspose.Words.Document.Save(System.IO.Stream,Aspose.Words.Saving.SaveOptions)...
CssSavingArgs.css_stream property. Allows to specify the stream where the CSS information will be saved to....@property def css_stream ( self ) -> io . BytesIO : ... @css_stream.setter...def css_stream ( self , value : io . BytesIO ): ... Remarks This...
FontSavingArgs.font_stream property. Allows to specify the stream where the font will be saved to....@property def font_stream ( self ) -> io . BytesIO : ... @font_stream...font_stream ( self , value : io . BytesIO ): ... Remarks This...
Aspose::Words::IDocumentProcessorPlugin::SetImageWatermark method. Adds image watermark on each page of the document loaded by Load() method in C++....System :: SharedPtr < System :: IO :: Stream > imageWatermark ,...imageWatermark System::SharedPtr<System::IO::Stream> Image used as a watermark...
Aspose::Words::IDocumentProcessorPlugin::Load method. Load the document using the specified load options in C++....System :: SharedPtr < System :: IO :: Stream > inputStream , System...inputStream System::SharedPtr<System::IO::Stream> The input stream. loadOptions...
Aspose::Words::IDocumentProcessorPlugin::Save method. Save the document loaded by Load() method to the output stream using the specified save options in C++....System :: SharedPtr < System :: IO :: Stream > outputStream , System...outputStream System::SharedPtr<System::IO::Stream> The output stream. saveOptions...