~ubuntu-branches/ubuntu/precise/poppler/precise-security

« back to all changes in this revision

Viewing changes to test/tests/type3.pdf-ref.ps

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-03-08 10:46:40 UTC
  • mfrom: (1.5.5) (4.3.2 experimental)
  • Revision ID: package-import@ubuntu.com-20110308104640-de1rwygu2cx2t0yt
Tags: 0.16.3-1ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
  - debian/control: Lower poppler-data to Suggests: (handled by
    language-selector).
  - Add 10_fix-a4-page-shift-on-brother-ps-printers.patch: Fix page shifts
    when printing on A4 paper with Brother PostScript printers.
    (LP #293832)
  - debian/control, debian/rules: Disable OpenJPEG, it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%!PS-Adobe-3.0
2
 
%%Creator: xpdf/pdftops 3.00
3
 
%%LanguageLevel: 2
4
 
%%DocumentSuppliedResources: (atend)
5
 
%%DocumentMedia: plain 595 840 0 () ()
6
 
%%BoundingBox: 0 0 595 840
7
 
%%Pages: 1
8
 
%%EndComments
9
 
%%BeginDefaults
10
 
%%PageMedia: plain
11
 
%%EndDefaults
12
 
%%BeginProlog
13
 
%%BeginResource: procset xpdf 3.00 0
14
 
/xpdf 75 dict def xpdf begin
15
 
% PDF special state
16
 
/pdfDictSize 15 def
17
 
/pdfSetup {
18
 
  3 1 roll 2 array astore
19
 
  /setpagedevice where {
20
 
    pop 3 dict begin
21
 
      /PageSize exch def
22
 
      /ImagingBBox null def
23
 
      /Policies 1 dict dup begin /PageSize 3 def end def
24
 
      { /Duplex true def } if
25
 
    currentdict end setpagedevice
26
 
  } {
27
 
    pop pop
28
 
  } ifelse
29
 
} def
30
 
/pdfStartPage {
31
 
  pdfDictSize dict begin
32
 
  /pdfFillCS [] def
33
 
  /pdfFillXform {} def
34
 
  /pdfStrokeCS [] def
35
 
  /pdfStrokeXform {} def
36
 
  /pdfFill [0] def
37
 
  /pdfStroke [0] def
38
 
  /pdfFillOP false def
39
 
  /pdfStrokeOP false def
40
 
  /pdfLastFill false def
41
 
  /pdfLastStroke false def
42
 
  /pdfTextMat [1 0 0 1 0 0] def
43
 
  /pdfFontSize 0 def
44
 
  /pdfCharSpacing 0 def
45
 
  /pdfTextRender 0 def
46
 
  /pdfTextRise 0 def
47
 
  /pdfWordSpacing 0 def
48
 
  /pdfHorizScaling 1 def
49
 
  /pdfTextClipPath [] def
50
 
} def
51
 
/pdfEndPage { end } def
52
 
% PDF color state
53
 
/cs { /pdfFillXform exch def dup /pdfFillCS exch def
54
 
      setcolorspace } def
55
 
/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
56
 
      setcolorspace } def
57
 
/sc { pdfLastFill not { pdfFillCS setcolorspace } if
58
 
      dup /pdfFill exch def aload pop pdfFillXform setcolor
59
 
     /pdfLastFill true def /pdfLastStroke false def } def
60
 
/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
61
 
      dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
62
 
     /pdfLastStroke true def /pdfLastFill false def } def
63
 
/op { /pdfFillOP exch def
64
 
      pdfLastFill { pdfFillOP setoverprint } if } def
65
 
/OP { /pdfStrokeOP exch def
66
 
      pdfLastStroke { pdfStrokeOP setoverprint } if } def
67
 
/fCol {
68
 
  pdfLastFill not {
69
 
    pdfFillCS setcolorspace
70
 
    pdfFill aload pop pdfFillXform setcolor
71
 
    pdfFillOP setoverprint
72
 
    /pdfLastFill true def /pdfLastStroke false def
73
 
  } if
74
 
} def
75
 
/sCol {
76
 
  pdfLastStroke not {
77
 
    pdfStrokeCS setcolorspace
78
 
    pdfStroke aload pop pdfStrokeXform setcolor
79
 
    pdfStrokeOP setoverprint
80
 
    /pdfLastStroke true def /pdfLastFill false def
81
 
  } if
82
 
} def
83
 
