How to adapt this code for adobe (CPF BRAZIL)
Hi,How to adapt this code for adobe? functionvalidarCPF(cpf) { cpf = cpf.replace(/[^\d]+/g,''); if(cpf == '') returnfalse; // Elimina CPFs invalidos conhecidos if(cpf.length != 11 ||...
View ArticleRe: How to adapt this code for adobe (CPF BRAZIL)
No adaption required... It's a generic core-JS function and can be used as-is in a PDF form. If you want to use it as a validation script for a text field, place it as a doc-level script and then as...
View ArticleInserting a 'difficult' formula in PDF
Good day to you all! I would like to make a PDF with a formula but i can't quite figure out how to do it. I saw some things about JAVA but that is not my expertise. I want to make a form where...
View ArticleRe: Inserting a 'difficult' formula in PDF
You didn't specify the field names... Let's say they're called VoltInfo1 to VoltInfo4. In that case, you can use this code as the custom calculation script of the field that should hold the result: var...
View ArticleRe: Inserting a 'difficult' formula in PDF
Thanks Gilad, it look good already. I did not specify but Voltinfo is pretty good actually and the final multiplication should indeed be applied to the result of sum. So i inserted the codes var v1...
View ArticleRe: Inserting a 'difficult' formula in PDF
The code as a whole needs to be inserted as the custom calculation of the last field. The other fields don't need to be edited in any way (except to have the correct field names).
View ArticleRe: I need help with drop down lists
Thanks for responding. I have three items that are very similar in length and text for each drop down. There are 9 drop downs right now. I am using the drop downs to fill in a form that is used by...
View ArticleWhy doesn't default text appear in a form after it's merged with other...
I'm using Acrobat 9 to create the forms, not LiveCycle Designer. The default text appears in the form itself, but does not appear when the form is merged with another form.
View ArticleRe: I need help with drop down lists
One option is to create a custom dialog since there are so few items. It could contain three radio buttons, each next to the three different phrases, allowing the user to select one of the three. It...
View ArticleRe: problem viewing data in forms completed on Macs
Since you're the form author, you might consider using the following Acrobat XI Action. Here is a brief description:This Action will embed a PDF file into an FDF (Forms Data Format) file to force the...
View ArticleRe: I need help with drop down lists
That sounds like a good thing for me to learn. But, I am getting the impression that I am going about this the wrong way. Since a multi line option is not on the table just yet. I think I am going...
View ArticleProblem Resolution
acrobat does not have the screen resolution mac book pro, how do I fix this?I have already tried to uninstall and install the program. Acrobat non ha la risoluzione dello schermo del mac book pro, come...
View ArticleRe: Problem Resolution
Have you tried to write some Acrobat JavaScript to obtain this information for each attached monitor. Some computers can use more than one monitor at a time, so you need to select the monitor. For the...
View ArticleRe: Problem Resolution
To find out the resolution of a Macbook Pro. Go to Apple menu > System Preferences > Displays (on older systems would be Monitors).
View ArticleHow do i set up the auto size to start from size 12?
Hi! How are you? I don't know how to do this...I'm editing a form and all the fields have a font size number 12. I need some of them to have auto size font because it's possible that the clients use...
View ArticleLaboriously slow duplication of form fields
I have form fields that I need to duplicate across large documents, so that I have a document with base images that all vary by page, but form fields that are identically placed everywhere (image...
View ArticleAdding a hyperlink to a fillable form text box
I am creating a form in Adobe Acrobat X Standard. The form is for concept proposals submitted by staff. I would like a text field where users of the form can enter a hyperlink (URL, or if possible,...
View Article