Re: Age field based on date field
The script you were given is invalid. Use this instead: event.value = "";var dobValue = getField("a104").value;if (dobValue!="") { var dob = util.scand("mm/dd/yyyy", dobValue); var today = new...
View ArticleRe: 1 Field filled multiple times
Sure, just copy & paste the field, and all the instances of it will havethe same value automatically.
View ArticleInteractive PDF Form Submit Button Not Working
Hi there, I created an Interactive PDF in InDesign with a form included in the document. When I export as an interactive PDF my Adobe Reader will allow me to fill out the form no problem, however, when...
View ArticleRe: Age field based on date field
This works. Thank you. I did find one problem which is not the end of the world. I put in 07/26/XXXX and it is 1 year too young. (That is today's date.) Is it one day behind when it comes to...
View ArticleRe: Age field based on date field
It's just a question of when to make the change from one year to another. If you want to include the birthday itself in the next year, change this line in the code:if...
View ArticleRe: Interactive PDF Form Submit Button Not Working
Reader prior to version 11 cannot save the document unless it is Reader-enabled, which you can do with Acrobat. Exactly how depends on which version you're using. In Acrobat 11: File > Save as Other...
View ArticleRe: A couple questions about forms: Limits and default fonts
Sorry if I came across as snarkie, but a job that was supposed to take an hour has now eaten well over five, for most of which I won't get paid. Does this javascript work for Typewriter-enabled forms...
View Article"Reset Field" Button on iOS Fillable Form - Removal
I have created a form for some salesmen to use when they are out making calls. It is essentially just rows and rows of 5 text boxes - part number, quantity, line code, description, and price. They...
View ArticleRe: Age field based on date field
Here is a working file for computing the Age from the DOB. Note the formatting for the DOB field must be the same for the DOB field and the script. Formatting of the entry is very important....
View ArticleHow do you reduce file size of a PDF if Save As doesnt work?
I have been trying to reduce the size of a PDF, using the Save As > Optimized PDF method.I have also tried Save As > Reduced Size PDF. This is on a file made up of 20 pages of full page Jpegs....
View ArticleRe: How do you reduce file size of a PDF if Save As doesnt work?
Part of the problem here is that the files that are produced when I run the script to output files from layer comps are very big.If I "save for web" for each layer comp, I wind up with way smaller...
View ArticleRe: "Reset Field" Button on iOS Fillable Form - Removal
You don't have any control over the UI, so you can't remove the button, and you can't prevent a field from being reset one way and not another.
View ArticleE-Signature disappears when pdf form inserted into pdf pres.
I am inserting a pdf form, with an e-signature, into a pdf presentation. When I do this, the e-signature disappears. Why?
View ArticleRe: "Reset Field" Button on iOS Fillable Form - Removal
That's what I was assuming. Do you know of any other way to deal with this, ie perhaps a different PDF viewer client on an iThing, or some other solution I haven't thought of? I'm pretty much open to...
View ArticleRe: "Reset Field" Button on iOS Fillable Form - Removal
The best PDF viewer for iOS for forms is Readdle's PDF Expert. It does not have a clear field button, but does have a clear form feature. It also support much more JavaScript than Adobe Reader does,...
View ArticleRe: "Reset Field" Button on iOS Fillable Form - Removal
Just reading your reply again, you say I can't prevent a field from being reset one way and not another... Can I prevent fields from being reset period? Like editable if you click them, but not...
View ArticleFonts, Forms, and File Size
Hi, I'm currently trying to add some forms to pdfs that I've made. I figured that the forms would increase the file size, but I was surprised at how much they increased it. When I try to save as an...
View ArticleRe: Fonts, Forms, and File Size
For the document where you see the largest increase, what fonts are you using for the form fields?
View Article