% build a font
84
 
/pdfMakeFont {
85
 
  4 3 roll findfont
86
 
  4 2 roll matrix scale makefont
87
 
  dup length dict begin
88
 
    { 1 index /FID ne { def } { pop pop } ifelse } forall
89
 
    /Encoding exch def
90
 
    currentdict
91
 
  end
92
 
  definefont pop
93
 
} def
94
 
/pdfMakeFont16 {
95
 
  exch findfont
96
 
  dup length dict begin
97
 
    { 1 index /FID ne { def } { pop pop } ifelse } forall
98
 
    /WMode exch def
99
 
    currentdict
100
 
  end
101
 
  definefont pop
102
 
} def
103
 
% graphics state operators
104
 
/q { gsave pdfDictSize dict begin } def
105
 
/Q {
106
 
  end grestore
107
 
  /pdfLastFill where {
108
 
    pop
109
 
    pdfLastFill {
110
 
      pdfFillOP setoverprint
111
 
    } {
112
 
      pdfStrokeOP setoverprint
113
 
    } ifelse
114
 
  } if
115
 
} def
116
 
/cm { concat } def
117
 
/d { setdash } def
118
 
/i { setflat } def
119
 
/j { setlinejoin } def
120
 
/J { setlinecap } def
121
 
/M { setmiterlimit } def
122
 
/w { setlinewidth } def
123
 
% path segment operators
124
 
/m { moveto } def
125
 
/l { lineto } def
126
 
/c { curveto } def
127
 
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
128
 
      neg 0 rlineto closepath } def
129
 
/h { closepath } def
130
 
% path painting operators
131
 
/S { sCol stroke } def
132
 
/Sf { fCol stroke } def
133
 
/f { fCol fill } def
134
 
/f* { fCol eofill } def
135
 
% clipping operators
136
 
/W { clip newpath } def
137
 
/W* { eoclip newpath } def
138
 
% text state operators
139
 
/Tc { /pdfCharSpacing exch def } def
140
 
/Tf { dup /pdfFontSize exch def
141
 
      dup pdfHorizScaling mul exch matrix scale
142
 
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
143
 
      exch findfont exch makefont setfont } def
144
 
/Tr { /pdfTextRender exch def } def
145
 
/Ts { /pdfTextRise exch def } def
146
 
/Tw { /pdfWordSpacing exch def } def
147
 
/Tz { /pdfHorizScaling exch def } def
148
 
% text positioning operators
149
 
/Td { pdfTextMat transform moveto } def
150
 
/Tm { /pdfTextMat exch def } def
151
 
% text string operators
152
 
/cshow where {
153
 
  pop
154
 
  /cshow2 {
155
 
    dup {
156
 
      pop pop
157
 
      1 string dup 0 3 index put 3 index exec
158
 
    } exch cshow
159
 
    pop pop
160
 
  } def
161
 
}{
162
 
  /cshow2 {
163
 
    currentfont /FontType get 0 eq {
164
 
      0 2 2 index length 1 sub {
165
 
        2 copy get exch 1 add 2 index exch get
166
 
        2 copy exch 256 mul add
167
 
        2 string dup 0 6 5 roll put dup 1 5 4 roll put
168
 
        3 index exec
169
 
      } for
170
 
    } {
171
 
      dup {
172
 
        1 string dup 0 3 index put 3 index exec
173
 
      } forall
174
 
    } ifelse
175
 
    pop pop
176
 
  } def
177
 
} ifelse
178
 
/awcp {
179
 
  exch {
180
 
    false charpath
181
 
    5 index 5 index rmoveto
182
 
    6 index eq { 7 index 7 index rmoveto } if
183
 
  } exch cshow2
184
 
  6 {pop} repeat
185
 
} def
186
 
/Tj {
187
 
  fCol
188
 
  1 index stringwidth pdfTextMat idtransform pop
189
 
  sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
190
 
  pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
191
 
  4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
192
 
  pdfTextMat dtransform
193
 
  6 5 roll Tj1
194
 
} def
195
 
/Tj16 {
196
 
  fCol
197
 
  2 index stringwidth pdfTextMat idtransform pop
198
 
  sub exch div
199
 
  pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
200
 
  4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
201
 
  pdfTextMat dtransform
202
 
  6 5 roll Tj1
203
 
} def
204
 
