PDF Form Script to Add Delete Page in Adobe Acrobat Pro | Page Templates Method

Join our Facebook Q&A Group on PDF Form JavaScript:
/ pdfformjavascript
If this video helped you , please don't forget to SUBSCRIBE.
To get the PDF File with Script become a patron and support us
/ 56990760
Thanks for Watching

Пікірлер: 34

  • @kathyt1419
    @kathyt14192 жыл бұрын

    Thanks a lot, this is exactly what I have been looking for!

  • @Jedacast
    @Jedacast7 ай бұрын

    Thank you so much for this Tutorial. You are great!

  • @pdfform

    @pdfform

    7 ай бұрын

    Join our Watsapp for prompt reply on any issue related to adobe form scripts whatsapp.com/channel/0029Va4IjoCBfxnxzJctay0v

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

    I am using another javascript code for auto jumping one field to another field when it full of text. But if i click more members button then new page created but doesn’t work my earliest javascript code because of new fields name. Now what should i do?

  • @3038jake
    @3038jake Жыл бұрын

    Good day/evening/morning! thanks for this helpful video!!! can you kindly direct me to a video that explains how to hide/reveal a page in PDF file based on end-user need. For example there are total of 3 pages in a document, but page 3 is optional. Thus, we'd have a button somewhere on page 2 to reveal or hide the last optional page. This would presumably involve a short JavaScript. thank you!

  • @RatanKumar-rf5dh
    @RatanKumar-rf5dhАй бұрын

    What is property mNumpage field

  • @Jedacast
    @Jedacast7 ай бұрын

    Question. Is it possible to spawn fields? like if we added phone number but member 3 had 5 phone numbers we needed to add (just an example)

  • @pdfform

    @pdfform

    7 ай бұрын

    Yes it is possible but with adobe acrobat pro it will be very cumbersome, for that you can use adobe live cycle now Designer

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

    Thank you for this video. Please help me with a problem I would like to figure out. In the form template I'm creating, I have 2 groups of radio buttons. Choices for both groups are between 1 - 5. For instance, suppose you select button 3 from group 1 and select button 5 from group 2. Then, I have a text field that calculates the product (x) of button 3 and 5. For this example, it would be 3 x 5 = 15. I hope this makes sense... Unfortunately, this set-up/calculation does not transfer over to the new pages added using your method. I need this feature to work properly on every new page that gets added in the pdf file. Can you help me? Thank you in advance.

  • @pdfform

    @pdfform

    Жыл бұрын

    join our patreon page intermediate level

  • @kingka0312

    @kingka0312

    Жыл бұрын

    @@pdfform thanks, I signed up. Please check your Patreon message.

  • @pdfform

    @pdfform

    Жыл бұрын

    @Edward plz check patreon message and share the file

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

    Need clarification on what is yours names to change to my info. First line var a = templatename =3; Can you rewrite the second line for me. Add templatename and pages instead of yours. Lost with all the other wording. New like 1 hour ago new to java writing. Thanks you

  • @pdfform

    @pdfform

    Жыл бұрын

    join our patreon page (Intermediate or advance tier)

  • @hbk123456ify
    @hbk123456ify2 жыл бұрын

    can i do the same jscript for adding or removing table row or for any form field?

  • @pdfform

    @pdfform

    2 жыл бұрын

    yes, just change the field name accordingly

  • @hbk123456ify

    @hbk123456ify

    2 жыл бұрын

    @@pdfform Not working for creating any new table raw.........can i do it without using AEM Designer?? If possible pls make a video tutorial on it.

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

    I have a document with 10 pages. I would like to change the function so that I have the "New page" button on page 5 and the new pages are then added after page 5. How would I have to change the code from the video to do this? With the current code the page is always appended at the end. Thank you in advance!

  • @pdfform

    @pdfform

    Жыл бұрын

    use nPage attribute

  • @KolibriGaming

    @KolibriGaming

    Жыл бұрын

    @@pdfform how ? 😅 Could you tell me the code for that pls?🙏

  • @pdfform

    @pdfform

    Жыл бұрын

    www.patreon.com/posts/pdf-form-script-56990760

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

    Thankyou, it help me

  • @ThuNguyen-ry7vu

    @ThuNguyen-ry7vu

    Жыл бұрын

    hi, it's me again , need help as I may need to create script to add 2 different pages at different place in the documents (pdf) using ADB pro, but, it seems that, when it add , the pages always come to the last page. Kindly advise me script to do it better.

  • @pdfform

    @pdfform

    Жыл бұрын

    join our patreon page intermediate tier

  • @ThuNguyen-ry7vu

    @ThuNguyen-ry7vu

    Жыл бұрын

    @@pdfform hi, how to join, please guide me

  • @pdfform

    @pdfform

    Жыл бұрын

    @@ThuNguyen-ry7vu link of patreon page given on our channel home page

  • @ThuNguyen-ry7vu

    @ThuNguyen-ry7vu

    Жыл бұрын

    @@pdfform joined

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

    hi. can you help me. I have added this button on my file it works perfectly on my PC. But this does not work on my android device. Can you please help me find a solution to make it work on android device as well

  • @pdfform

    @pdfform

    Жыл бұрын

    pdf script not works on any mobile devices

  • @cncgaming1966

    @cncgaming1966

    Жыл бұрын

    @@pdfform so is there any other method that I can use to create forms??

  • @kathyt1419
    @kathyt14192 жыл бұрын

    Hmm what if I want to just hide the page template?

  • @3038jake

    @3038jake

    Жыл бұрын

    this is what i am trying to figure out! how to toggle/make page visible and invisible - can you share, please? a separate JavaScript?

  • @pdfform

    @pdfform

    Жыл бұрын

    sure , join our patreon page