Previous | Next | (P-PDF) Developers
Topic: Importing form Data (fdf) creates ACR*.tmp files
Conf: (P-PDF) Developers, Msg: 169579
From: Steve363
Date: 3/26/2009 07:45 AM
If you're using FDF you have to make sure the Close() method gets called on your FDF objects. If they stay open they leave tmp files open. This happened in code I worked with. The Close() was not getting called because it was placed underneath a Reponse.BinaryWrite(...). When Response.BinaryWrite gets call it escapes the scope of whatever executing method it is in.