Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Dennis_Schulte@adobeforums.com #1
Exiting Print document within the print action
Hello,
I have a message to display when the user goes to print the document IF a certain condition is met. This part works fine. The message is a notice that a certain field is blank. They can print the form if it's blank, but I am giving them the choice. Below is the code I have so far, and the alerts work, but I don't know what to do when they say "yes".
var u = this.getField("theForm.extendedPriceFee[1]").valueAsString;
if (u.value == undefined){
var RetValue = app.alert({
cMsg: "There is no Activation fee entered. Do you want to enter it now?",
nIcon: 1,
nType: 2,
cTitle: "No Activation Fee Entered"
});
if(RetValue == 4){
//app.alert(" You Pressed Yes " );
}
else {
//app.alert(" You Pressed No " );
}
}
Dennis_Schulte@adobeforums.com Guest
-
Saving Print Settings in a Document via Print Advanced Menu
I just discovered in the Help file you can do the above but it doesn't say how. I want to save the document so it can be printed on anyone's printer... -
Print a pdf document with a current timestamp...
I'd like to be able to print a pdf with the current date and time. I found a third party s/w to do the job but I believe Acrobat is capable of doing... -
Print an 8.5 x 11 document 2-UP on 11 x 17 paper
For large quantity printing purposes I need to find a way to print a multipage pdf file 2-up on 11 x 17 inch paper. The original pdf is 100+ 8.5x11... -
Memory out when print a document
Hi, i've a CPU XP 2000+ , 1GB of memory and a limit of 1,7GB in page memory and Freehand MX. I must print a depliant with 72 pages in a HP Color... -
Print to PDF then save the document
Got some users that when they go to print there PDF document and the "save as" dialog box appears, the other list of .pdf files that they have saved...



Reply With Quote

