Does Aspose.pdf uses C: drive temp directory to write temporary files?

Hello Support Team,

While processing the mail merge, it is creating temp files and stored on the C: drive or in C: drive temp directory on our server. so, is it some Aspose functionality that while doing mailmerge it is saving temp files in the C: drive? If it is, then how can we change that default temp files store path?

Thanks

@NanduNairSigma

Aspose.Words for .NET does not save any temporary files on C drive.

When Aspose.Words saves a document, it needs to create temporary internal structures. By default, these internal structures are created in memory and the memory usage spikes for a short period while the document is being saved. When saving is complete, the memory is freed and reclaimed by the garbage collector.

Moreover, you can specify the folder for temporary files used when saving to a DOC or DOCX file using SaveOptions.TempFolder property.

@NanduNairSigma

As far as Aspose.PDF is concerned, it does not store any temporary files in C: drive. However, if you are facing any issue or observing something like this, please share some more information and scenario details along with sample input/output files. We will test the scenario in our environment and address it accordingly.