Acrobat reader 8.0

  • At this moment we are encountering some difficulties with the wPDF-component.

    Giving the following;
    - Adobe Acrobat Reader 7.0 installed
    - Then deleted and replaced by Adobe Acrobat Reader 8.0

    The real problem is that the parameter wPDF->Autolanch doesn’t work anymore with the Reader 8.0.
    The making of the file itself doesn’t give any problems.
    We are working with version 2.45.
    The upgrade tot the latest available version 2.8.9.1 doesn’t solve the problem.

    Does anyone has a solution to this problem ?

    Thanking you in advance !

    • Offizieller Beitrag

    Hi,

    it seems so AcrobatReader is not installed as handler for PDF files anymore.

    The code executed in case of "AutoLaunch" is simply

    if showfile and (FFileName <> '') then
    ShellExecute(0, 'open', PChar(FFileName), nil, nil, SW_SHOWNORMAL);

    Regards,

    Julian Ziersch