views:

2261

answers:

3

I had a peculiar problem yesterday. A customer put one of my Delphi apps on some Toshiba laptops, and all was fine until it was time to generate some Acrobat files as a Rave 7 report, which produced the subject error.

The laptops had Acrobat 7 Standard installed with XP SP3 and IE8. I uninstalled Acrobat 7 Standard, put in Acrobat 5 Reader which they had lying around, and the problem went away. However, the customer doesn't see backtracking Acrobat as a solution, because the usual environment this Delphi app runs in of XP SP3, IE 7, and Acrobat 7 Standard doesn't show this problem.

A Google search didn't reveal any recent causes or effects. The Microsoft and Adobe KBs deny that any problem exists.

Any clues as to what specific area needs a workaround? Today I'm going to uninstall IE8 and reinstall IE7.

+2  A: 

I came a cross the same problem, in IE with the Adobe ActiveX plug-in. It was some time ago, but if I remember correctly the problem was the ActiveX in some versions of Acrobat 7, maybe combined with specific versions of the PDF itself. Installing the latest Adobe Reader solved the problem.

zekeVonHelst
It turns out that Adobe fixed this problem, although one can't find that by searching their knowledge base. My boss serially updated Acrobat 7 Standard until the problem went away at 7.0.2. The problem didn't show in their usual environment because they were at 7.0.9. We'll be testing the current version of Acrobat 7 Standard as well as Acrobat 9 Standard to make sure that the problem stays solved.
A: 

PDF files are suppose to start with the sequence "%PDF-X.Y"; however, some programs, email programs are notorious, will add a header, such as Mac Binary. Acrobat looks in the first 1024 bytes for the %PDF sequence. Other applications only support %PDF at the beginning of the file.

Dwight Kelly
A: 

We were experiencing this and found that it was a matter of adding the site to the "allowed popups" list.

ivan