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

  1. #1

    Default Save Button

    How do you create a 'SAVE' button instead of a 'SAVE AS' button? Im using Acrobat Pro 9.
    Martin10@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Batch Crop Action - auto save files without having to hit 'save' button
      Hi, A while ago I spent a long time trying to figure out an action that would automatically crop my photos to a 4x3 aspect ratio to use in video....
    2. Creating button to Save Record and Close Form
      Use the VB Editor window to add a line as follows: Docmd.Close acform, Me.Name The line should be added immediately after the save command...
    3. Save my (ass)ets! Trying to Link a button to a frame in another scene
      I'm using Flash 4 and I can't get my button to link to the main scene in my flash program. I created a movie button within a movie button and I'm...
    4. Need a Save button that closes the form
      I've created a Save button that saves the data entered but I also want it to close the form. Here's what I have with my On Click event. This works...
    5. on click of a link button should first save the data and then open a new browser
      Hi, A page consists of a link button. Clicking this link button should first save data in the database. If the data is saved correctly then it...
  3. #2

    Default Re: Save Button

    You use the "saveAs" function (either in a plug-in or in JavaScript or whatever you're using) and pass the current filename as the filename to save as.

    If this is being done by JavaScript, you will need to use a trustedFunction (explanation is in the JS Documentation) in order to pass the cDIPath parameter.
    PDL@adobeforums.com Guest

  4. #3

    Default Re: Save Button

    Acrobat has a 'SAVE' button.
    Bernd Alheit Guest

  5. #4

    Default Re: Save Button

    The save button no a standard tool bar button, so I want to be able to save the document with a button on each page.

    PDL - thank you for your response. Do you know if there is a way that it will just save the document without opening the 'SAVE AS' dialog box?
    Martin10@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