1.User receives an email a Reader 9 file.
2.Opens the Reader 9 file successfully
3.The pdf has an .htm attachment
4.When she attempts to open or save it, she gets the following message.
"acrobat cannot open the file attachment because your pdf file attachment settings do not allow this type of file to be opened"
Checked Windows file types and these are ok
Preferences>Trust Manager is set to allow opening of non pdf file types
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\8.0\FeatureLockDown\cDefaultLaunchAttachmentPerms]
This lists explicit permissons for a specifies set of file extensions. If something is not on the list then it is allowed.
Acrobat distributes a tool for creating custom Reader installers. This is so that corporations can distribute the same setup to everyone in an organization. One of the things this Customizer does is to setup the initail registry settings.
As it happens, "htm" is not on the default list of blocked extensions, so your user must have had this setting either changed or initially set from a customized version of the Reader Installer.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.html]http://www.adobe.com/devnet/acrobat/javascript.html[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script