Re: How to do a editable field and add on that form field a image ?
Gilad D Can I Change the image in the opened forms? like a "upload" image button with acrobat or javascript?Sorry for my english
View ArticleRe: How do I delete a field that's Tab 0 or change field order?
Yeah, it's a bad file, I'm afraid. One possible way of trying to solve it is to move the bad fields to an isolated location and then delete them with the Redaction tool, and later re-create them... Not...
View ArticleRe: How to do a editable field and add on that form field a image ?
Yes, you can, but if it's used in Reader then it will only work if ReaderXI is used AND the image file is in PDF format.In Acrobat you have no such limitations. To do that enter the following code as...
View ArticleDoublespace, 1.5 Spacing
I have Acrobat 11, and am switching an old Word document for use by personnel. There are two fields that allow for narrative text to be entered. Is there any script I can use in these fields to...
View ArticleRe: How do I delete a field that's Tab 0 or change field order?
I like the redaction tool idea as a workaround. That will make life a good deal easier so I can do the more permanent fix when I have more time on my hands. Thanks GIlad. Anne Update - Good news is...
View ArticleStop creation of duplicate fields
How do I stop the creation of duplicate form fields when I edit several?
View ArticleRe: Mail merge data/list from excel to existing pdf document that has text...
Can you please send me the scrip and information to use it as well. I have about 1200 employee records to merge into a secured PDF.
View ArticleRe: Mail merge data/list from excel to existing pdf document that has text...
Check you inbox (Your Stuff - Private Messages) as well.
View ArticleHelp with Forms
I am creating a form, and want to have a section where the user can fill in their information on one side, then click from several options on the right. E.g. I want this to look like a chart where the...
View ArticleHow to keep form fields blank with calculated fields
I am converting Excel files to Adobe forms with calculated fields. I use the following if statement to maintain blank fields until an entry is made. var v1 = +getField("LengthRisersToday.1").value;var...
View ArticleRe: Stop creation of duplicate fields
Duplication can happen if you have one or more fields selected, the Ctrl key pressed, and the mouse is moved slightly. Could that be what's happening with you?
View ArticleRe: How to keep form fields blank with calculated fields
So you're saying that a result of zero is valid, and that you want to suppress a result of zero only if the LengthRisersToday field is blank? If so, the script could be changed to: var s1 =...
View ArticleRe: How to keep form fields blank with calculated fields
Thank you so very much! I am still learning and I really appreciate your expertise!
View ArticleRe: Stop creation of duplicate fields
Thank you, that is what I believe has happened, again thank you Richard
View ArticlePrinting text fields on fillable pdfs
I am brand new to creating fillable pdfs. I am on a mac and using Acrobat XI Pro. I have created a fillable pdf with text fields that are both mutlilined and scrollable. When users populate these...
View ArticleRe: Printing text fields on fillable pdfs
What you see when viewing the form in Acrobat/Reader is what you get when it's printed. If you set the font size of the text fields to Auto, it will auto-adjust to a minimum size of 4 in the attempt to...
View ArticleRe: Hebrew values disappears while filling the form
I found the solution. Cahge fill cilor of each field to white, the it will show Hebrew values while filling the form.
View ArticleCan you create a button that adds specific text to a form field?
Hi, I was wondering if it was possible to create a button in a PDF that, when clicked, adds specific text to a form field? I am trying to make a product catalogue where you click on a product button to...
View ArticleEnable Sign features - Adobe reader
Hi All, I have an form developed using LiveCycle designer, I am applying reader extension using Adobe Acrobat XI pro. Steps: File > Save As other.. > Reader Extended PDF > Enable More tools...
View ArticleRe: Can you create a button that adds specific text to a form field?
Yes, it's possible. The most simple version of such a script will be something like this (used as the button's MouseUp event): var v = this.getField("Products");if (f.value!="") f.value += ",...
View Article