Загрузка страницы

Tutorial on how to create a custom date/time (pop-up) stamp in Acrobat

This is a tutorial on how to create a custom date/time (pop-up) stamp, in Adobe Acrobat 9/X, that prompts you to enter any date or time. In actuality, you could have it prompt you for whatever you like, not just date or time. Please feel free to post questions and I'll try to answer and get back to you as soon as possible. Please LIKE if this helps you out.

Script #1 **Getting actual stamp file name**
********************
event.value = event.source.stampName;
console.println("Stamp Name: " + event.source.stampName);
********************
Script #2 Date/Time Pop up
************************
var cAsk = "Please Enter Date Filed:" ;

var cTitle = "Document State For Stamp ";

if(event.source.forReal && (event.source.stampName == "ENTER OUTPUT FROM FIRST SCRIPT"))
{

var cMsg = app.response(cAsk, cTitle);
cMsg;
event.value = cMsg;
event.source.source.info.DocumentState = cMsg;
}
***************************

Видео Tutorial on how to create a custom date/time (pop-up) stamp in Acrobat канала MrZorro2973
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
1 августа 2012 г. 11:48:02
00:14:13
Яндекс.Метрика