Answered
Hi,
if a user fills in some envirronment preference data in a form, is it possible to cache it to the pdf as environment variables to use later to set preferences when the user next views the pdf? How does one go about this? Thanks
You can also use globally persistent variables: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.773.php
The particulars (e.g., how much storage space is available) seem to change all the time, so it's not advised to use it for anything critical.