I am using the PDF.KIT to generate a pdf form with data from a web form. Everything works great as the PDF is generated with the form data. I am now setting the output stream to be saved to file on a file system. The first time I access the PDF it works, but the second time I try to access the pdf, I get a message that "The process cannot access the file because it is being used by another process." This always points back to the code used to generate the pdf. Is there anyway, to kill this process within the code? I used similar code as the one used in the demo for "Fill Fields" (Form Demo).
Thanks