blob: ab3cc0d1d95b367f7b448687dbc18ee81ee1ef95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
{{header}}
{{object 1 0}} <<
/Type /Catalog
/Pages 2 0 R
/AcroForm 4 0 R
/OpenAction 30 0 R
>>
endobj
{{object 2 0}} <<
/Type /Pages
/Count 1
/Kids [
3 0 R
]
>>
endobj
% Page number 0.
{{object 3 0}} <<
/Type /Page
/Parent 2 0 R
/Annots [
8 0 R
]
/AA << /C 36 0 R >>
>>
endobj
% Forms
{{object 4 0}} <<
/XFA [
(xdp:xdp) 43 0 R
(form) 49 0 R
(</xdp:xdp>) 50 0 R
]
/Fields [
8 0 R
]
>>
endobj
% Fields
{{object 8 0}} <<
/FT /Tx
/T (MyField)
/Type /Annot
/Subtype /Widget
/Rect [100 300 500 400]
/AA << /Bl 34 0 R >>
>>
endobj
% JS Action
{{object 30 0}} <<
/Type /Action
/S /JavaScript
/JS 31 0 R
>>
endobj
% JS program to exexute
{{object 31 0}} <<
>>
stream
this.getField("MyField").setFocus();
app.alert("focused");
endstream
endobj
% Lost Focus AAction MyField
{{object 34 0}} <<
/Type /Action
/S /JavaScript
/JS 35 0 R
>>
endobj
% JS program to exexute
{{object 35 0}} <<
>>
stream
this.removeField("MyField");
app.alert("removed");
endstream
endobj
% Closing Page 0
{{object 36 0}} <<
/Type /Action
/S /JavaScript
/JS 37 0 R
>>
endobj
% JS program to exexute
{{object 37 0}} <<
>>
stream
this.removeField("MyField");
endstream
endobj
{{object 43 0}} <<
>>stream
<?xml version="1.0" encoding="UTF-8"?>
<xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/">
endstream
endobj
{{object 49 0}} <<
>>stream
<config></config>
<template></template>
endstream
endobj
{{object 50 0}} <<
>>stream
</xdp:xdp>
endstream
endobj
{{xref}}
{{trailer}}
{{startxref}}
%%EOF
|