trouble with PDF's

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kosh01
    Forum Member
    • Jul 2003
    • 2

    trouble with PDF's

    Hi,
    I'm new I have read all that has been posted about having Acrobat Reader on CD opening pdf's.
    The trouble I have is that there is no worked examples only half ones.
    I'm using the FILE Execute command
    <IR_ACTIONS_LIST>
    <Action name="Execute">
    <Type>8</Type>
    <Function>0</Function>
    <DTIndentLevel>0</DTIndentLevel>
    <Enabled>1</Enabled>
    <ErrorHandling>
    <UserNotificationMode>2</UserNotificationMode>
    <CustomErrorMessage/>
    <OnErrorAction>0</OnErrorAction>
    <JumpToLabel/>
    </ErrorHandling>
    <FileName>%SrcDir%\Acrobat 4.0\Reader\AcroRd32.exe</FileName>
    <CommandLine>Acrobat 4.0\Reader\my.pdf</CommandLine>
    <WorkingDir/>
    <RunMode>0</RunMode>
    <WaitForReturn>0</WaitForReturn>
    </Action>
    </IR_ACTIONS_LIST>
    but it comes up with can't find path and file.

    Help
  • Brett
    Indigo Rose Staff Member
    • Jan 2000
    • 2001

    #2
    Re: trouble with PDF's

    Try using:

    "%SrcDir%\Acrobat 4.0\Reader\my.pdf"

    as the command line (with the quotes).

    Comment

    • aragonit
      Forum Member
      • Dec 2002
      • 23

      #3
      Re: trouble with PDF's

      Acrobat Reader has to be installed on the target system (you can check if it is installed, there's an example in the help file I believe.

      Don't use the execute but just file open and then the path to my.pdf That will automatically open the file in Acrobat.

      have Fun

      Comment

      • kosh01
        Forum Member
        • Jul 2003
        • 2

        #4
        Re: trouble with PDF's

        Thanks Brett,

        Put this in and it now works.

        Comment

        Working...
        X