• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{{header}}
2{{object 1 0}} <<
3  /Type /Catalog
4  /Pages 2 0 R
5  /OpenAction 10 0 R
6>>
7endobj
8{{object 2 0}} <<
9  /Type /Pages
10  /Count 4
11  /Kids [
12    3 0 R
13    4 0 R
14    5 0 R
15    6 0 R
16  ]
17>>
18endobj
19% Page number 0.
20{{object 3 0}} <<
21  /Type /Page
22  /Parent 2 0 R
23  /Resources <<
24    /Font <</F1 15 0 R>>
25  >>
26  /MediaBox [0 0 612 792]
27>>
28% Page number 1.
29{{object 4 0}} <<
30  /Type /Page
31  /Parent 2 0 R
32  /Resources <<
33    /Font <</F1 15 0 R>>
34  >>
35  /MediaBox [0 0 612 792]
36>>
37% Page number 2.
38{{object 5 0}} <<
39  /Type /Page
40  /Parent 2 0 R
41  /Resources <<
42    /Font <</F1 15 0 R>>
43  >>
44  /MediaBox [0 0 612 792]
45>>
46% Page number 3.
47{{object 6 0}} <<
48  /Type /Page
49  /Parent 2 0 R
50  /Resources <<
51    /Font <</F1 15 0 R>>
52  >>
53  /MediaBox [0 0 612 792]
54>>
55
56% Info
57{{object 9 0}} <<
58  /Author (Joe Random Author)
59  /Creator (Joe Random Creator)
60>>
61endobj
62% OpenAction action
63{{object 10 0}} <<
64  /Type /Action
65  /S /JavaScript
66  /JS 11 0 R
67>>
68endobj
69% JS program to exexute
70{{object 11 0}} <<
71>>
72stream
73var document_props = [
74  'ADBE',
75  'author',
76  'baseURL',
77  'bookmarkRoot',
78  'calculate',
79  'Collab',
80  'creationDate',
81  'creator',
82  'delay',
83  'dirty',
84  'documentFileName',
85  'external',
86  'filesize',
87  'icons',
88  'info',
89  'keywords',
90  'layout',
91  'media',
92  'modDate',
93  'mouseX',
94  'mouseY',
95  'numFields',
96  'numPages',
97  'pageNum',
98  'pageWindowRect',
99  'path',
100  'producer',
101  'subject',
102  'title',
103  'zoom',
104  'zoomType',
105];
106
107function testGetProps(props) {
108  app.alert('*** Getting properties ***');
109  for (var i = 0; i < props.length; ++i) {
110    try {
111      var expr1 = "this." + props[i];
112      var expr2 = "typeof " + expr1;
113      app.alert(expr1 + " is " + eval(expr2) + ' ' + eval(expr1));
114    } catch (e) {
115      app.alert("ERROR: " + e.toString());
116    }
117  }
118}
119
120function testSetProps(props) {
121  app.alert('*** Setting properties ***');
122  for (var i = 0; i < props.length; ++i) {
123    try {
124      var expr1 = "this." + props[i] + ' = 3;'
125      app.alert(expr1 + " yields " + eval(expr1));
126    } catch (e) {
127      app.alert("ERROR: " + e.toString());
128    }
129  }
130}
131
132testGetProps(document_props);
133testSetProps(document_props);
134testGetProps(document_props);
135endstream
136endobj
137{{xref}}
138trailer <<
139  /Root 1 0 R
140  /Info 9 0 R
141>>
142{{startxref}}
143%%EOF
144