/Tj16V {
205
 
  fCol
206
 
  2 index stringwidth pdfTextMat idtransform exch pop
207
 
  sub exch div
208
 
  0 pdfWordSpacing pdfTextMat dtransform 32
209
 
  4 3 roll pdfCharSpacing add 0 exch
210
 
  pdfTextMat dtransform
211
 
  6 5 roll Tj1
212
 
} def
213
 
/Tj1 {
214
 
  0 pdfTextRise pdfTextMat dtransform rmoveto
215
 
  currentpoint 8 2 roll
216
 
  pdfTextRender 1 and 0 eq {
217
 
    6 copy awidthshow
218
 
  } if
219
 
  pdfTextRender 3 and dup 1 eq exch 2 eq or {
220
 
    7 index 7 index moveto
221
 
    6 copy
222
 
    currentfont /FontType get 3 eq { fCol } { sCol } ifelse
223
 
    false awcp currentpoint stroke moveto
224
 
  } if
225
 
  pdfTextRender 4 and 0 ne {
226
 
    8 6 roll moveto
227
 
    false awcp
228
 
    /pdfTextClipPath [ pdfTextClipPath aload pop
229
 
      {/moveto cvx}
230
 
      {/lineto cvx}
231
 
      {/curveto cvx}
232
 
      {/closepath cvx}
233
 
    pathforall ] def
234
 
    currentpoint newpath moveto
235
 
  } {
236
 
    8 {pop} repeat
237
 
  } ifelse
238
 
  0 pdfTextRise neg pdfTextMat dtransform rmoveto
239
 
} def
240
 
/TJm { pdfFontSize 0.001 mul mul neg 0
241
 
       pdfTextMat dtransform rmoveto } def
242
 
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
243
 
        pdfTextMat dtransform rmoveto } def
244
 
/Tclip { pdfTextClipPath cvx exec clip newpath
245
 
         /pdfTextClipPath [] def } def
246
 
% Level 2 image operators
247
 
/pdfImBuf 100 string def
248
 
/pdfIm {
249
 
  image
250
 
  { currentfile pdfImBuf readline
251
 
    not { pop exit } if
252
 
    (%-EOD-) eq { exit } if } loop
253
 
} def
254
 
/pdfImM {
255
 
  fCol imagemask
256
 
  { currentfile pdfImBuf readline
257
 
    not { pop exit } if
258
 
    (%-EOD-) eq { exit } if } loop
259
 
} def
260
 
/pdfImClip {
261
 
  gsave
262
 
  0 2 4 index length 1 sub {
263
 
    dup 4 index exch 2 copy
264
 
    get 5 index div put
265
 
    1 add 3 index exch 2 copy
266
 
    get 3 index div put
267
 
  } for
268
 
  pop pop rectclip
269
 
} def
270
 
/pdfImClipEnd { grestore } def
271
 
% shading operators
272
 
/colordelta {
273
 
  false 0 1 3 index length 1 sub {
274
 
    dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
275
 
      pop true
276
 
    } if
277
 
  } for
278
 
  exch pop exch pop
279
 
} def
280
 
/funcCol { func n array astore } def
281
 
/funcSH {
282
 
  dup 0 eq {
283
 
    true
284
 
  } {
285
 
    dup 6 eq {
286
 
      false
287
 
    } {
288
 
      4 index 4 index funcCol dup
289
 
      6 index 4 index funcCol dup
290
 
      3 1 roll colordelta 3 1 roll
291
 
      5 index 5 index funcCol dup
292
 
      3 1 roll colordelta 3 1 roll
293
 
      6 index 8 index funcCol dup
294
 
      3 1 roll colordelta 3 1 roll
295
 
      colordelta or or or
296
 
    } ifelse
297
 
  } ifelse
298
 
  {
299
 
    1 add
300
 
    4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
301
 
    6 index 6 index 4 index 4 index 4 index funcSH
302
 
    2 index 6 index 6 index 4 index 4 index funcSH
303
 
    6 index 2 index 4 index 6 index 4 index funcSH
304
 
    5 3 roll 3 2 roll funcSH pop pop
305
 
  } {
306
 
    pop 3 index 2 index add 0.5 mul 3 index  2 index add 0.5 mul
307
 
    funcCol sc
308
 
    dup 4 index exch mat transform m
309
 
    3 index 3 index mat transform l
310
 
    1 index 3 index mat transform l
311
 
    mat transform l pop pop h f*
312
 
  } ifelse
313
 
} def
314
 
