We use streams to set the properties in Aspose components. Unfortunately, when extracting text from the PDF, it looks like Aspose.Pdf.Kit is trying to write temp files. These temp files are trying to be written to a folder which the ASP.NET user is not able to access. We cannot use any component that must write to the file system to do its work. Am I correct about the temp file(s), and what can be done about it?
THANKS