Do i have to install Acrobat

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Do i have to install Acrobat

    It looks like it doesn't work if there is just Acrobat reader and Acorbat SDK installed. Do i have to install Acrobat if i want to develop acorbat program? The c++ code is as follows.

    Acrobat::CAcroPDDocPtr pAcroPDDoc;
    HRESULT hr = pAcroPDDoc.CreateInstance("AcroExch.PDDoc");
    if ( FAILED( hr ) )
    {
    return FALSE;
    }

    Is there any other method?
    thanks.
    fuzezheng@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. acrobat 6.0 pro install with script
      Hi, I want to install acrobat 6.0 pro with a installation script. I try to insert ..\setup.exe /S /v /qn but i have invalid command line...
    2. cant install acrobat 6 professional
      Im trying to install in windows 98 se it says not supported OS, same with win 95 however tried it on windows 2000 it works how do i overcome this...
    3. Acrobat will not install
      Didn't see this in the FAQ(hope I didn't miss it) I have a user that needs Acrobat 6 on her PC. ( Wintel box running NT4 SP6 all current...
    4. CAN'T INSTALL ACROBAT 6 PRO
      The complete "CS Suite" installs fine on my WIN XP Home PC, except for the Acrobat module. Just can't get it to install, always skips over Acrobat to...
    5. Acrobat CS won't install with CS Premium
      The Problem: I have just installed CS Premium and Acrobat didn't install with the rest of the suite. Most likely problem that I can think of: I...
  3. #2

    Default Re: Do i have to install Acrobat

    Without an installation of Adobe Acrobat you can't use Adobe Acrobat.
    Bernd Alheit Guest

  4. #3

    Default Re: Do i have to install Acrobat

    It means that he has to buy one version of Adobe Acrobat if someone want to develop the Acrobat program, doesn't it?
    fuzezheng@adobeforums.com Guest

  5. #4

    Default Re: Do i have to install Acrobat

    Yes, buy and use Adobe Acrobat.
    Bernd Alheit Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139