/axialCol {
315
 
  dup 0 lt {
316
 
    pop t0
317
 
  } {
318
 
    dup 1 gt {
319
 
      pop t1
320
 
    } {
321
 
      dt mul t0 add
322
 
    } ifelse
323
 
  } ifelse
324
 
  func n array astore
325
 
} def
326
 
/axialSH {
327
 
  dup 0 eq {
328
 
    true
329
 
  } {
330
 
    dup 8 eq {
331
 
      false
332
 
    } {
333
 
      2 index axialCol 2 index axialCol colordelta
334
 
    } ifelse
335
 
  } ifelse
336
 
  {
337
 
    1 add 3 1 roll 2 copy add 0.5 mul
338
 
    dup 4 3 roll exch 4 index axialSH
339
 
    exch 3 2 roll axialSH
340
 
  } {
341
 
    pop 2 copy add 0.5 mul axialCol sc
342
 
    exch dup dx mul x0 add exch dy mul y0 add
343
 
    3 2 roll dup dx mul x0 add exch dy mul y0 add
344
 
    dx abs dy abs ge {
345
 
      2 copy yMin sub dy mul dx div add yMin m
346
 
      yMax sub dy mul dx div add yMax l
347
 
      2 copy yMax sub dy mul dx div add yMax l
348
 
      yMin sub dy mul dx div add yMin l
349
 
      h f*
350
 
    } {
351
 
      exch 2 copy xMin sub dx mul dy div add xMin exch m
352
 
      xMax sub dx mul dy div add xMax exch l
353
 
      exch 2 copy xMax sub dx mul dy div add xMax exch l
354
 
      xMin sub dx mul dy div add xMin exch l
355
 
      h f*
356
 
    } ifelse
357
 
  } ifelse
358
 
} def
359
 
/radialCol {
360
 
  dup t0 lt {
361
 
    pop t0
362
 
  } {
363
 
    dup t1 gt {
364
 
      pop t1
365
 
    } if
366
 
  } ifelse
367
 
  func n array astore
368
 
} def
369
 
/radialSH {
370
 
  dup 0 eq {
371
 
    true
372
 
  } {
373
 
    dup 8 eq {
374
 
      false
375
 
    } {
376
 
      2 index dt mul t0 add radialCol
377
 
      2 index dt mul t0 add radialCol colordelta
378
 
    } ifelse
379
 
  } ifelse
380
 
  {
381
 
    1 add 3 1 roll 2 copy add 0.5 mul
382
 
    dup 4 3 roll exch 4 index radialSH
383
 
    exch 3 2 roll radialSH
384
 
  } {
385
 
    pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
386
 
    exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
387
 
    0 360 arc h
388
 
    dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
389
 
    0 360 arc h f*
390
 
  } ifelse
391
 
} def
392
 
end
393
 
%%EndResource
394
 
%%EndProlog
395
 
%%BeginSetup
396
 
xpdf begin
397
 
/F4_0 /Helvetica 1 1
398
 
