Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Martin10@adobeforums.com #1
Save Button
How do you create a 'SAVE' button instead of a 'SAVE AS' button? Im using Acrobat Pro 9.
Martin10@adobeforums.com Guest
-
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.... -
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... -
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... -
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... -
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... -
PDL@adobeforums.com #2
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
-
-
Martin10@adobeforums.com #4
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



Reply With Quote

