Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
J_Webb@adobeforums.com #1
Re: Button form field. Acrobat St /Prof?
Has anyone found a way to do what the ButtonImportIcon feature allowed users to do in versions of AR before 6.0?
I don't understand how they could see it appropriate to remove a function that people have developed around and deployed.
I'm wondering if I'm missing something obvious.
Thanks
J_Webb@adobeforums.com Guest
-
Pls All Prof I need HELP !! ADOBE ACROBAT PRO 9.0.0
I don't have Acrobat 9 yet, but here is how to do it in 8: The Acrobat conversion will indeed make a grayscale (one color) file. These settings will... -
required field vs disabled submit button.in a form
I'm trying to make my email field required. Have seen and tried multiple solutions from this forum, with no success. I think it has something to... -
use button to add form field
How do I use button to add form field in the same window? I want when user click button then It show up more text area for them in the same window. -
Acrobat form field color help
I'm using Acrobat 6.0.2 to create fill-in-the-blank forms to be printed by a commercial printer. I need to assign specific Pantone colors to the... -
Acrobat 5 form tool - Acrobat 6 pro button security problems
I have created documents in version 5 adding 'ineractivity' with the form tool, eg, next page, go to first page, to contents etc. and just copied my... -
George_Johnson@adobeforums.com #2
Re: Button form field. Acrobat St /Prof?
I don't understand it either. I've read vague references to security issues, but have not heard any compelling (or otherwise) reasons for removing this.
There are a number of alternatives, including using document-level icons and FDFs. Whether one of these is a reasonable substitute depends on the application.
George
George_Johnson@adobeforums.com Guest
-
J_Webb@adobeforums.com #3
Re: Button form field. Acrobat St /Prof?
I was using this script to display a graphic signature pulled from the users home directory.
Works great in AR5. I realize it is not digitally secure but it works for the application at hand.
* ************************************************** ***** var a = this.getField("DisplaySignature");
var dateField = this.getField("EmpSignDate");
var theDate = new Date();
a.buttonImportIcon("G:/signature.pdf");
a.display = display.visible;
dateField.value = util.printd(2, theDate);
* ************************************************** *****
J_Webb@adobeforums.com Guest



Reply With Quote

