we are presented with a very serious problem, when generating the PDF with the new NativePDF method, a temporary file is created in the folder where the dll is located. This file is unique, so if there is concurrency of several users generating pdfs, the file is blocked by the first one that enters, the second one does not generate the document and the document that generated the first one is returned. Is there any solution for this or do we stop using the NativePDF ?
Thank you.