


How do I keep the pdf from asking the user if they want to save the file when I close the document?
I have used "event.target.dirty = false; " in just about any event that might make sense.
What am I missing?
Views
Replies
Sign in to like this content
Total Likes
Hi,
I would have guess that preSave would be the right place, but the dialog seems to be called before that. If you only need to support Reader 9.1 or later you could use event propagation and clear the flag on every exit event.
Here's a sample https://sites.google.com/site/livecycledesignercookbooks/home/Clear%20Dirty%20Flag.pdf?attredirects=...
Bruce
Views
Replies
Sign in to like this content
Total Likes