bachkearehana

bachkearehana

Пікірлер

  • @martrese
    @martrese29 күн бұрын

    This is fantastic, thanks! I found a script where you don't have to take into account "starting at zero." If you use this, you may use the actual page numbers you want to print: var firstPage = 10; var lastPage = 15; this.print({nStart: firstPage-1, nEnd: lastPage-1}); (This would print pages 10-15.)

  • @user-pc2ut8eo5o
    @user-pc2ut8eo5oАй бұрын

    Thank you for the video. I have Acrobat Pro. the script i not working! What cold the problem be?

  • @clairedyer2987
    @clairedyer2987Ай бұрын

    Thank you for this. It works well the first time I click the checkbox, but then it doesn't toggle with whether the checkbox is checked or not. Can you please help?

  • @ginadavee9063
    @ginadavee90633 ай бұрын

    Is it possible to set it up to get an email confirmation once the form has been sent??

  • @md.zahidulhaque7023
    @md.zahidulhaque70235 ай бұрын

    In my PDF total 15 pages but i want to print only those pages which fields filled with data, is it possible to help me how i create it?

  • @JosephGallagher
    @JosephGallagher5 ай бұрын

    OMG, I had been searching for this for half a day!! Thank you so much! I'm currently figuring our the details for my specific script, but I hope this video helps a lot of other people

  • @oscarcampos2086
    @oscarcampos20869 ай бұрын

    Do you have a script for spawning and deleting a form using a checkbox? I’ve been trying to search and not able to find one.

  • @carltonthedoorman
    @carltonthedoorman Жыл бұрын

    Hi, If you can add a link of your PDF, it would be good, so we can try what you say. Take care too to your microphone. Thanks for this tutorial!

  • @joshreiner3362
    @joshreiner3362 Жыл бұрын

    I am getting a "SyntaxError: missing ; before statement" for the "var ShowEmail = true;" statement. Any ideas what this could be cause by?

  • @raccoon874
    @raccoon874 Жыл бұрын

    *long-ass way to do a simple calculation, go with the shorter way instead*

  • @CK9mum
    @CK9mum Жыл бұрын

    Thank you thank you thank you. I'm new to creating PDF fillable forms and to Javascript. This tutorial is perfect for me! I successfully recreated your example and am now going to apply the script to my own form. Brilliant!

  • @workaholic5066
    @workaholic5066 Жыл бұрын

    Why the hell didn't you just tell us the damn answer in the beginning... You tricked me into watching 6:03 seconds of dyslexic nonsense. uuuhhgh!... With that said... Thank you for the help.😅

  • @onlinegraphics4430
    @onlinegraphics44302 жыл бұрын

    I have a special challenge and used your great tutorial to solve part of it ... this.getField("Submit-Form").display = display.hidden; var showSubmitForm1 = true; var checkLength1a = this.getField("Defendant-Address").value.length; var checkLength1b = this.getField("Defendant-Phone-Number").value.length; var checkLength1c = this.getField("Defendant-Email-Address").value.length; if(checkLength1a == 0) { showSubmitForm1 = false; } if(checkLength1b == 0) { showSubmitForm1 = false; } if(checkLength1c == 0) { showSubmitForm1 = false; } if(showSubmitForm1) { this.getField("Submit-Form").display = display.visible; } else { this.getField("Submit-Form").display = display.hidden; } My challenge is that the client wants this logic: #1 - "Defendant-Address" only filled = No Submit Button #2 - "Defendant-Phone-Number" only filled = No Submit Button #3 - "Defendant-Email-Address" only filled = No Submit Button #4 - "Defendant-Address" + "Defendant-Phone-Number" only filled = YES Submit Button #5 - "Defendant-Address" + "Defendant-Email-Address" only filled = YES Submit Button I tried creating two (2) independent scripts for each instance #4 + #5 but they seem to be colliding ... If you could push me in the right direction it would be most appreciated. Thanks for such a great tutorial! Woody House Online Graphics

  • @jutilosws
    @jutilosws2 жыл бұрын

    hello friend, please look at this code, I am adapting it for what I really need it and it does not work correctly, not all the variables put the value that I assign, what can it be? correctly assigns the first four variables and thereafter does not assign them, does not display the value. Please I appreciate that you can help me var Equipo = this.getField("Equipo"); var V1 = this.getField("V1"); var V2 = this.getField("V2"); var V3 = this.getField("V3"); var V4 = this.getField("V4"); var V5 = this.getField("V5"); var V6 = this.getField("V6"); var V7 = this.getField("V7"); var Pozo = this.getField("Pozo") if (Pozo.value == "CP1701-GE") { V1.value = "BOP-0101" V2.value = "RTU-0101" V3.value = "TCO-0101" V4.value = "CONT-0101" V5.value = "CONT-0102" V6.value = "M-0101" V7.value = "xx" } else { V1.value="jj" V2.value="kk" }

  • @pgk60
    @pgk602 жыл бұрын

    This is very helpful. Your explanations are clear and have a nice logical flow. Your diction and the tone of your voice is pleasant. Thank you.

  • @anikeshgupta1179
    @anikeshgupta11792 жыл бұрын

    Mujhe ye app chahiye

  • @fabriciofrancisco7225
    @fabriciofrancisco72252 жыл бұрын

    Hello. Help me please. How do I add another Checkbox to do the same function with other fields?

  • @FaysalEasyExcel
    @FaysalEasyExcel2 жыл бұрын

    Please share a tutorial on How I can extract all the field data in online google sheet or in excel worksheet while clicking on submit button

  • @FaysalEasyExcel
    @FaysalEasyExcel2 жыл бұрын

    You are a genious

  • @FaysalEasyExcel
    @FaysalEasyExcel2 жыл бұрын

    Thanks, this is what exactly what i need

  • @eureraelpida
    @eureraelpida2 жыл бұрын

    tHANK YOU FOR INFO

  • @abdrahimkasiman5256
    @abdrahimkasiman52562 жыл бұрын

    Good step by step explanation. Easy to understand. Thanks

  • @ivanurbina2422
    @ivanurbina24223 жыл бұрын

    Thank you for explaining so well, that even a cavemen can understand! GOOD JOB!

  • @ivanurbina2422
    @ivanurbina24223 жыл бұрын

    Thank you for your excellent explanation make it easy to understand

  • @ivanurbina2422
    @ivanurbina24223 жыл бұрын

    Awesome! Thank you!

  • @frankpreye181
    @frankpreye1813 жыл бұрын

    Hi. Thanks for the beautiful tutorial. I have a project I am working on. I really need your need. Can I email you?

  • @tcsrocha
    @tcsrocha3 жыл бұрын

    hello there! i am looking for a javascript to use in a pdf form, that conditions a checkbox to a button. The button already have a javascript to attach file to the document. So I would like to have a checkbox next to the field so it turns checked after user attach file. If the user does not attach the file, checkbox keeps empty. Is it possible?

  • @mithleshsingh7724
    @mithleshsingh77243 жыл бұрын

    @Teresa Rocha yes it is possible . Check out this channel for making advanced featured pdf forms using Javascripts. This channel has solution to every pdf form javascript related issue. you can contact them and you'll prompt reply. I benefitted a lot from this channel, my every query was answered promptly. Channel Link : kzread.info

  • @angelbear_og
    @angelbear_og3 жыл бұрын

    I want to change the NON-active color. Hate that stupid blue.

  • @suberhajo1135
    @suberhajo11353 жыл бұрын

    Is it possible to make an interactive pdf automatically save a read-only copy of the document via a button in the script?

  • @suberhajo1135
    @suberhajo11353 жыл бұрын

    Thanks! Please more PDF/ JavaScript tutorials!

  • @marielaflores4849
    @marielaflores48493 жыл бұрын

    Excellent information, I have a question, hope you can help me, for example, If I have a Form thas has 5 pages but I only need "mandatory" the page number 3, how can I program a button that sends just the page 3?

  • @MrBigrig91
    @MrBigrig913 жыл бұрын

    Perfect, this simple instruction "this.print();" I have been searching for has been answered tyvm

  • @warpixel06
    @warpixel063 жыл бұрын

    How do you do a singular print command button that will selectively print only 17 specific pages throughout the document that are non-sequential (example: pg. 1, 5, 6, 9, 11, 17, 82, 85, etc.)?

  • @learnfunwithayaan4647
    @learnfunwithayaan46473 жыл бұрын

    Very nice. Thank You

  • @dustinhall6677
    @dustinhall66773 жыл бұрын

    Thank you for your instruction! Do you have a video on "IF" statements and "ELSE IF" within Adobe objects? Thank you!

  • @ImanBarabadi
    @ImanBarabadi3 жыл бұрын

    I love that you explain the reason behind each value and what they mean 👍 Wish you have copied the script in the video description :)

  • @thatcherkane4955
    @thatcherkane49553 жыл бұрын

    Dont know if anyone gives a damn but if you're bored like me during the covid times then you can stream all of the latest series on instaflixxer. I've been streaming with my gf these days :)

  • @krewcesar5163
    @krewcesar51633 жыл бұрын

    @Thatcher Kane yup, been using InstaFlixxer for years myself :)

  • @alexandremaximilian1135
    @alexandremaximilian11354 жыл бұрын

    thx

  • @reginamcphee4513
    @reginamcphee45134 жыл бұрын

    I have Adobe Acrobat Pro X. Is there any way to create an IF formula. I am creating an expense report that determines if the employee needs to return or receive money based on the advance funds they received.

  • @Angel-jv5zv
    @Angel-jv5zv4 жыл бұрын

    Thank you soooo much for this tutorial, you are a awesome at explaining. I'm a teacher and I'm making some PDF's exercises for my students, so they answer and it will display a message based on their answer. This has helped me a lot. Thanks again!

  • @meetcomputeronlline2531
    @meetcomputeronlline25314 жыл бұрын

    How can i enter condition if chacke mark checked than belo value visible if not check than not visible Can u hlp me

  • @subhenduc
    @subhenduc4 жыл бұрын

    I have a fillable form that I want a javascript run on print button. I want the print to go to a specific network printer. A date stamp on the print should be there. I also need another javascript for this fillable forms to be saved to a specific folder with name with incremental number so that all events stays as separate files. Is this possible in Adobe XI pro ??? Thank you so much

  • @jaclyncampbell5719
    @jaclyncampbell57197 ай бұрын

    did you figure this out?

  • @subhenduc
    @subhenduc7 ай бұрын

    @@jaclyncampbell5719 yes

  • @edwardpaulsen1074
    @edwardpaulsen10744 жыл бұрын

    Would have been much better if she actually talked more about the validation tab (like in the title) rather than concentrating almost exclusively on the action tab... eleven minutes lost for nothing...

  • @S4NTIS0
    @S4NTIS04 жыл бұрын

    Is it possible to create a toggle button to change background and text color ?

  • @skywatcher6106
    @skywatcher61064 жыл бұрын

    So if I wanted to make that variable global so that the javascript in other parts of the document could edit it, what would I do?

  • @skad0f
    @skad0f4 жыл бұрын

    App is not defined

  • @chuckcheung3951
    @chuckcheung39514 жыл бұрын

    When I checked on the box, nothing shows up, I checked every Scrips but seems nothing wrong, would you pls. let me know any thing I missed? var fieldHide = event.target.isBoxChecked(0)?display.visible:display.hidden; this.getField("aa").display = fieldHiden; this.getField("B1").display = fieldHide; this.getField("B2").display = fieldHide; this.getField("B3").display = fieldHide; this.getField("B4").display = fieldHide; this.getField("B5").display = fieldHide; this.getField("X1").display = fieldHide; this.getField("X2").display = fieldHide; this.getField("X3").display = fieldHide; this.getField("X4").display = fieldHide; this.getField("X5").display = fieldHide;

  • @chuckcheung3951
    @chuckcheung39514 жыл бұрын

    I just got it now. Thank you very much!

  • @Someonereallycares
    @Someonereallycares4 жыл бұрын

    OMG you explain the way my brain learns. You hit the uncertainties right on cue that reinforce the what "if's" for people who are OCD-like. One last thing, your way allows me to listen learn live as your are talking immediately. Liked. Subscribed. And added to my library list. Thank you

  • @mohamedrafiq6152
    @mohamedrafiq61524 жыл бұрын

    Hi Mam, How to run unsharp mask effect and some other script in acrobat by script

  • @chris.haroun
    @chris.haroun4 жыл бұрын

    Ver helpful; thanks!

  • @clarklynn2313
    @clarklynn23134 жыл бұрын

    How would I do this but based on a value? Example. If vale is greater than 1 text is red, less than 1 text is green?