Re: How to save entries in a fillable form
Just don't use the "Distribute Form" process in Acrobat. All you need to do is Reader-enable the document aas discussed above and send it out.
View ArticleHelp Scripting for PDF Form List Box
I am attempting to write JavaScript for an Adobe Acrobat X Pro form. I would like to set an action script for a List Box titled "customer_name" so that when a specific customer name is selected, a...
View ArticleCustom Stamp displays correct in reader but fails in acrobat
Our company has a rather old work ticket form which our technicians have been filling out on their laptops for years. I believe it was originally created in lifecycle designer 6 but don't quote me on...
View ArticleRe: Custom Stamp displays correct in reader but fails in acrobat
Is there any chance you can post it somewhere and provide a link? If not, I'd be happy to take a look at it if you're free to email me: acroscript at gmail dot com
View ArticleRe: Help Scripting for PDF Form List Box
The easiest way to do this is to set the export value of each list box item to the corresponding customer number. The script for the custom number field could then simply be: // Set this field's value...
View ArticleRe: Custom Stamp displays correct in reader but fails in acrobat
George, thanks for offering your assitance. I have uploaded the pdf to the following link http://www.sendspace.com/file/9as0sb . Any advice you have is greatly appreciated!
View ArticleRe: Custom Stamp displays correct in reader but fails in acrobat
That is a static XFA form and it appears as though something is wrong with the stamp. I recall someone reporting an issue with Acrobat 10 that can cause this sort of thing. I was able to open the file...
View ArticleRe: Mail merge data/list from excel to existing pdf document that has text...
Please PM to me as well, many thanks.
View ArticleHow do I get the form to print the populated fields?
I have a form that I have created. It will print blank whether or not I have the fields populated. How do I get the populated fields to print as well?
View ArticleRe: How do I get the form to print the populated fields?
The contents of form fields are printed by default, unless the fields wereset as "Visible, but Not Printable".
View ArticleRe: How do I get the form to print the populated fields?
That was the problem, thanks for your help...do I have to change each field indiviually or can I select all of them and change them all at once?
View ArticleRe: How do I get the form to print the populated fields?
You can select all of them and then right-click one of them, go toProperties and change that setting for all the selected fields.
View ArticleForms - duplicating - unlinking fields
Need to create a file with 20 copies of same form (35 - 50 check boxes) using unique student name (chosen from combo box) for each copy of the form. There are too many forms (20 copies each) to create...
View ArticleI need help to insert a field or a button in a form that shows me a different...
I need help to insert a field or a button in a form that shows me a different random number between X and Y, with no decimals, every time i click it or activeting it with any other button.Thanks for...
View ArticleRe: Forms - duplicating - unlinking fields
You can't "unlink" fields with the same name. You need to rename them,which is not a simple task.If you want to merge multiple copies of the same form you need to flattenthem first.
View ArticleHow do I create automated page numbering that displays Page X of X?
I am in the process of creating an AcroForm and would like it to automatically display the current Page Number and the Total Number of Pages within the document. I was wondering if a simple script is...
View ArticleRe: Custom Stamp displays correct in reader but fails in acrobat
Hey George, I am unable to do that. I will delete the bad stamp, save the document, but when I reopen it the bad stamp returns like I never deleted it. If you could send me the corrected file you...
View ArticleRe: Help Scripting for PDF Form List Box
Thank you so much for the quick reply! I was actually hoping to use this method to have the customer address fill in as well eventually, is there any way to code it in that way?
View Article