[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
399
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
400
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
401
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
402
 
  /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
403
 
  /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
404
 
  /zero/one/two/three/four/five/six/seven
405
 
  /eight/nine/colon/semicolon/less/equal/greater/question
406
 
  /at/A/B/C/D/E/F/G
407
 
  /H/I/J/K/L/M/N/O
408
 
  /P/Q/R/S/T/U/V/W
409
 
  /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
410
 
  /quoteleft/a/b/c/d/e/f/g
411
 
  /h/i/j/k/l/m/n/o
412
 
  /p/q/r/s/t/u/v/w
413
 
  /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
414
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
415
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
416
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
417
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
418
 
  /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
419
 
  /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
420
 
  /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
421
 
  /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
422
 
  /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
423
 
  /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
424
 
  /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
425
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
426
 
  /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
427
 
  /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
428
 
  /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
429
 
  /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
430
 
pdfMakeFont
431
 
%%BeginResource: font T3_9_0
432
 
8 dict begin
433
 
/FontType 3 def
434
 
/FontMatrix [0.0001 0 0 0.0001 0 0] def
435
 
/FontBBox [0 0 750 750] def
436
 
/Encoding 256 array def
437
 
  0 1 255 { Encoding exch /.notdef put } for
438
 
/BuildGlyph {
439
 
  exch /CharProcs get exch
440
 
  2 copy known not { pop /.notdef } if
441
 
  get exec
442
 
} bind def
443
 
/BuildChar {
444
 
  1 index /Encoding get exch get
445
 
  1 index /BuildGlyph get exec
446
 
} bind def
447
 
/CharProcs 2 dict def
448
 
CharProcs begin
449
 
/achar {
450
 
1000 0 0 0 750 750 setcachedevice
451
 
q
452
 
0 0 m
453
 
375 750 l
454
 
750 0 l
455
 
Sf
456
 
20 375 m
457
 
720 375 l
458
 
20 375 l
459
 
h
460
 
Sf
461
 
Q
462
 
} def
463
 
/bchar {
464
 
500 0 0 0 750 750 setcachedevice
465
 
q
466
 
0 0 m
467
 
0 750 l
468
 
120 175 575 250 75 0 c
469
 
f
470
 
Q
471
 
} def
472
 
end
473
 
currentdict end
474
 
/T3_9_0 exch definefont pop
475
 
%%EndResource
476
 
/F9_0 /T3_9_0 1 1
477
 
[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
478
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
479
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
480
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
481
 
  /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
482
 
  /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
483
 
  /zero/one/two/three/four/five/six/seven
484
 
  /eight/nine/colon/semicolon/less/equal/greater/question
485
 
  /at/A/B/C/D/E/F/G
486
 
  /H/I/J/K/L/M/N/O
487
 
  /P/Q/R/S/T/U/V/W
488
 
  /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
489
 
  /quoteleft/achar/bchar/c/d/e/f/g
490
 
  /h/i/j/k/l/m/n/o
491
 
  /p/q/r/s/t/u/v/w
492
 
  /x/y/z/braceleft/bar/braceright/asciitilde/.notdef
493
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
494
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
495
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
496
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
497
 
  /.notdef/exclamdown/cent/sterling/fraction/yen/florin/section
498
 
  /currency/quotesingle/quotedblleft/guillemotleft/guilsinglleft/guilsinglright/fi/fl
499
 
  /.notdef/endash/dagger/daggerdbl/periodcentered/.notdef/paragraph/bullet
500
 
  /quotesinglbase/quotedblbase/quotedblright/guillemotright/ellipsis/perthousand/.notdef/questiondown
501
 
  /.notdef/grave/acute/circumflex/tilde/macron/breve/dotaccent
502
 
  /dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut/ogonek/caron
503
 
  /emdash/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
504
 
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
505
 
  /.notdef/AE/.notdef/ordfeminine/.notdef/.notdef/.notdef/.notdef
506
 
  /Lslash/Oslash/OE/ordmasculine/.notdef/.notdef/.notdef/.notdef
507
 
  /.notdef/ae/.notdef/.notdef/.notdef/dotlessi/.notdef/.notdef
508
 
  /lslash/oslash/oe/germandbls/.notdef/.notdef/.notdef/.notdef]
509
 
pdfMakeFont
510
 
595 840 false pdfSetup
511
 
%%EndSetup
512
 
%%Page: 1 1
513
 
%%BeginPageSetup
514
 
%%PageOrientation: Portrait
515
 
pdfStartPage
516
 
0 0 595 840 re W
517
 
%%EndPageSetup
518
 
[] 0 d
519
 
1 i
520
 
0 j
521
 
0 J
522
 
10 M
523
 
1 w
524
 
/DeviceGray {} cs
525
 
[0] sc
526
 
/DeviceGray {} CS
527
 
[0] SC
528
 
false op
529
 
false OP
530
 
q
531
 
[1 0 0 1 0 0] Tm
532
 
0 0 Td
533
 
[1 0 0 1 200 800] Tm
534
 
0 0 Td
535
 
0 Tr
536
 
/F9_0 299 Tf
537
 
(ababab) 134.55 Tj
538
 
Q
539
 
showpage
540
 
%%PageTrailer
541
 
pdfEndPage
542
 
%%Trailer
543
 
end
544
 
%%DocumentSuppliedResources:
545
 
%%+ font T3_9_0
546
 
%%EOF