Unable to save the PDF file using "Close Button"

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

  1. #1

    Default Unable to save the PDF file using "Close Button"

    Hello All,

    I am facing a problem while closing a pdf file.

    I am using the following code to Open a pdf file.

    CAcroApp objAcroApp = new AcroAppClass();
    CAcroAVDoc objAVDoc = new AcroAVDoc();

    objAVDoc.Open(“C:\\new.pdf”,”Sample”);
    objAcroApp.Show();

    After opening the document I am dong some changes (adding markup) in the file.
    Then I am closing the file using the “Close Button” and in “YES” for the save confirmation dialog.
    Here is the problem.

    After giving “YES”, I am getting a “Save As” dialog with "Sample.pdf" in the FileName box.
    I am getting this only in Acrobat 9.0.
    When I tried the same in Acrobat 8.0 I didn’t get “Save As” dialog. It saved with out "Save As" dialog in "C:\\new.pdf".

    I need to give the same behavior in both Acrobat 9.0 and 8.0.
    Please help me out to fix this issue. Thanks in advance.

    Regards,
    Mohd Mustafa SK
    Mohd_Mustafa_SK@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Disabling "Save a Copy" button for myapplication and not other applications
      I have a application developed in VC++ which can open pdf documents by help of a plug in developed by us. We need to disable the "Save a Copy" button...
    2. Unable to Save/Save As/close Word XP file with Acrobat 5.0 installed
      One of my user is having this problem on her Windows XP PC: Dell GX260 with Windows XP Professional running 512MB RAM, Office XP, Acrobat 5.0 ...
    3. Can i remove the "flash Player", close,Mimimize button from flash exe file
      Hi, Is it possible to remove from .exe file, "flash player, and the close - button, i mean the menu from the flash exe? I have used,...
    4. Emulate "Close" Button
      How do I emulate the web page "Close" Button, i. e. the "X" in the upper right hand corner of each web page? Thank you.... Bruce
    5. #12029 [Com]: "--with-apxs" can cause the error "MySQL: Unable to save result set in"
      ID: 12029 Comment by: sietzepost at streetwisedd dot nl Reported By: root at byone dot com Status: Bogus Bug...
  3. #2

    Default Re: How to avoid the "Save As" dialog when using "Close Button"

    In what you have posted, there is no reason it shouldn't work the same way in Acrobat 9. I would recommend that you submit your complete application to developer support.
    Leonard_Rosenthol@adobeforums.com 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