Тёмный

PDF Form JavaScript to get Current Date when each time PDF form is opened 

PDF Form JavaScript
Подписаться 1,7 тыс.
Просмотров 8 тыс.
50% 1

Thanks for Watching
If this video helped you , please don't forget to SUBSCRIBE.
To get the PDF File with Script become a patron and support us / pdfformjavascript

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 18   
@rogerr7391
@rogerr7391 2 года назад
WOW!!! This is exactly what I was looking for!!! - also on the Date I used a variation to show mm/dd/yyyy and it also worked Great JOB! Thanks!!! NOTE: I used the program "Kofax Power PDF Advance" - Under the "Edit" menu / "JavaScript" / "Document JavaScript" option, then I entered your script exactly as shown. Having the same Field name you created is KEY.
@jimcrick4429
@jimcrick4429 3 года назад
THANK YOU!! Been looking everywhere for this info
@lauriedwilson9002
@lauriedwilson9002 3 года назад
Once document is saved with auto fill date, how can I get it to keep that date upon opening a day, week or years later?
@pdfform
@pdfform 3 года назад
For doing so, we will have to put a script to check if the date field is empty or not, if date field is empty then we will enter the date else keep whatever there is previously in that date field. Below is the script : var f = this.getField("Your FieldName"); //Change the field name here if(f.value == "") { //this line checks if the field is empty f.value = util.printd("mmm/d/yyyy", new Date()); } {f.value = f.value} Hope this helps.
@phylectures2023
@phylectures2023 2 года назад
@@pdfform Can we do like this: Add a button to fetch today's date and paste it in a text box when clicked. (The same script as your video can be used for the button.) If we want to change the date, we can click the button, else it will remain the same.
@pdfform
@pdfform 2 года назад
yes you can do
@phylectures2023
@phylectures2023 2 года назад
@@pdfform Thanks. Your channel is so helpful. Count me as your new subscriber.
@pdfform
@pdfform 2 года назад
@@md.zahidulhaque7023 no need for any script... just keep field name same for both
@ojordine5116
@ojordine5116 3 года назад
Thank you!!!
@josecorrea1690
@josecorrea1690 2 года назад
Is there a way to add a special note next to the time ? I need to add a Part number or document number next to the updated date
@pdfform
@pdfform 2 года назад
@ Jose Correa yes you can add ... for any more help you can join us : www.patreon.com/pdfformjavascript
@satishpappula3185
@satishpappula3185 3 года назад
Hi, thank you for the video. I am looking for a code or idea, where all the days dates shall appear automatically when we select the first date of the week. Please suggest if you have idea.
@pdfform
@pdfform 3 года назад
@SATISH PAPPULA yes, it is possible. if you are looking javascript for a pdf form then you can get it at : www.patreon.com/posts/56367529
@pdfform
@pdfform 3 года назад
@SATISH PAPPULA see this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-krk1gBj7HZU.html
@thibaultballeux609
@thibaultballeux609 3 года назад
Hi. I can't buy the pro version. How can we do with the free one?
@pdfform
@pdfform 3 года назад
Pro version is free for 30 days trial.. you can download it and put the JavaScript and after that you can use that file with Adobe reader
@carltonthedoorman
@carltonthedoorman Год назад
Don't think it's work on Adobe Acrobat Pro 2023
@pdfform
@pdfform Год назад
it works on every version of adobe pro