Noah wrote:
>
> Here is a solution which should solve your problem. Start up
> Acrobat, and go to File --> Preference --> General. Turn off
> Web Browser Integration. This will force IE to launch a
> Adobe on its own rather than using the in-browser plug-in.
>
> Unfortunately, this is a client side solution, so all of your
> users are going to have to do this.
>
Right, we've been discussing this issue on devinfo and here is something else I would like everyone to try and report if this makes any improvement at all.
After further troubleshooting I feel the problem may lie in the httpd.conf file. I won't say I have this solved as yet but simply adding this template fragment and restarting httpd has been reported to work for two of us.
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/75AddType05.pdf
AddType application/pdf .pdf
AddDescription "Adobe Portable Document Format" .pdf
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
/etc/rc.d/init.d/httpd restart
For those following this thread, please try the above and let me know if you see an improvement as well. Again, I don't consider this solved, just getting better results so I feel I may be on the right track.
Regards,
Darrell