Commit 968e7e60b7390e0af4032b30714f1f3e2a1ed9de

Authored by Jay Berkenbilt
1 parent 64c15795

Add json tests

qpdf/qtest/qpdf.test
... ... @@ -344,6 +344,47 @@ foreach my $f (@outline_files)
344 344  
345 345 show_ntests();
346 346 # ----------
  347 +$td->notify("--- JSON Tests ---");
  348 +my @json_files = (
  349 + ['outlines-with-actions', []],
  350 + ['outlines-with-old-root-dests', []],
  351 + ['page-labels-and-outlines', []],
  352 + ['page-labels-num-tree', []],
  353 + ['image-streams', []],
  354 + ['image-streams', ['--decode-level=all']],
  355 + ['image-streams', ['--decode-level=specialized']],
  356 + ['page-labels-and-outlines', ['--json-key=objects']],
  357 + ['page-labels-and-outlines', ['--json-key=pages']],
  358 + ['page-labels-and-outlines', ['--json-key=pagelabels']],
  359 + ['page-labels-and-outlines', ['--json-key=outlines']],
  360 + ['page-labels-and-outlines',
  361 + ['--json-key=outlines', '--json-key=pages']],
  362 + ['page-labels-and-outlines',
  363 + ['--json-key=objects', '--json-object=trailer']],
  364 + ['page-labels-and-outlines',
  365 + ['--json-key=objects', '--json-object=trailer', '--json-object=2 0 R']],
  366 +);
  367 +$n_tests += scalar(@json_files);
  368 +foreach my $d (@json_files)
  369 +{
  370 + my ($file, $xargs) = @$d;
  371 + my $out = "json-$file";
  372 + foreach my $x (@$xargs)
  373 + {
  374 + my $y = $x;
  375 + $y =~ s/^.*=//;
  376 + $y =~ s/\s.*//;
  377 + $out .= "-$y";
  378 + }
  379 + my $in = "$file.pdf";
  380 + $td->runtest("json $out",
  381 + {$td->COMMAND => ['qpdf', '--json', @$xargs, $in]},
  382 + {$td->FILE => "$out.out", $td->EXIT_STATUS => 0},
  383 + $td->NORMALIZE_NEWLINES);
  384 +}
  385 +
  386 +show_ntests();
  387 +# ----------
347 388 $td->notify("--- Page API Tests ---");
348 389 $n_tests += 9;
349 390  
... ...
qpdf/qtest/qpdf/json-image-streams-all.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/Pages": "2 0 R",
  5 + "/Type": "/Catalog"
  6 + },
  7 + "10 0 R": {
  8 + "/Contents": "27 0 R",
  9 + "/MediaBox": [
  10 + 0,
  11 + 0,
  12 + 612,
  13 + 392
  14 + ],
  15 + "/Parent": "2 0 R",
  16 + "/Resources": {
  17 + "/Font": {
  18 + "/F1": "13 0 R"
  19 + },
  20 + "/ProcSet": [
  21 + "/PDF",
  22 + "/Text",
  23 + "/ImageC"
  24 + ],
  25 + "/XObject": {
  26 + "/Im1": "28 0 R"
  27 + }
  28 + },
  29 + "/Type": "/Page"
  30 + },
  31 + "11 0 R": {
  32 + "/Contents": "29 0 R",
  33 + "/MediaBox": [
  34 + 0,
  35 + 0,
  36 + 612,
  37 + 392
  38 + ],
  39 + "/Parent": "2 0 R",
  40 + "/Resources": {
  41 + "/Font": {
  42 + "/F1": "13 0 R"
  43 + },
  44 + "/ProcSet": [
  45 + "/PDF",
  46 + "/Text",
  47 + "/ImageC"
  48 + ],
  49 + "/XObject": {
  50 + "/Im1": "30 0 R"
  51 + }
  52 + },
  53 + "/Type": "/Page"
  54 + },
  55 + "12 0 R": {
  56 + "/Filter": "/FlateDecode",
  57 + "/Length": 97
  58 + },
  59 + "13 0 R": {
  60 + "/BaseFont": "/Helvetica",
  61 + "/Encoding": "/WinAnsiEncoding",
  62 + "/Name": "/F1",
  63 + "/Subtype": "/Type1",
  64 + "/Type": "/Font"
  65 + },
  66 + "14 0 R": {
  67 + "/BitsPerComponent": 8,
  68 + "/ColorSpace": "/DeviceCMYK",
  69 + "/Filter": "/FlateDecode",
  70 + "/Height": 480,
  71 + "/Length": 847,
  72 + "/Subtype": "/Image",
  73 + "/Type": "/XObject",
  74 + "/Width": 400
  75 + },
  76 + "15 0 R": {
  77 + "/Filter": "/FlateDecode",
  78 + "/Length": 102
  79 + },
  80 + "16 0 R": {
  81 + "/BitsPerComponent": 8,
  82 + "/ColorSpace": "/DeviceCMYK",
  83 + "/Filter": "/DCTDecode",
  84 + "/Height": 480,
  85 + "/Length": 9364,
  86 + "/Subtype": "/Image",
  87 + "/Type": "/XObject",
  88 + "/Width": 400
  89 + },
  90 + "17 0 R": {
  91 + "/Filter": "/FlateDecode",
  92 + "/Length": 108
  93 + },
  94 + "18 0 R": {
  95 + "/BitsPerComponent": 8,
  96 + "/ColorSpace": "/DeviceCMYK",
  97 + "/Filter": "/RunLengthDecode",
  98 + "/Height": 480,
  99 + "/Length": 768998,
  100 + "/Subtype": "/Image",
  101 + "/Type": "/XObject",
  102 + "/Width": 400
  103 + },
  104 + "19 0 R": {
  105 + "/Filter": "/FlateDecode",
  106 + "/Length": 96
  107 + },
  108 + "2 0 R": {
  109 + "/Count": 9,
  110 + "/Kids": [
  111 + "3 0 R",
  112 + "4 0 R",
  113 + "5 0 R",
  114 + "6 0 R",
  115 + "7 0 R",
  116 + "8 0 R",
  117 + "9 0 R",
  118 + "10 0 R",
  119 + "11 0 R"
  120 + ],
  121 + "/Type": "/Pages"
  122 + },
  123 + "20 0 R": {
  124 + "/BitsPerComponent": 8,
  125 + "/ColorSpace": "/DeviceRGB",
  126 + "/Filter": "/FlateDecode",
  127 + "/Height": 480,
  128 + "/Length": 645,
  129 + "/Subtype": "/Image",
  130 + "/Type": "/XObject",
  131 + "/Width": 400
  132 + },
  133 + "21 0 R": {
  134 + "/Filter": "/FlateDecode",
  135 + "/Length": 99
  136 + },
  137 + "22 0 R": {
  138 + "/BitsPerComponent": 8,
  139 + "/ColorSpace": "/DeviceRGB",
  140 + "/Filter": "/DCTDecode",
  141 + "/Height": 480,
  142 + "/Length": 3650,
  143 + "/Subtype": "/Image",
  144 + "/Type": "/XObject",
  145 + "/Width": 400
  146 + },
  147 + "23 0 R": {
  148 + "/Filter": "/FlateDecode",
  149 + "/Length": 106
  150 + },
  151 + "24 0 R": {
  152 + "/BitsPerComponent": 8,
  153 + "/ColorSpace": "/DeviceRGB",
  154 + "/Filter": "/RunLengthDecode",
  155 + "/Height": 480,
  156 + "/Length": 641497,
  157 + "/Subtype": "/Image",
  158 + "/Type": "/XObject",
  159 + "/Width": 400
  160 + },
  161 + "25 0 R": {
  162 + "/Filter": "/FlateDecode",
  163 + "/Length": 97
  164 + },
  165 + "26 0 R": {
  166 + "/BitsPerComponent": 8,
  167 + "/ColorSpace": "/DeviceGray",
  168 + "/Filter": "/FlateDecode",
  169 + "/Height": 480,
  170 + "/Length": 221,
  171 + "/Subtype": "/Image",
  172 + "/Type": "/XObject",
  173 + "/Width": 400
  174 + },
  175 + "27 0 R": {
  176 + "/Filter": "/FlateDecode",
  177 + "/Length": 101
  178 + },
  179 + "28 0 R": {
  180 + "/BitsPerComponent": 8,
  181 + "/ColorSpace": "/DeviceGray",
  182 + "/Filter": "/DCTDecode",
  183 + "/Height": 480,
  184 + "/Length": 2587,
  185 + "/Subtype": "/Image",
  186 + "/Type": "/XObject",
  187 + "/Width": 400
  188 + },
  189 + "29 0 R": {
  190 + "/Filter": "/FlateDecode",
  191 + "/Length": 108
  192 + },
  193 + "3 0 R": {
  194 + "/Contents": "12 0 R",
  195 + "/MediaBox": [
  196 + 0,
  197 + 0,
  198 + 612,
  199 + 392
  200 + ],
  201 + "/Parent": "2 0 R",
  202 + "/Resources": {
  203 + "/Font": {
  204 + "/F1": "13 0 R"
  205 + },
  206 + "/ProcSet": [
  207 + "/PDF",
  208 + "/Text",
  209 + "/ImageC"
  210 + ],
  211 + "/XObject": {
  212 + "/Im1": "14 0 R"
  213 + }
  214 + },
  215 + "/Type": "/Page"
  216 + },
  217 + "30 0 R": {
  218 + "/BitsPerComponent": 8,
  219 + "/ColorSpace": "/DeviceGray",
  220 + "/Filter": "/RunLengthDecode",
  221 + "/Height": 480,
  222 + "/Length": 3001,
  223 + "/Subtype": "/Image",
  224 + "/Type": "/XObject",
  225 + "/Width": 400
  226 + },
  227 + "4 0 R": {
  228 + "/Contents": "15 0 R",
  229 + "/MediaBox": [
  230 + 0,
  231 + 0,
  232 + 612,
  233 + 392
  234 + ],
  235 + "/Parent": "2 0 R",
  236 + "/Resources": {
  237 + "/Font": {
  238 + "/F1": "13 0 R"
  239 + },
  240 + "/ProcSet": [
  241 + "/PDF",
  242 + "/Text",
  243 + "/ImageC"
  244 + ],
  245 + "/XObject": {
  246 + "/Im1": "16 0 R"
  247 + }
  248 + },
  249 + "/Type": "/Page"
  250 + },
  251 + "5 0 R": {
  252 + "/Contents": "17 0 R",
  253 + "/MediaBox": [
  254 + 0,
  255 + 0,
  256 + 612,
  257 + 392
  258 + ],
  259 + "/Parent": "2 0 R",
  260 + "/Resources": {
  261 + "/Font": {
  262 + "/F1": "13 0 R"
  263 + },
  264 + "/ProcSet": [
  265 + "/PDF",
  266 + "/Text",
  267 + "/ImageC"
  268 + ],
  269 + "/XObject": {
  270 + "/Im1": "18 0 R"
  271 + }
  272 + },
  273 + "/Type": "/Page"
  274 + },
  275 + "6 0 R": {
  276 + "/Contents": "19 0 R",
  277 + "/MediaBox": [
  278 + 0,
  279 + 0,
  280 + 612,
  281 + 392
  282 + ],
  283 + "/Parent": "2 0 R",
  284 + "/Resources": {
  285 + "/Font": {
  286 + "/F1": "13 0 R"
  287 + },
  288 + "/ProcSet": [
  289 + "/PDF",
  290 + "/Text",
  291 + "/ImageC"
  292 + ],
  293 + "/XObject": {
  294 + "/Im1": "20 0 R"
  295 + }
  296 + },
  297 + "/Type": "/Page"
  298 + },
  299 + "7 0 R": {
  300 + "/Contents": "21 0 R",
  301 + "/MediaBox": [
  302 + 0,
  303 + 0,
  304 + 612,
  305 + 392
  306 + ],
  307 + "/Parent": "2 0 R",
  308 + "/Resources": {
  309 + "/Font": {
  310 + "/F1": "13 0 R"
  311 + },
  312 + "/ProcSet": [
  313 + "/PDF",
  314 + "/Text",
  315 + "/ImageC"
  316 + ],
  317 + "/XObject": {
  318 + "/Im1": "22 0 R"
  319 + }
  320 + },
  321 + "/Type": "/Page"
  322 + },
  323 + "8 0 R": {
  324 + "/Contents": "23 0 R",
  325 + "/MediaBox": [
  326 + 0,
  327 + 0,
  328 + 612,
  329 + 392
  330 + ],
  331 + "/Parent": "2 0 R",
  332 + "/Resources": {
  333 + "/Font": {
  334 + "/F1": "13 0 R"
  335 + },
  336 + "/ProcSet": [
  337 + "/PDF",
  338 + "/Text",
  339 + "/ImageC"
  340 + ],
  341 + "/XObject": {
  342 + "/Im1": "24 0 R"
  343 + }
  344 + },
  345 + "/Type": "/Page"
  346 + },
  347 + "9 0 R": {
  348 + "/Contents": "25 0 R",
  349 + "/MediaBox": [
  350 + 0,
  351 + 0,
  352 + 612,
  353 + 392
  354 + ],
  355 + "/Parent": "2 0 R",
  356 + "/Resources": {
  357 + "/Font": {
  358 + "/F1": "13 0 R"
  359 + },
  360 + "/ProcSet": [
  361 + "/PDF",
  362 + "/Text",
  363 + "/ImageC"
  364 + ],
  365 + "/XObject": {
  366 + "/Im1": "26 0 R"
  367 + }
  368 + },
  369 + "/Type": "/Page"
  370 + },
  371 + "trailer": {
  372 + "/ID": [
  373 + "S¶Ł”łîð\u000e¢¬\u0007}_)\u0012¶",
  374 + "S¶Ł”łîð\u000e¢¬\u0007}_)\u0012¶"
  375 + ],
  376 + "/Root": "1 0 R",
  377 + "/Size": 31
  378 + }
  379 + },
  380 + "outlines": [],
  381 + "pagelabels": [],
  382 + "pages": [
  383 + {
  384 + "contents": [
  385 + "12 0 R"
  386 + ],
  387 + "images": [
  388 + {
  389 + "bitspercomponent": 8,
  390 + "colorspace": "/DeviceCMYK",
  391 + "decodeparms": [
  392 + null
  393 + ],
  394 + "filter": [
  395 + "/FlateDecode"
  396 + ],
  397 + "filterable": true,
  398 + "height": 480,
  399 + "name": "/Im1",
  400 + "object": "14 0 R",
  401 + "width": 400
  402 + }
  403 + ],
  404 + "label": null,
  405 + "object": "3 0 R",
  406 + "outlines": [],
  407 + "pageposfrom1": 1
  408 + },
  409 + {
  410 + "contents": [
  411 + "15 0 R"
  412 + ],
  413 + "images": [
  414 + {
  415 + "bitspercomponent": 8,
  416 + "colorspace": "/DeviceCMYK",
  417 + "decodeparms": [
  418 + null
  419 + ],
  420 + "filter": [
  421 + "/DCTDecode"
  422 + ],
  423 + "filterable": true,
  424 + "height": 480,
  425 + "name": "/Im1",
  426 + "object": "16 0 R",
  427 + "width": 400
  428 + }
  429 + ],
  430 + "label": null,
  431 + "object": "4 0 R",
  432 + "outlines": [],
  433 + "pageposfrom1": 2
  434 + },
  435 + {
  436 + "contents": [
  437 + "17 0 R"
  438 + ],
  439 + "images": [
  440 + {
  441 + "bitspercomponent": 8,
  442 + "colorspace": "/DeviceCMYK",
  443 + "decodeparms": [
  444 + null
  445 + ],
  446 + "filter": [
  447 + "/RunLengthDecode"
  448 + ],
  449 + "filterable": true,
  450 + "height": 480,
  451 + "name": "/Im1",
  452 + "object": "18 0 R",
  453 + "width": 400
  454 + }
  455 + ],
  456 + "label": null,
  457 + "object": "5 0 R",
  458 + "outlines": [],
  459 + "pageposfrom1": 3
  460 + },
  461 + {
  462 + "contents": [
  463 + "19 0 R"
  464 + ],
  465 + "images": [
  466 + {
  467 + "bitspercomponent": 8,
  468 + "colorspace": "/DeviceRGB",
  469 + "decodeparms": [
  470 + null
  471 + ],
  472 + "filter": [
  473 + "/FlateDecode"
  474 + ],
  475 + "filterable": true,
  476 + "height": 480,
  477 + "name": "/Im1",
  478 + "object": "20 0 R",
  479 + "width": 400
  480 + }
  481 + ],
  482 + "label": null,
  483 + "object": "6 0 R",
  484 + "outlines": [],
  485 + "pageposfrom1": 4
  486 + },
  487 + {
  488 + "contents": [
  489 + "21 0 R"
  490 + ],
  491 + "images": [
  492 + {
  493 + "bitspercomponent": 8,
  494 + "colorspace": "/DeviceRGB",
  495 + "decodeparms": [
  496 + null
  497 + ],
  498 + "filter": [
  499 + "/DCTDecode"
  500 + ],
  501 + "filterable": true,
  502 + "height": 480,
  503 + "name": "/Im1",
  504 + "object": "22 0 R",
  505 + "width": 400
  506 + }
  507 + ],
  508 + "label": null,
  509 + "object": "7 0 R",
  510 + "outlines": [],
  511 + "pageposfrom1": 5
  512 + },
  513 + {
  514 + "contents": [
  515 + "23 0 R"
  516 + ],
  517 + "images": [
  518 + {
  519 + "bitspercomponent": 8,
  520 + "colorspace": "/DeviceRGB",
  521 + "decodeparms": [
  522 + null
  523 + ],
  524 + "filter": [
  525 + "/RunLengthDecode"
  526 + ],
  527 + "filterable": true,
  528 + "height": 480,
  529 + "name": "/Im1",
  530 + "object": "24 0 R",
  531 + "width": 400
  532 + }
  533 + ],
  534 + "label": null,
  535 + "object": "8 0 R",
  536 + "outlines": [],
  537 + "pageposfrom1": 6
  538 + },
  539 + {
  540 + "contents": [
  541 + "25 0 R"
  542 + ],
  543 + "images": [
  544 + {
  545 + "bitspercomponent": 8,
  546 + "colorspace": "/DeviceGray",
  547 + "decodeparms": [
  548 + null
  549 + ],
  550 + "filter": [
  551 + "/FlateDecode"
  552 + ],
  553 + "filterable": true,
  554 + "height": 480,
  555 + "name": "/Im1",
  556 + "object": "26 0 R",
  557 + "width": 400
  558 + }
  559 + ],
  560 + "label": null,
  561 + "object": "9 0 R",
  562 + "outlines": [],
  563 + "pageposfrom1": 7
  564 + },
  565 + {
  566 + "contents": [
  567 + "27 0 R"
  568 + ],
  569 + "images": [
  570 + {
  571 + "bitspercomponent": 8,
  572 + "colorspace": "/DeviceGray",
  573 + "decodeparms": [
  574 + null
  575 + ],
  576 + "filter": [
  577 + "/DCTDecode"
  578 + ],
  579 + "filterable": true,
  580 + "height": 480,
  581 + "name": "/Im1",
  582 + "object": "28 0 R",
  583 + "width": 400
  584 + }
  585 + ],
  586 + "label": null,
  587 + "object": "10 0 R",
  588 + "outlines": [],
  589 + "pageposfrom1": 8
  590 + },
  591 + {
  592 + "contents": [
  593 + "29 0 R"
  594 + ],
  595 + "images": [
  596 + {
  597 + "bitspercomponent": 8,
  598 + "colorspace": "/DeviceGray",
  599 + "decodeparms": [
  600 + null
  601 + ],
  602 + "filter": [
  603 + "/RunLengthDecode"
  604 + ],
  605 + "filterable": true,
  606 + "height": 480,
  607 + "name": "/Im1",
  608 + "object": "30 0 R",
  609 + "width": 400
  610 + }
  611 + ],
  612 + "label": null,
  613 + "object": "11 0 R",
  614 + "outlines": [],
  615 + "pageposfrom1": 9
  616 + }
  617 + ],
  618 + "parameters": {
  619 + "decodelevel": "all"
  620 + },
  621 + "version": 1
  622 +}
... ...
qpdf/qtest/qpdf/json-image-streams-specialized.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/Pages": "2 0 R",
  5 + "/Type": "/Catalog"
  6 + },
  7 + "10 0 R": {
  8 + "/Contents": "27 0 R",
  9 + "/MediaBox": [
  10 + 0,
  11 + 0,
  12 + 612,
  13 + 392
  14 + ],
  15 + "/Parent": "2 0 R",
  16 + "/Resources": {
  17 + "/Font": {
  18 + "/F1": "13 0 R"
  19 + },
  20 + "/ProcSet": [
  21 + "/PDF",
  22 + "/Text",
  23 + "/ImageC"
  24 + ],
  25 + "/XObject": {
  26 + "/Im1": "28 0 R"
  27 + }
  28 + },
  29 + "/Type": "/Page"
  30 + },
  31 + "11 0 R": {
  32 + "/Contents": "29 0 R",
  33 + "/MediaBox": [
  34 + 0,
  35 + 0,
  36 + 612,
  37 + 392
  38 + ],
  39 + "/Parent": "2 0 R",
  40 + "/Resources": {
  41 + "/Font": {
  42 + "/F1": "13 0 R"
  43 + },
  44 + "/ProcSet": [
  45 + "/PDF",
  46 + "/Text",
  47 + "/ImageC"
  48 + ],
  49 + "/XObject": {
  50 + "/Im1": "30 0 R"
  51 + }
  52 + },
  53 + "/Type": "/Page"
  54 + },
  55 + "12 0 R": {
  56 + "/Filter": "/FlateDecode",
  57 + "/Length": 97
  58 + },
  59 + "13 0 R": {
  60 + "/BaseFont": "/Helvetica",
  61 + "/Encoding": "/WinAnsiEncoding",
  62 + "/Name": "/F1",
  63 + "/Subtype": "/Type1",
  64 + "/Type": "/Font"
  65 + },
  66 + "14 0 R": {
  67 + "/BitsPerComponent": 8,
  68 + "/ColorSpace": "/DeviceCMYK",
  69 + "/Filter": "/FlateDecode",
  70 + "/Height": 480,
  71 + "/Length": 847,
  72 + "/Subtype": "/Image",
  73 + "/Type": "/XObject",
  74 + "/Width": 400
  75 + },
  76 + "15 0 R": {
  77 + "/Filter": "/FlateDecode",
  78 + "/Length": 102
  79 + },
  80 + "16 0 R": {
  81 + "/BitsPerComponent": 8,
  82 + "/ColorSpace": "/DeviceCMYK",
  83 + "/Filter": "/DCTDecode",
  84 + "/Height": 480,
  85 + "/Length": 9364,
  86 + "/Subtype": "/Image",
  87 + "/Type": "/XObject",
  88 + "/Width": 400
  89 + },
  90 + "17 0 R": {
  91 + "/Filter": "/FlateDecode",
  92 + "/Length": 108
  93 + },
  94 + "18 0 R": {
  95 + "/BitsPerComponent": 8,
  96 + "/ColorSpace": "/DeviceCMYK",
  97 + "/Filter": "/RunLengthDecode",
  98 + "/Height": 480,
  99 + "/Length": 768998,
  100 + "/Subtype": "/Image",
  101 + "/Type": "/XObject",
  102 + "/Width": 400
  103 + },
  104 + "19 0 R": {
  105 + "/Filter": "/FlateDecode",
  106 + "/Length": 96
  107 + },
  108 + "2 0 R": {
  109 + "/Count": 9,
  110 + "/Kids": [
  111 + "3 0 R",
  112 + "4 0 R",
  113 + "5 0 R",
  114 + "6 0 R",
  115 + "7 0 R",
  116 + "8 0 R",
  117 + "9 0 R",
  118 + "10 0 R",
  119 + "11 0 R"
  120 + ],
  121 + "/Type": "/Pages"
  122 + },
  123 + "20 0 R": {
  124 + "/BitsPerComponent": 8,
  125 + "/ColorSpace": "/DeviceRGB",
  126 + "/Filter": "/FlateDecode",
  127 + "/Height": 480,
  128 + "/Length": 645,
  129 + "/Subtype": "/Image",
  130 + "/Type": "/XObject",
  131 + "/Width": 400
  132 + },
  133 + "21 0 R": {
  134 + "/Filter": "/FlateDecode",
  135 + "/Length": 99
  136 + },
  137 + "22 0 R": {
  138 + "/BitsPerComponent": 8,
  139 + "/ColorSpace": "/DeviceRGB",
  140 + "/Filter": "/DCTDecode",
  141 + "/Height": 480,
  142 + "/Length": 3650,
  143 + "/Subtype": "/Image",
  144 + "/Type": "/XObject",
  145 + "/Width": 400
  146 + },
  147 + "23 0 R": {
  148 + "/Filter": "/FlateDecode",
  149 + "/Length": 106
  150 + },
  151 + "24 0 R": {
  152 + "/BitsPerComponent": 8,
  153 + "/ColorSpace": "/DeviceRGB",
  154 + "/Filter": "/RunLengthDecode",
  155 + "/Height": 480,
  156 + "/Length": 641497,
  157 + "/Subtype": "/Image",
  158 + "/Type": "/XObject",
  159 + "/Width": 400
  160 + },
  161 + "25 0 R": {
  162 + "/Filter": "/FlateDecode",
  163 + "/Length": 97
  164 + },
  165 + "26 0 R": {
  166 + "/BitsPerComponent": 8,
  167 + "/ColorSpace": "/DeviceGray",
  168 + "/Filter": "/FlateDecode",
  169 + "/Height": 480,
  170 + "/Length": 221,
  171 + "/Subtype": "/Image",
  172 + "/Type": "/XObject",
  173 + "/Width": 400
  174 + },
  175 + "27 0 R": {
  176 + "/Filter": "/FlateDecode",
  177 + "/Length": 101
  178 + },
  179 + "28 0 R": {
  180 + "/BitsPerComponent": 8,
  181 + "/ColorSpace": "/DeviceGray",
  182 + "/Filter": "/DCTDecode",
  183 + "/Height": 480,
  184 + "/Length": 2587,
  185 + "/Subtype": "/Image",
  186 + "/Type": "/XObject",
  187 + "/Width": 400
  188 + },
  189 + "29 0 R": {
  190 + "/Filter": "/FlateDecode",
  191 + "/Length": 108
  192 + },
  193 + "3 0 R": {
  194 + "/Contents": "12 0 R",
  195 + "/MediaBox": [
  196 + 0,
  197 + 0,
  198 + 612,
  199 + 392
  200 + ],
  201 + "/Parent": "2 0 R",
  202 + "/Resources": {
  203 + "/Font": {
  204 + "/F1": "13 0 R"
  205 + },
  206 + "/ProcSet": [
  207 + "/PDF",
  208 + "/Text",
  209 + "/ImageC"
  210 + ],
  211 + "/XObject": {
  212 + "/Im1": "14 0 R"
  213 + }
  214 + },
  215 + "/Type": "/Page"
  216 + },
  217 + "30 0 R": {
  218 + "/BitsPerComponent": 8,
  219 + "/ColorSpace": "/DeviceGray",
  220 + "/Filter": "/RunLengthDecode",
  221 + "/Height": 480,
  222 + "/Length": 3001,
  223 + "/Subtype": "/Image",
  224 + "/Type": "/XObject",
  225 + "/Width": 400
  226 + },
  227 + "4 0 R": {
  228 + "/Contents": "15 0 R",
  229 + "/MediaBox": [
  230 + 0,
  231 + 0,
  232 + 612,
  233 + 392
  234 + ],
  235 + "/Parent": "2 0 R",
  236 + "/Resources": {
  237 + "/Font": {
  238 + "/F1": "13 0 R"
  239 + },
  240 + "/ProcSet": [
  241 + "/PDF",
  242 + "/Text",
  243 + "/ImageC"
  244 + ],
  245 + "/XObject": {
  246 + "/Im1": "16 0 R"
  247 + }
  248 + },
  249 + "/Type": "/Page"
  250 + },
  251 + "5 0 R": {
  252 + "/Contents": "17 0 R",
  253 + "/MediaBox": [
  254 + 0,
  255 + 0,
  256 + 612,
  257 + 392
  258 + ],
  259 + "/Parent": "2 0 R",
  260 + "/Resources": {
  261 + "/Font": {
  262 + "/F1": "13 0 R"
  263 + },
  264 + "/ProcSet": [
  265 + "/PDF",
  266 + "/Text",
  267 + "/ImageC"
  268 + ],
  269 + "/XObject": {
  270 + "/Im1": "18 0 R"
  271 + }
  272 + },
  273 + "/Type": "/Page"
  274 + },
  275 + "6 0 R": {
  276 + "/Contents": "19 0 R",
  277 + "/MediaBox": [
  278 + 0,
  279 + 0,
  280 + 612,
  281 + 392
  282 + ],
  283 + "/Parent": "2 0 R",
  284 + "/Resources": {
  285 + "/Font": {
  286 + "/F1": "13 0 R"
  287 + },
  288 + "/ProcSet": [
  289 + "/PDF",
  290 + "/Text",
  291 + "/ImageC"
  292 + ],
  293 + "/XObject": {
  294 + "/Im1": "20 0 R"
  295 + }
  296 + },
  297 + "/Type": "/Page"
  298 + },
  299 + "7 0 R": {
  300 + "/Contents": "21 0 R",
  301 + "/MediaBox": [
  302 + 0,
  303 + 0,
  304 + 612,
  305 + 392
  306 + ],
  307 + "/Parent": "2 0 R",
  308 + "/Resources": {
  309 + "/Font": {
  310 + "/F1": "13 0 R"
  311 + },
  312 + "/ProcSet": [
  313 + "/PDF",
  314 + "/Text",
  315 + "/ImageC"
  316 + ],
  317 + "/XObject": {
  318 + "/Im1": "22 0 R"
  319 + }
  320 + },
  321 + "/Type": "/Page"
  322 + },
  323 + "8 0 R": {
  324 + "/Contents": "23 0 R",
  325 + "/MediaBox": [
  326 + 0,
  327 + 0,
  328 + 612,
  329 + 392
  330 + ],
  331 + "/Parent": "2 0 R",
  332 + "/Resources": {
  333 + "/Font": {
  334 + "/F1": "13 0 R"
  335 + },
  336 + "/ProcSet": [
  337 + "/PDF",
  338 + "/Text",
  339 + "/ImageC"
  340 + ],
  341 + "/XObject": {
  342 + "/Im1": "24 0 R"
  343 + }
  344 + },
  345 + "/Type": "/Page"
  346 + },
  347 + "9 0 R": {
  348 + "/Contents": "25 0 R",
  349 + "/MediaBox": [
  350 + 0,
  351 + 0,
  352 + 612,
  353 + 392
  354 + ],
  355 + "/Parent": "2 0 R",
  356 + "/Resources": {
  357 + "/Font": {
  358 + "/F1": "13 0 R"
  359 + },
  360 + "/ProcSet": [
  361 + "/PDF",
  362 + "/Text",
  363 + "/ImageC"
  364 + ],
  365 + "/XObject": {
  366 + "/Im1": "26 0 R"
  367 + }
  368 + },
  369 + "/Type": "/Page"
  370 + },
  371 + "trailer": {
  372 + "/ID": [
  373 + "S¶Ł”łîð\u000e¢¬\u0007}_)\u0012¶",
  374 + "S¶Ł”łîð\u000e¢¬\u0007}_)\u0012¶"
  375 + ],
  376 + "/Root": "1 0 R",
  377 + "/Size": 31
  378 + }
  379 + },
  380 + "outlines": [],
  381 + "pagelabels": [],
  382 + "pages": [
  383 + {
  384 + "contents": [
  385 + "12 0 R"
  386 + ],
  387 + "images": [
  388 + {
  389 + "bitspercomponent": 8,
  390 + "colorspace": "/DeviceCMYK",
  391 + "decodeparms": [
  392 + null
  393 + ],
  394 + "filter": [
  395 + "/FlateDecode"
  396 + ],
  397 + "filterable": true,
  398 + "height": 480,
  399 + "name": "/Im1",
  400 + "object": "14 0 R",
  401 + "width": 400
  402 + }
  403 + ],
  404 + "label": null,
  405 + "object": "3 0 R",
  406 + "outlines": [],
  407 + "pageposfrom1": 1
  408 + },
  409 + {
  410 + "contents": [
  411 + "15 0 R"
  412 + ],
  413 + "images": [
  414 + {
  415 + "bitspercomponent": 8,
  416 + "colorspace": "/DeviceCMYK",
  417 + "decodeparms": [
  418 + null
  419 + ],
  420 + "filter": [
  421 + "/DCTDecode"
  422 + ],
  423 + "filterable": false,
  424 + "height": 480,
  425 + "name": "/Im1",
  426 + "object": "16 0 R",
  427 + "width": 400
  428 + }
  429 + ],
  430 + "label": null,
  431 + "object": "4 0 R",
  432 + "outlines": [],
  433 + "pageposfrom1": 2
  434 + },
  435 + {
  436 + "contents": [
  437 + "17 0 R"
  438 + ],
  439 + "images": [
  440 + {
  441 + "bitspercomponent": 8,
  442 + "colorspace": "/DeviceCMYK",
  443 + "decodeparms": [
  444 + null
  445 + ],
  446 + "filter": [
  447 + "/RunLengthDecode"
  448 + ],
  449 + "filterable": true,
  450 + "height": 480,
  451 + "name": "/Im1",
  452 + "object": "18 0 R",
  453 + "width": 400
  454 + }
  455 + ],
  456 + "label": null,
  457 + "object": "5 0 R",
  458 + "outlines": [],
  459 + "pageposfrom1": 3
  460 + },
  461 + {
  462 + "contents": [
  463 + "19 0 R"
  464 + ],
  465 + "images": [
  466 + {
  467 + "bitspercomponent": 8,
  468 + "colorspace": "/DeviceRGB",
  469 + "decodeparms": [
  470 + null
  471 + ],
  472 + "filter": [
  473 + "/FlateDecode"
  474 + ],
  475 + "filterable": true,
  476 + "height": 480,
  477 + "name": "/Im1",
  478 + "object": "20 0 R",
  479 + "width": 400
  480 + }
  481 + ],
  482 + "label": null,
  483 + "object": "6 0 R",
  484 + "outlines": [],
  485 + "pageposfrom1": 4
  486 + },
  487 + {
  488 + "contents": [
  489 + "21 0 R"
  490 + ],
  491 + "images": [
  492 + {
  493 + "bitspercomponent": 8,
  494 + "colorspace": "/DeviceRGB",
  495 + "decodeparms": [
  496 + null
  497 + ],
  498 + "filter": [
  499 + "/DCTDecode"
  500 + ],
  501 + "filterable": false,
  502 + "height": 480,
  503 + "name": "/Im1",
  504 + "object": "22 0 R",
  505 + "width": 400
  506 + }
  507 + ],
  508 + "label": null,
  509 + "object": "7 0 R",
  510 + "outlines": [],
  511 + "pageposfrom1": 5
  512 + },
  513 + {
  514 + "contents": [
  515 + "23 0 R"
  516 + ],
  517 + "images": [
  518 + {
  519 + "bitspercomponent": 8,
  520 + "colorspace": "/DeviceRGB",
  521 + "decodeparms": [
  522 + null
  523 + ],
  524 + "filter": [
  525 + "/RunLengthDecode"
  526 + ],
  527 + "filterable": true,
  528 + "height": 480,
  529 + "name": "/Im1",
  530 + "object": "24 0 R",
  531 + "width": 400
  532 + }
  533 + ],
  534 + "label": null,
  535 + "object": "8 0 R",
  536 + "outlines": [],
  537 + "pageposfrom1": 6
  538 + },
  539 + {
  540 + "contents": [
  541 + "25 0 R"
  542 + ],
  543 + "images": [
  544 + {
  545 + "bitspercomponent": 8,
  546 + "colorspace": "/DeviceGray",
  547 + "decodeparms": [
  548 + null
  549 + ],
  550 + "filter": [
  551 + "/FlateDecode"
  552 + ],
  553 + "filterable": true,
  554 + "height": 480,
  555 + "name": "/Im1",
  556 + "object": "26 0 R",
  557 + "width": 400
  558 + }
  559 + ],
  560 + "label": null,
  561 + "object": "9 0 R",
  562 + "outlines": [],
  563 + "pageposfrom1": 7
  564 + },
  565 + {
  566 + "contents": [
  567 + "27 0 R"
  568 + ],
  569 + "images": [
  570 + {
  571 + "bitspercomponent": 8,
  572 + "colorspace": "/DeviceGray",
  573 + "decodeparms": [
  574 + null
  575 + ],
  576 + "filter": [
  577 + "/DCTDecode"
  578 + ],
  579 + "filterable": false,
  580 + "height": 480,
  581 + "name": "/Im1",
  582 + "object": "28 0 R",
  583 + "width": 400
  584 + }
  585 + ],
  586 + "label": null,
  587 + "object": "10 0 R",
  588 + "outlines": [],
  589 + "pageposfrom1": 8
  590 + },
  591 + {
  592 + "contents": [
  593 + "29 0 R"
  594 + ],
  595 + "images": [
  596 + {
  597 + "bitspercomponent": 8,
  598 + "colorspace": "/DeviceGray",
  599 + "decodeparms": [
  600 + null
  601 + ],
  602 + "filter": [
  603 + "/RunLengthDecode"
  604 + ],
  605 + "filterable": true,
  606 + "height": 480,
  607 + "name": "/Im1",
  608 + "object": "30 0 R",
  609 + "width": 400
  610 + }
  611 + ],
  612 + "label": null,
  613 + "object": "11 0 R",
  614 + "outlines": [],
  615 + "pageposfrom1": 9
  616 + }
  617 + ],
  618 + "parameters": {
  619 + "decodelevel": "specialized"
  620 + },
  621 + "version": 1
  622 +}
... ...
qpdf/qtest/qpdf/json-image-streams.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/Pages": "2 0 R",
  5 + "/Type": "/Catalog"
  6 + },
  7 + "10 0 R": {
  8 + "/Contents": "27 0 R",
  9 + "/MediaBox": [
  10 + 0,
  11 + 0,
  12 + 612,
  13 + 392
  14 + ],
  15 + "/Parent": "2 0 R",
  16 + "/Resources": {
  17 + "/Font": {
  18 + "/F1": "13 0 R"
  19 + },
  20 + "/ProcSet": [
  21 + "/PDF",
  22 + "/Text",
  23 + "/ImageC"
  24 + ],
  25 + "/XObject": {
  26 + "/Im1": "28 0 R"
  27 + }
  28 + },
  29 + "/Type": "/Page"
  30 + },
  31 + "11 0 R": {
  32 + "/Contents": "29 0 R",
  33 + "/MediaBox": [
  34 + 0,
  35 + 0,
  36 + 612,
  37 + 392
  38 + ],
  39 + "/Parent": "2 0 R",
  40 + "/Resources": {
  41 + "/Font": {
  42 + "/F1": "13 0 R"
  43 + },
  44 + "/ProcSet": [
  45 + "/PDF",
  46 + "/Text",
  47 + "/ImageC"
  48 + ],
  49 + "/XObject": {
  50 + "/Im1": "30 0 R"
  51 + }
  52 + },
  53 + "/Type": "/Page"
  54 + },
  55 + "12 0 R": {
  56 + "/Filter": "/FlateDecode",
  57 + "/Length": 97
  58 + },
  59 + "13 0 R": {
  60 + "/BaseFont": "/Helvetica",
  61 + "/Encoding": "/WinAnsiEncoding",
  62 + "/Name": "/F1",
  63 + "/Subtype": "/Type1",
  64 + "/Type": "/Font"
  65 + },
  66 + "14 0 R": {
  67 + "/BitsPerComponent": 8,
  68 + "/ColorSpace": "/DeviceCMYK",
  69 + "/Filter": "/FlateDecode",
  70 + "/Height": 480,
  71 + "/Length": 847,
  72 + "/Subtype": "/Image",
  73 + "/Type": "/XObject",
  74 + "/Width": 400
  75 + },
  76 + "15 0 R": {
  77 + "/Filter": "/FlateDecode",
  78 + "/Length": 102
  79 + },
  80 + "16 0 R": {
  81 + "/BitsPerComponent": 8,
  82 + "/ColorSpace": "/DeviceCMYK",
  83 + "/Filter": "/DCTDecode",
  84 + "/Height": 480,
  85 + "/Length": 9364,
  86 + "/Subtype": "/Image",
  87 + "/Type": "/XObject",
  88 + "/Width": 400
  89 + },
  90 + "17 0 R": {
  91 + "/Filter": "/FlateDecode",
  92 + "/Length": 108
  93 + },
  94 + "18 0 R": {
  95 + "/BitsPerComponent": 8,
  96 + "/ColorSpace": "/DeviceCMYK",
  97 + "/Filter": "/RunLengthDecode",
  98 + "/Height": 480,
  99 + "/Length": 768998,
  100 + "/Subtype": "/Image",
  101 + "/Type": "/XObject",
  102 + "/Width": 400
  103 + },
  104 + "19 0 R": {
  105 + "/Filter": "/FlateDecode",
  106 + "/Length": 96
  107 + },
  108 + "2 0 R": {
  109 + "/Count": 9,
  110 + "/Kids": [
  111 + "3 0 R",
  112 + "4 0 R",
  113 + "5 0 R",
  114 + "6 0 R",
  115 + "7 0 R",
  116 + "8 0 R",
  117 + "9 0 R",
  118 + "10 0 R",
  119 + "11 0 R"
  120 + ],
  121 + "/Type": "/Pages"
  122 + },
  123 + "20 0 R": {
  124 + "/BitsPerComponent": 8,
  125 + "/ColorSpace": "/DeviceRGB",
  126 + "/Filter": "/FlateDecode",
  127 + "/Height": 480,
  128 + "/Length": 645,
  129 + "/Subtype": "/Image",
  130 + "/Type": "/XObject",
  131 + "/Width": 400
  132 + },
  133 + "21 0 R": {
  134 + "/Filter": "/FlateDecode",
  135 + "/Length": 99
  136 + },
  137 + "22 0 R": {
  138 + "/BitsPerComponent": 8,
  139 + "/ColorSpace": "/DeviceRGB",
  140 + "/Filter": "/DCTDecode",
  141 + "/Height": 480,
  142 + "/Length": 3650,
  143 + "/Subtype": "/Image",
  144 + "/Type": "/XObject",
  145 + "/Width": 400
  146 + },
  147 + "23 0 R": {
  148 + "/Filter": "/FlateDecode",
  149 + "/Length": 106
  150 + },
  151 + "24 0 R": {
  152 + "/BitsPerComponent": 8,
  153 + "/ColorSpace": "/DeviceRGB",
  154 + "/Filter": "/RunLengthDecode",
  155 + "/Height": 480,
  156 + "/Length": 641497,
  157 + "/Subtype": "/Image",
  158 + "/Type": "/XObject",
  159 + "/Width": 400
  160 + },
  161 + "25 0 R": {
  162 + "/Filter": "/FlateDecode",
  163 + "/Length": 97
  164 + },
  165 + "26 0 R": {
  166 + "/BitsPerComponent": 8,
  167 + "/ColorSpace": "/DeviceGray",
  168 + "/Filter": "/FlateDecode",
  169 + "/Height": 480,
  170 + "/Length": 221,
  171 + "/Subtype": "/Image",
  172 + "/Type": "/XObject",
  173 + "/Width": 400
  174 + },
  175 + "27 0 R": {
  176 + "/Filter": "/FlateDecode",
  177 + "/Length": 101
  178 + },
  179 + "28 0 R": {
  180 + "/BitsPerComponent": 8,
  181 + "/ColorSpace": "/DeviceGray",
  182 + "/Filter": "/DCTDecode",
  183 + "/Height": 480,
  184 + "/Length": 2587,
  185 + "/Subtype": "/Image",
  186 + "/Type": "/XObject",
  187 + "/Width": 400
  188 + },
  189 + "29 0 R": {
  190 + "/Filter": "/FlateDecode",
  191 + "/Length": 108
  192 + },
  193 + "3 0 R": {
  194 + "/Contents": "12 0 R",
  195 + "/MediaBox": [
  196 + 0,
  197 + 0,
  198 + 612,
  199 + 392
  200 + ],
  201 + "/Parent": "2 0 R",
  202 + "/Resources": {
  203 + "/Font": {
  204 + "/F1": "13 0 R"
  205 + },
  206 + "/ProcSet": [
  207 + "/PDF",
  208 + "/Text",
  209 + "/ImageC"
  210 + ],
  211 + "/XObject": {
  212 + "/Im1": "14 0 R"
  213 + }
  214 + },
  215 + "/Type": "/Page"
  216 + },
  217 + "30 0 R": {
  218 + "/BitsPerComponent": 8,
  219 + "/ColorSpace": "/DeviceGray",
  220 + "/Filter": "/RunLengthDecode",
  221 + "/Height": 480,
  222 + "/Length": 3001,
  223 + "/Subtype": "/Image",
  224 + "/Type": "/XObject",
  225 + "/Width": 400
  226 + },
  227 + "4 0 R": {
  228 + "/Contents": "15 0 R",
  229 + "/MediaBox": [
  230 + 0,
  231 + 0,
  232 + 612,
  233 + 392
  234 + ],
  235 + "/Parent": "2 0 R",
  236 + "/Resources": {
  237 + "/Font": {
  238 + "/F1": "13 0 R"
  239 + },
  240 + "/ProcSet": [
  241 + "/PDF",
  242 + "/Text",
  243 + "/ImageC"
  244 + ],
  245 + "/XObject": {
  246 + "/Im1": "16 0 R"
  247 + }
  248 + },
  249 + "/Type": "/Page"
  250 + },
  251 + "5 0 R": {
  252 + "/Contents": "17 0 R",
  253 + "/MediaBox": [
  254 + 0,
  255 + 0,
  256 + 612,
  257 + 392
  258 + ],
  259 + "/Parent": "2 0 R",
  260 + "/Resources": {
  261 + "/Font": {
  262 + "/F1": "13 0 R"
  263 + },
  264 + "/ProcSet": [
  265 + "/PDF",
  266 + "/Text",
  267 + "/ImageC"
  268 + ],
  269 + "/XObject": {
  270 + "/Im1": "18 0 R"
  271 + }
  272 + },
  273 + "/Type": "/Page"
  274 + },
  275 + "6 0 R": {
  276 + "/Contents": "19 0 R",
  277 + "/MediaBox": [
  278 + 0,
  279 + 0,
  280 + 612,
  281 + 392
  282 + ],
  283 + "/Parent": "2 0 R",
  284 + "/Resources": {
  285 + "/Font": {
  286 + "/F1": "13 0 R"
  287 + },
  288 + "/ProcSet": [
  289 + "/PDF",
  290 + "/Text",
  291 + "/ImageC"
  292 + ],
  293 + "/XObject": {
  294 + "/Im1": "20 0 R"
  295 + }
  296 + },
  297 + "/Type": "/Page"
  298 + },
  299 + "7 0 R": {
  300 + "/Contents": "21 0 R",
  301 + "/MediaBox": [
  302 + 0,
  303 + 0,
  304 + 612,
  305 + 392
  306 + ],
  307 + "/Parent": "2 0 R",
  308 + "/Resources": {
  309 + "/Font": {
  310 + "/F1": "13 0 R"
  311 + },
  312 + "/ProcSet": [
  313 + "/PDF",
  314 + "/Text",
  315 + "/ImageC"
  316 + ],
  317 + "/XObject": {
  318 + "/Im1": "22 0 R"
  319 + }
  320 + },
  321 + "/Type": "/Page"
  322 + },
  323 + "8 0 R": {
  324 + "/Contents": "23 0 R",
  325 + "/MediaBox": [
  326 + 0,
  327 + 0,
  328 + 612,
  329 + 392
  330 + ],
  331 + "/Parent": "2 0 R",
  332 + "/Resources": {
  333 + "/Font": {
  334 + "/F1": "13 0 R"
  335 + },
  336 + "/ProcSet": [
  337 + "/PDF",
  338 + "/Text",
  339 + "/ImageC"
  340 + ],
  341 + "/XObject": {
  342 + "/Im1": "24 0 R"
  343 + }
  344 + },
  345 + "/Type": "/Page"
  346 + },
  347 + "9 0 R": {
  348 + "/Contents": "25 0 R",
  349 + "/MediaBox": [
  350 + 0,
  351 + 0,
  352 + 612,
  353 + 392
  354 + ],
  355 + "/Parent": "2 0 R",
  356 + "/Resources": {
  357 + "/Font": {
  358 + "/F1": "13 0 R"
  359 + },
  360 + "/ProcSet": [
  361 + "/PDF",
  362 + "/Text",
  363 + "/ImageC"
  364 + ],
  365 + "/XObject": {
  366 + "/Im1": "26 0 R"
  367 + }
  368 + },
  369 + "/Type": "/Page"
  370 + },
  371 + "trailer": {
  372 + "/ID": [
  373 + "S¶Ł”łîð\u000e¢¬\u0007}_)\u0012¶",
  374 + "S¶Ł”łîð\u000e¢¬\u0007}_)\u0012¶"
  375 + ],
  376 + "/Root": "1 0 R",
  377 + "/Size": 31
  378 + }
  379 + },
  380 + "outlines": [],
  381 + "pagelabels": [],
  382 + "pages": [
  383 + {
  384 + "contents": [
  385 + "12 0 R"
  386 + ],
  387 + "images": [
  388 + {
  389 + "bitspercomponent": 8,
  390 + "colorspace": "/DeviceCMYK",
  391 + "decodeparms": [
  392 + null
  393 + ],
  394 + "filter": [
  395 + "/FlateDecode"
  396 + ],
  397 + "filterable": true,
  398 + "height": 480,
  399 + "name": "/Im1",
  400 + "object": "14 0 R",
  401 + "width": 400
  402 + }
  403 + ],
  404 + "label": null,
  405 + "object": "3 0 R",
  406 + "outlines": [],
  407 + "pageposfrom1": 1
  408 + },
  409 + {
  410 + "contents": [
  411 + "15 0 R"
  412 + ],
  413 + "images": [
  414 + {
  415 + "bitspercomponent": 8,
  416 + "colorspace": "/DeviceCMYK",
  417 + "decodeparms": [
  418 + null
  419 + ],
  420 + "filter": [
  421 + "/DCTDecode"
  422 + ],
  423 + "filterable": false,
  424 + "height": 480,
  425 + "name": "/Im1",
  426 + "object": "16 0 R",
  427 + "width": 400
  428 + }
  429 + ],
  430 + "label": null,
  431 + "object": "4 0 R",
  432 + "outlines": [],
  433 + "pageposfrom1": 2
  434 + },
  435 + {
  436 + "contents": [
  437 + "17 0 R"
  438 + ],
  439 + "images": [
  440 + {
  441 + "bitspercomponent": 8,
  442 + "colorspace": "/DeviceCMYK",
  443 + "decodeparms": [
  444 + null
  445 + ],
  446 + "filter": [
  447 + "/RunLengthDecode"
  448 + ],
  449 + "filterable": false,
  450 + "height": 480,
  451 + "name": "/Im1",
  452 + "object": "18 0 R",
  453 + "width": 400
  454 + }
  455 + ],
  456 + "label": null,
  457 + "object": "5 0 R",
  458 + "outlines": [],
  459 + "pageposfrom1": 3
  460 + },
  461 + {
  462 + "contents": [
  463 + "19 0 R"
  464 + ],
  465 + "images": [
  466 + {
  467 + "bitspercomponent": 8,
  468 + "colorspace": "/DeviceRGB",
  469 + "decodeparms": [
  470 + null
  471 + ],
  472 + "filter": [
  473 + "/FlateDecode"
  474 + ],
  475 + "filterable": true,
  476 + "height": 480,
  477 + "name": "/Im1",
  478 + "object": "20 0 R",
  479 + "width": 400
  480 + }
  481 + ],
  482 + "label": null,
  483 + "object": "6 0 R",
  484 + "outlines": [],
  485 + "pageposfrom1": 4
  486 + },
  487 + {
  488 + "contents": [
  489 + "21 0 R"
  490 + ],
  491 + "images": [
  492 + {
  493 + "bitspercomponent": 8,
  494 + "colorspace": "/DeviceRGB",
  495 + "decodeparms": [
  496 + null
  497 + ],
  498 + "filter": [
  499 + "/DCTDecode"
  500 + ],
  501 + "filterable": false,
  502 + "height": 480,
  503 + "name": "/Im1",
  504 + "object": "22 0 R",
  505 + "width": 400
  506 + }
  507 + ],
  508 + "label": null,
  509 + "object": "7 0 R",
  510 + "outlines": [],
  511 + "pageposfrom1": 5
  512 + },
  513 + {
  514 + "contents": [
  515 + "23 0 R"
  516 + ],
  517 + "images": [
  518 + {
  519 + "bitspercomponent": 8,
  520 + "colorspace": "/DeviceRGB",
  521 + "decodeparms": [
  522 + null
  523 + ],
  524 + "filter": [
  525 + "/RunLengthDecode"
  526 + ],
  527 + "filterable": false,
  528 + "height": 480,
  529 + "name": "/Im1",
  530 + "object": "24 0 R",
  531 + "width": 400
  532 + }
  533 + ],
  534 + "label": null,
  535 + "object": "8 0 R",
  536 + "outlines": [],
  537 + "pageposfrom1": 6
  538 + },
  539 + {
  540 + "contents": [
  541 + "25 0 R"
  542 + ],
  543 + "images": [
  544 + {
  545 + "bitspercomponent": 8,
  546 + "colorspace": "/DeviceGray",
  547 + "decodeparms": [
  548 + null
  549 + ],
  550 + "filter": [
  551 + "/FlateDecode"
  552 + ],
  553 + "filterable": true,
  554 + "height": 480,
  555 + "name": "/Im1",
  556 + "object": "26 0 R",
  557 + "width": 400
  558 + }
  559 + ],
  560 + "label": null,
  561 + "object": "9 0 R",
  562 + "outlines": [],
  563 + "pageposfrom1": 7
  564 + },
  565 + {
  566 + "contents": [
  567 + "27 0 R"
  568 + ],
  569 + "images": [
  570 + {
  571 + "bitspercomponent": 8,
  572 + "colorspace": "/DeviceGray",
  573 + "decodeparms": [
  574 + null
  575 + ],
  576 + "filter": [
  577 + "/DCTDecode"
  578 + ],
  579 + "filterable": false,
  580 + "height": 480,
  581 + "name": "/Im1",
  582 + "object": "28 0 R",
  583 + "width": 400
  584 + }
  585 + ],
  586 + "label": null,
  587 + "object": "10 0 R",
  588 + "outlines": [],
  589 + "pageposfrom1": 8
  590 + },
  591 + {
  592 + "contents": [
  593 + "29 0 R"
  594 + ],
  595 + "images": [
  596 + {
  597 + "bitspercomponent": 8,
  598 + "colorspace": "/DeviceGray",
  599 + "decodeparms": [
  600 + null
  601 + ],
  602 + "filter": [
  603 + "/RunLengthDecode"
  604 + ],
  605 + "filterable": false,
  606 + "height": 480,
  607 + "name": "/Im1",
  608 + "object": "30 0 R",
  609 + "width": 400
  610 + }
  611 + ],
  612 + "label": null,
  613 + "object": "11 0 R",
  614 + "outlines": [],
  615 + "pageposfrom1": 9
  616 + }
  617 + ],
  618 + "parameters": {
  619 + "decodelevel": "generalized"
  620 + },
  621 + "version": 1
  622 +}
... ...
qpdf/qtest/qpdf/json-outlines-with-actions.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/Names": {
  5 + "/Dests": "107 0 R"
  6 + },
  7 + "/Outlines": "2 0 R",
  8 + "/PageMode": "/UseOutlines",
  9 + "/Pages": "3 0 R",
  10 + "/Type": "/Catalog"
  11 + },
  12 + "10 0 R": {
  13 + "/Contents": "48 0 R",
  14 + "/MediaBox": [
  15 + 0,
  16 + 0,
  17 + 612,
  18 + 792
  19 + ],
  20 + "/Parent": "3 0 R",
  21 + "/Resources": {
  22 + "/Font": {
  23 + "/F1": "40 0 R"
  24 + },
  25 + "/ProcSet": "41 0 R"
  26 + },
  27 + "/Type": "/Page"
  28 + },
  29 + "100 0 R": {
  30 + "/Count": -2,
  31 + "/Dest": [
  32 + "18 0 R",
  33 + "/FitV",
  34 + 100
  35 + ],
  36 + "/First": "104 0 R",
  37 + "/Last": "105 0 R",
  38 + "/Next": "101 0 R",
  39 + "/Parent": "36 0 R",
  40 + "/Title": "Biherbadem 1.1.1 -> 12: /FitV 100",
  41 + "/Type": "/Outline"
  42 + },
  43 + "101 0 R": {
  44 + "/Count": 1,
  45 + "/Dest": [
  46 + "18 0 R",
  47 + "/XYZ",
  48 + null,
  49 + null,
  50 + null
  51 + ],
  52 + "/First": "106 0 R",
  53 + "/Last": "106 0 R",
  54 + "/Parent": "36 0 R",
  55 + "/Prev": "100 0 R",
  56 + "/Title": "Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
  57 + "/Type": "/Outline"
  58 + },
  59 + "102 0 R": {
  60 + "/Dest": "gabeebee",
  61 + "/Next": "103 0 R",
  62 + "/Parent": "37 0 R",
  63 + "/Title": "Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
  64 + "/Type": "/Outline"
  65 + },
  66 + "103 0 R": {
  67 + "/A": {
  68 + "/D": [
  69 + "6 0 R",
  70 + "/XYZ",
  71 + null,
  72 + null,
  73 + null
  74 + ],
  75 + "/S": "/GoTo",
  76 + "/Type": "/Action"
  77 + },
  78 + "/Parent": "37 0 R",
  79 + "/Prev": "102 0 R",
  80 + "/Title": "Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
  81 + "/Type": "/Outline"
  82 + },
  83 + "104 0 R": {
  84 + "/A": {
  85 + "/D": "glarp",
  86 + "/S": "/GoTo",
  87 + "/Type": "/Action"
  88 + },
  89 + "/Next": "105 0 R",
  90 + "/Parent": "100 0 R",
  91 + "/Title": "Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
  92 + "/Type": "/Outline"
  93 + },
  94 + "105 0 R": {
  95 + "/Dest": [
  96 + "25 0 R",
  97 + "/XYZ",
  98 + null,
  99 + null,
  100 + null
  101 + ],
  102 + "/Parent": "100 0 R",
  103 + "/Prev": "104 0 R",
  104 + "/Title": "Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
  105 + "/Type": "/Outline"
  106 + },
  107 + "106 0 R": {
  108 + "/Dest": "108 0 R",
  109 + "/Parent": "101 0 R",
  110 + "/Title": "Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
  111 + "/Type": "/Outline"
  112 + },
  113 + "107 0 R": {
  114 + "/Names": [
  115 + "gabeebee",
  116 + [
  117 + "7 0 R",
  118 + "/FitR",
  119 + 66,
  120 + 714,
  121 + 180,
  122 + 770
  123 + ],
  124 + "glarp",
  125 + [
  126 + "24 0 R",
  127 + "/XYZ",
  128 + null,
  129 + null,
  130 + null
  131 + ]
  132 + ]
  133 + },
  134 + "108 0 R": [
  135 + "28 0 R",
  136 + "/XYZ",
  137 + null,
  138 + null,
  139 + null
  140 + ],
  141 + "11 0 R": {
  142 + "/Contents": "50 0 R",
  143 + "/MediaBox": [
  144 + 0,
  145 + 0,
  146 + 612,
  147 + 792
  148 + ],
  149 + "/Parent": "3 0 R",
  150 + "/Resources": {
  151 + "/Font": {
  152 + "/F1": "40 0 R"
  153 + },
  154 + "/ProcSet": "41 0 R"
  155 + },
  156 + "/Type": "/Page"
  157 + },
  158 + "12 0 R": {
  159 + "/Contents": "52 0 R",
  160 + "/MediaBox": [
  161 + 0,
  162 + 0,
  163 + 612,
  164 + 792
  165 + ],
  166 + "/Parent": "3 0 R",
  167 + "/Resources": {
  168 + "/Font": {
  169 + "/F1": "40 0 R"
  170 + },
  171 + "/ProcSet": "41 0 R"
  172 + },
  173 + "/Type": "/Page"
  174 + },
  175 + "13 0 R": {
  176 + "/Contents": "54 0 R",
  177 + "/MediaBox": [
  178 + 0,
  179 + 0,
  180 + 612,
  181 + 792
  182 + ],
  183 + "/Parent": "3 0 R",
  184 + "/Resources": {
  185 + "/Font": {
  186 + "/F1": "40 0 R"
  187 + },
  188 + "/ProcSet": "41 0 R"
  189 + },
  190 + "/Type": "/Page"
  191 + },
  192 + "14 0 R": {
  193 + "/Contents": "56 0 R",
  194 + "/MediaBox": [
  195 + 0,
  196 + 0,
  197 + 612,
  198 + 792
  199 + ],
  200 + "/Parent": "3 0 R",
  201 + "/Resources": {
  202 + "/Font": {
  203 + "/F1": "40 0 R"
  204 + },
  205 + "/ProcSet": "41 0 R"
  206 + },
  207 + "/Type": "/Page"
  208 + },
  209 + "15 0 R": {
  210 + "/Contents": "58 0 R",
  211 + "/MediaBox": [
  212 + 0,
  213 + 0,
  214 + 612,
  215 + 792
  216 + ],
  217 + "/Parent": "3 0 R",
  218 + "/Resources": {
  219 + "/Font": {
  220 + "/F1": "40 0 R"
  221 + },
  222 + "/ProcSet": "41 0 R"
  223 + },
  224 + "/Type": "/Page"
  225 + },
  226 + "16 0 R": {
  227 + "/Contents": "60 0 R",
  228 + "/MediaBox": [
  229 + 0,
  230 + 0,
  231 + 612,
  232 + 792
  233 + ],
  234 + "/Parent": "3 0 R",
  235 + "/Resources": {
  236 + "/Font": {
  237 + "/F1": "40 0 R"
  238 + },
  239 + "/ProcSet": "41 0 R"
  240 + },
  241 + "/Type": "/Page"
  242 + },
  243 + "17 0 R": {
  244 + "/Contents": "62 0 R",
  245 + "/MediaBox": [
  246 + 0,
  247 + 0,
  248 + 612,
  249 + 792
  250 + ],
  251 + "/Parent": "3 0 R",
  252 + "/Resources": {
  253 + "/Font": {
  254 + "/F1": "40 0 R"
  255 + },
  256 + "/ProcSet": "41 0 R"
  257 + },
  258 + "/Type": "/Page"
  259 + },
  260 + "18 0 R": {
  261 + "/Contents": "64 0 R",
  262 + "/MediaBox": [
  263 + 0,
  264 + 0,
  265 + 612,
  266 + 792
  267 + ],
  268 + "/Parent": "3 0 R",
  269 + "/Resources": {
  270 + "/Font": {
  271 + "/F1": "40 0 R"
  272 + },
  273 + "/ProcSet": "41 0 R"
  274 + },
  275 + "/Type": "/Page"
  276 + },
  277 + "19 0 R": {
  278 + "/Contents": "66 0 R",
  279 + "/MediaBox": [
  280 + 0,
  281 + 0,
  282 + 612,
  283 + 792
  284 + ],
  285 + "/Parent": "3 0 R",
  286 + "/Resources": {
  287 + "/Font": {
  288 + "/F1": "40 0 R"
  289 + },
  290 + "/ProcSet": "41 0 R"
  291 + },
  292 + "/Type": "/Page"
  293 + },
  294 + "2 0 R": {
  295 + "/Count": 6,
  296 + "/First": "4 0 R",
  297 + "/Last": "5 0 R",
  298 + "/Type": "/Outlines"
  299 + },
  300 + "20 0 R": {
  301 + "/Contents": "68 0 R",
  302 + "/MediaBox": [
  303 + 0,
  304 + 0,
  305 + 612,
  306 + 792
  307 + ],
  308 + "/Parent": "3 0 R",
  309 + "/Resources": {
  310 + "/Font": {
  311 + "/F1": "40 0 R"
  312 + },
  313 + "/ProcSet": "41 0 R"
  314 + },
  315 + "/Type": "/Page"
  316 + },
  317 + "21 0 R": {
  318 + "/Contents": "70 0 R",
  319 + "/MediaBox": [
  320 + 0,
  321 + 0,
  322 + 612,
  323 + 792
  324 + ],
  325 + "/Parent": "3 0 R",
  326 + "/Resources": {
  327 + "/Font": {
  328 + "/F1": "40 0 R"
  329 + },
  330 + "/ProcSet": "41 0 R"
  331 + },
  332 + "/Type": "/Page"
  333 + },
  334 + "22 0 R": {
  335 + "/Contents": "72 0 R",
  336 + "/MediaBox": [
  337 + 0,
  338 + 0,
  339 + 612,
  340 + 792
  341 + ],
  342 + "/Parent": "3 0 R",
  343 + "/Resources": {
  344 + "/Font": {
  345 + "/F1": "40 0 R"
  346 + },
  347 + "/ProcSet": "41 0 R"
  348 + },
  349 + "/Type": "/Page"
  350 + },
  351 + "23 0 R": {
  352 + "/Contents": "74 0 R",
  353 + "/MediaBox": [
  354 + 0,
  355 + 0,
  356 + 612,
  357 + 792
  358 + ],
  359 + "/Parent": "3 0 R",
  360 + "/Resources": {
  361 + "/Font": {
  362 + "/F1": "40 0 R"
  363 + },
  364 + "/ProcSet": "41 0 R"
  365 + },
  366 + "/Type": "/Page"
  367 + },
  368 + "24 0 R": {
  369 + "/Contents": "76 0 R",
  370 + "/MediaBox": [
  371 + 0,
  372 + 0,
  373 + 612,
  374 + 792
  375 + ],
  376 + "/Parent": "3 0 R",
  377 + "/Resources": {
  378 + "/Font": {
  379 + "/F1": "40 0 R"
  380 + },
  381 + "/ProcSet": "41 0 R"
  382 + },
  383 + "/Type": "/Page"
  384 + },
  385 + "25 0 R": {
  386 + "/Contents": "78 0 R",
  387 + "/MediaBox": [
  388 + 0,
  389 + 0,
  390 + 612,
  391 + 792
  392 + ],
  393 + "/Parent": "3 0 R",
  394 + "/Resources": {
  395 + "/Font": {
  396 + "/F1": "40 0 R"
  397 + },
  398 + "/ProcSet": "41 0 R"
  399 + },
  400 + "/Type": "/Page"
  401 + },
  402 + "26 0 R": {
  403 + "/Contents": "80 0 R",
  404 + "/MediaBox": [
  405 + 0,
  406 + 0,
  407 + 612,
  408 + 792
  409 + ],
  410 + "/Parent": "3 0 R",
  411 + "/Resources": {
  412 + "/Font": {
  413 + "/F1": "40 0 R"
  414 + },
  415 + "/ProcSet": "41 0 R"
  416 + },
  417 + "/Type": "/Page"
  418 + },
  419 + "27 0 R": {
  420 + "/Contents": "82 0 R",
  421 + "/MediaBox": [
  422 + 0,
  423 + 0,
  424 + 612,
  425 + 792
  426 + ],
  427 + "/Parent": "3 0 R",
  428 + "/Resources": {
  429 + "/Font": {
  430 + "/F1": "40 0 R"
  431 + },
  432 + "/ProcSet": "41 0 R"
  433 + },
  434 + "/Type": "/Page"
  435 + },
  436 + "28 0 R": {
  437 + "/Contents": "84 0 R",
  438 + "/MediaBox": [
  439 + 0,
  440 + 0,
  441 + 612,
  442 + 792
  443 + ],
  444 + "/Parent": "3 0 R",
  445 + "/Resources": {
  446 + "/Font": {
  447 + "/F1": "40 0 R"
  448 + },
  449 + "/ProcSet": "41 0 R"
  450 + },
  451 + "/Type": "/Page"
  452 + },
  453 + "29 0 R": {
  454 + "/Contents": "86 0 R",
  455 + "/MediaBox": [
  456 + 0,
  457 + 0,
  458 + 612,
  459 + 792
  460 + ],
  461 + "/Parent": "3 0 R",
  462 + "/Resources": {
  463 + "/Font": {
  464 + "/F1": "40 0 R"
  465 + },
  466 + "/ProcSet": "41 0 R"
  467 + },
  468 + "/Type": "/Page"
  469 + },
  470 + "3 0 R": {
  471 + "/Count": 30,
  472 + "/Kids": [
  473 + "6 0 R",
  474 + "7 0 R",
  475 + "8 0 R",
  476 + "9 0 R",
  477 + "10 0 R",
  478 + "11 0 R",
  479 + "12 0 R",
  480 + "13 0 R",
  481 + "14 0 R",
  482 + "15 0 R",
  483 + "16 0 R",
  484 + "17 0 R",
  485 + "18 0 R",
  486 + "19 0 R",
  487 + "20 0 R",
  488 + "21 0 R",
  489 + "22 0 R",
  490 + "23 0 R",
  491 + "24 0 R",
  492 + "25 0 R",
  493 + "26 0 R",
  494 + "27 0 R",
  495 + "28 0 R",
  496 + "29 0 R",
  497 + "30 0 R",
  498 + "31 0 R",
  499 + "32 0 R",
  500 + "33 0 R",
  501 + "34 0 R",
  502 + "35 0 R"
  503 + ],
  504 + "/Type": "/Pages"
  505 + },
  506 + "30 0 R": {
  507 + "/Contents": "88 0 R",
  508 + "/MediaBox": [
  509 + 0,
  510 + 0,
  511 + 612,
  512 + 792
  513 + ],
  514 + "/Parent": "3 0 R",
  515 + "/Resources": {
  516 + "/Font": {
  517 + "/F1": "40 0 R"
  518 + },
  519 + "/ProcSet": "41 0 R"
  520 + },
  521 + "/Type": "/Page"
  522 + },
  523 + "31 0 R": {
  524 + "/Contents": "90 0 R",
  525 + "/MediaBox": [
  526 + 0,
  527 + 0,
  528 + 612,
  529 + 792
  530 + ],
  531 + "/Parent": "3 0 R",
  532 + "/Resources": {
  533 + "/Font": {
  534 + "/F1": "40 0 R"
  535 + },
  536 + "/ProcSet": "41 0 R"
  537 + },
  538 + "/Type": "/Page"
  539 + },
  540 + "32 0 R": {
  541 + "/Contents": "92 0 R",
  542 + "/MediaBox": [
  543 + 0,
  544 + 0,
  545 + 612,
  546 + 792
  547 + ],
  548 + "/Parent": "3 0 R",
  549 + "/Resources": {
  550 + "/Font": {
  551 + "/F1": "40 0 R"
  552 + },
  553 + "/ProcSet": "41 0 R"
  554 + },
  555 + "/Type": "/Page"
  556 + },
  557 + "33 0 R": {
  558 + "/Contents": "94 0 R",
  559 + "/MediaBox": [
  560 + 0,
  561 + 0,
  562 + 612,
  563 + 792
  564 + ],
  565 + "/Parent": "3 0 R",
  566 + "/Resources": {
  567 + "/Font": {
  568 + "/F1": "40 0 R"
  569 + },
  570 + "/ProcSet": "41 0 R"
  571 + },
  572 + "/Type": "/Page"
  573 + },
  574 + "34 0 R": {
  575 + "/Contents": "96 0 R",
  576 + "/MediaBox": [
  577 + 0,
  578 + 0,
  579 + 612,
  580 + 792
  581 + ],
  582 + "/Parent": "3 0 R",
  583 + "/Resources": {
  584 + "/Font": {
  585 + "/F1": "40 0 R"
  586 + },
  587 + "/ProcSet": "41 0 R"
  588 + },
  589 + "/Type": "/Page"
  590 + },
  591 + "35 0 R": {
  592 + "/Contents": "98 0 R",
  593 + "/MediaBox": [
  594 + 0,
  595 + 0,
  596 + 612,
  597 + 792
  598 + ],
  599 + "/Parent": "3 0 R",
  600 + "/Resources": {
  601 + "/Font": {
  602 + "/F1": "40 0 R"
  603 + },
  604 + "/ProcSet": "41 0 R"
  605 + },
  606 + "/Type": "/Page"
  607 + },
  608 + "36 0 R": {
  609 + "/Count": -3,
  610 + "/Dest": [
  611 + "17 0 R",
  612 + "/Fit"
  613 + ],
  614 + "/First": "100 0 R",
  615 + "/Last": "101 0 R",
  616 + "/Next": "37 0 R",
  617 + "/Parent": "4 0 R",
  618 + "/Title": "Mern 1.1 -> 11: /Fit",
  619 + "/Type": "/Outline"
  620 + },
  621 + "37 0 R": {
  622 + "/Count": 2,
  623 + "/Dest": [
  624 + "19 0 R",
  625 + "/FitH",
  626 + 792
  627 + ],
  628 + "/First": "102 0 R",
  629 + "/Last": "103 0 R",
  630 + "/Parent": "4 0 R",
  631 + "/Prev": "36 0 R",
  632 + "/Title": "Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
  633 + "/Type": "/Outline"
  634 + },
  635 + "38 0 R": {
  636 + "/Length": "39 0 R"
  637 + },
  638 + "39 0 R": 45,
  639 + "4 0 R": {
  640 + "/Count": 4,
  641 + "/Dest": [
  642 + "11 0 R",
  643 + "/XYZ",
  644 + null,
  645 + null,
  646 + null
  647 + ],
  648 + "/First": "36 0 R",
  649 + "/Last": "37 0 R",
  650 + "/Next": "5 0 R",
  651 + "/Parent": "2 0 R",
  652 + "/Title": "Potato 1 -> 5: /XYZ null null null",
  653 + "/Type": "/Outline"
  654 + },
  655 + "40 0 R": {
  656 + "/BaseFont": "/Helvetica",
  657 + "/Encoding": "/WinAnsiEncoding",
  658 + "/Name": "/F1",
  659 + "/Subtype": "/Type1",
  660 + "/Type": "/Font"
  661 + },
  662 + "41 0 R": [
  663 + "/PDF",
  664 + "/Text"
  665 + ],
  666 + "42 0 R": {
  667 + "/Length": "43 0 R"
  668 + },
  669 + "43 0 R": 45,
  670 + "44 0 R": {
  671 + "/Length": "45 0 R"
  672 + },
  673 + "45 0 R": 45,
  674 + "46 0 R": {
  675 + "/Length": "47 0 R"
  676 + },
  677 + "47 0 R": 45,
  678 + "48 0 R": {
  679 + "/Length": "49 0 R"
  680 + },
  681 + "49 0 R": 45,
  682 + "5 0 R": {
  683 + "/Dest": [
  684 + "21 0 R",
  685 + "/XYZ",
  686 + 66,
  687 + 756,
  688 + 3
  689 + ],
  690 + "/Parent": "2 0 R",
  691 + "/Prev": "4 0 R",
  692 + "/Title": "Salad 2 -> 15: /XYZ 66 756 3",
  693 + "/Type": "/Outline"
  694 + },
  695 + "50 0 R": {
  696 + "/Length": "51 0 R"
  697 + },
  698 + "51 0 R": 45,
  699 + "52 0 R": {
  700 + "/Length": "53 0 R"
  701 + },
  702 + "53 0 R": 45,
  703 + "54 0 R": {
  704 + "/Length": "55 0 R"
  705 + },
  706 + "55 0 R": 45,
  707 + "56 0 R": {
  708 + "/Length": "57 0 R"
  709 + },
  710 + "57 0 R": 45,
  711 + "58 0 R": {
  712 + "/Length": "59 0 R"
  713 + },
  714 + "59 0 R": 45,
  715 + "6 0 R": {
  716 + "/Contents": "38 0 R",
  717 + "/MediaBox": [
  718 + 0,
  719 + 0,
  720 + 612,
  721 + 792
  722 + ],
  723 + "/Parent": "3 0 R",
  724 + "/Resources": {
  725 + "/Font": {
  726 + "/F1": "40 0 R"
  727 + },
  728 + "/ProcSet": "41 0 R"
  729 + },
  730 + "/Type": "/Page"
  731 + },
  732 + "60 0 R": {
  733 + "/Length": "61 0 R"
  734 + },
  735 + "61 0 R": 46,
  736 + "62 0 R": {
  737 + "/Length": "63 0 R"
  738 + },
  739 + "63 0 R": 46,
  740 + "64 0 R": {
  741 + "/Length": "65 0 R"
  742 + },
  743 + "65 0 R": 46,
  744 + "66 0 R": {
  745 + "/Length": "67 0 R"
  746 + },
  747 + "67 0 R": 46,
  748 + "68 0 R": {
  749 + "/Length": "69 0 R"
  750 + },
  751 + "69 0 R": 46,
  752 + "7 0 R": {
  753 + "/Contents": "42 0 R",
  754 + "/MediaBox": [
  755 + 0,
  756 + 0,
  757 + 612,
  758 + 792
  759 + ],
  760 + "/Parent": "3 0 R",
  761 + "/Resources": {
  762 + "/Font": {
  763 + "/F1": "40 0 R"
  764 + },
  765 + "/ProcSet": "41 0 R"
  766 + },
  767 + "/Type": "/Page"
  768 + },
  769 + "70 0 R": {
  770 + "/Length": "71 0 R"
  771 + },
  772 + "71 0 R": 46,
  773 + "72 0 R": {
  774 + "/Length": "73 0 R"
  775 + },
  776 + "73 0 R": 46,
  777 + "74 0 R": {
  778 + "/Length": "75 0 R"
  779 + },
  780 + "75 0 R": 46,
  781 + "76 0 R": {
  782 + "/Length": "77 0 R"
  783 + },
  784 + "77 0 R": 46,
  785 + "78 0 R": {
  786 + "/Length": "79 0 R"
  787 + },
  788 + "79 0 R": 46,
  789 + "8 0 R": {
  790 + "/Contents": "44 0 R",
  791 + "/MediaBox": [
  792 + 0,
  793 + 0,
  794 + 612,
  795 + 792
  796 + ],
  797 + "/Parent": "3 0 R",
  798 + "/Resources": {
  799 + "/Font": {
  800 + "/F1": "40 0 R"
  801 + },
  802 + "/ProcSet": "41 0 R"
  803 + },
  804 + "/Type": "/Page"
  805 + },
  806 + "80 0 R": {
  807 + "/Length": "81 0 R"
  808 + },
  809 + "81 0 R": 46,
  810 + "82 0 R": {
  811 + "/Length": "83 0 R"
  812 + },
  813 + "83 0 R": 46,
  814 + "84 0 R": {
  815 + "/Length": "85 0 R"
  816 + },
  817 + "85 0 R": 46,
  818 + "86 0 R": {
  819 + "/Length": "87 0 R"
  820 + },
  821 + "87 0 R": 46,
  822 + "88 0 R": {
  823 + "/Length": "89 0 R"
  824 + },
  825 + "89 0 R": 46,
  826 + "9 0 R": {
  827 + "/Contents": "46 0 R",
  828 + "/MediaBox": [
  829 + 0,
  830 + 0,
  831 + 612,
  832 + 792
  833 + ],
  834 + "/Parent": "3 0 R",
  835 + "/Resources": {
  836 + "/Font": {
  837 + "/F1": "40 0 R"
  838 + },
  839 + "/ProcSet": "41 0 R"
  840 + },
  841 + "/Type": "/Page"
  842 + },
  843 + "90 0 R": {
  844 + "/Length": "91 0 R"
  845 + },
  846 + "91 0 R": 46,
  847 + "92 0 R": {
  848 + "/Length": "93 0 R"
  849 + },
  850 + "93 0 R": 46,
  851 + "94 0 R": {
  852 + "/Length": "95 0 R"
  853 + },
  854 + "95 0 R": 46,
  855 + "96 0 R": {
  856 + "/Length": "97 0 R"
  857 + },
  858 + "97 0 R": 46,
  859 + "98 0 R": {
  860 + "/Length": "99 0 R"
  861 + },
  862 + "99 0 R": 46,
  863 + "trailer": {
  864 + "/ID": [
  865 + "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f",
  866 + "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f"
  867 + ],
  868 + "/Root": "1 0 R",
  869 + "/Size": 109
  870 + }
  871 + },
  872 + "outlines": [
  873 + {
  874 + "dest": [
  875 + "11 0 R",
  876 + "/XYZ",
  877 + null,
  878 + null,
  879 + null
  880 + ],
  881 + "destpageposfrom1": 6,
  882 + "kids": [
  883 + {
  884 + "dest": [
  885 + "17 0 R",
  886 + "/Fit"
  887 + ],
  888 + "destpageposfrom1": 12,
  889 + "kids": [
  890 + {
  891 + "dest": [
  892 + "18 0 R",
  893 + "/FitV",
  894 + 100
  895 + ],
  896 + "destpageposfrom1": 13,
  897 + "kids": [
  898 + {
  899 + "dest": [
  900 + "24 0 R",
  901 + "/XYZ",
  902 + null,
  903 + null,
  904 + null
  905 + ],
  906 + "destpageposfrom1": 19,
  907 + "kids": [],
  908 + "object": "104 0 R",
  909 + "open": true,
  910 + "title": "Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
  911 + },
  912 + {
  913 + "dest": [
  914 + "25 0 R",
  915 + "/XYZ",
  916 + null,
  917 + null,
  918 + null
  919 + ],
  920 + "destpageposfrom1": 20,
  921 + "kids": [],
  922 + "object": "105 0 R",
  923 + "open": true,
  924 + "title": "Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
  925 + }
  926 + ],
  927 + "object": "100 0 R",
  928 + "open": false,
  929 + "title": "Biherbadem 1.1.1 -> 12: /FitV 100"
  930 + },
  931 + {
  932 + "dest": [
  933 + "18 0 R",
  934 + "/XYZ",
  935 + null,
  936 + null,
  937 + null
  938 + ],
  939 + "destpageposfrom1": 13,
  940 + "kids": [
  941 + {
  942 + "dest": [
  943 + "28 0 R",
  944 + "/XYZ",
  945 + null,
  946 + null,
  947 + null
  948 + ],
  949 + "destpageposfrom1": 23,
  950 + "kids": [],
  951 + "object": "106 0 R",
  952 + "open": true,
  953 + "title": "Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
  954 + }
  955 + ],
  956 + "object": "101 0 R",
  957 + "open": true,
  958 + "title": "Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
  959 + }
  960 + ],
  961 + "object": "36 0 R",
  962 + "open": false,
  963 + "title": "Mern 1.1 -> 11: /Fit"
  964 + },
  965 + {
  966 + "dest": [
  967 + "19 0 R",
  968 + "/FitH",
  969 + 792
  970 + ],
  971 + "destpageposfrom1": 14,
  972 + "kids": [
  973 + {
  974 + "dest": [
  975 + "7 0 R",
  976 + "/FitR",
  977 + 66,
  978 + 714,
  979 + 180,
  980 + 770
  981 + ],
  982 + "destpageposfrom1": 2,
  983 + "kids": [],
  984 + "object": "102 0 R",
  985 + "open": true,
  986 + "title": "Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
  987 + },
  988 + {
  989 + "dest": [
  990 + "6 0 R",
  991 + "/XYZ",
  992 + null,
  993 + null,
  994 + null
  995 + ],
  996 + "destpageposfrom1": 1,
  997 + "kids": [],
  998 + "object": "103 0 R",
  999 + "open": true,
  1000 + "title": "Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
  1001 + }
  1002 + ],
  1003 + "object": "37 0 R",
  1004 + "open": true,
  1005 + "title": "Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
  1006 + }
  1007 + ],
  1008 + "object": "4 0 R",
  1009 + "open": true,
  1010 + "title": "Potato 1 -> 5: /XYZ null null null"
  1011 + },
  1012 + {
  1013 + "dest": [
  1014 + "21 0 R",
  1015 + "/XYZ",
  1016 + 66,
  1017 + 756,
  1018 + 3
  1019 + ],
  1020 + "destpageposfrom1": 16,
  1021 + "kids": [],
  1022 + "object": "5 0 R",
  1023 + "open": true,
  1024 + "title": "Salad 2 -> 15: /XYZ 66 756 3"
  1025 + }
  1026 + ],
  1027 + "pagelabels": [],
  1028 + "pages": [
  1029 + {
  1030 + "contents": [
  1031 + "38 0 R"
  1032 + ],
  1033 + "images": [],
  1034 + "label": null,
  1035 + "object": "6 0 R",
  1036 + "outlines": [
  1037 + {
  1038 + "dest": [
  1039 + "6 0 R",
  1040 + "/XYZ",
  1041 + null,
  1042 + null,
  1043 + null
  1044 + ],
  1045 + "object": "103 0 R",
  1046 + "title": "Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
  1047 + }
  1048 + ],
  1049 + "pageposfrom1": 1
  1050 + },
  1051 + {
  1052 + "contents": [
  1053 + "42 0 R"
  1054 + ],
  1055 + "images": [],
  1056 + "label": null,
  1057 + "object": "7 0 R",
  1058 + "outlines": [
  1059 + {
  1060 + "dest": [
  1061 + "7 0 R",
  1062 + "/FitR",
  1063 + 66,
  1064 + 714,
  1065 + 180,
  1066 + 770
  1067 + ],
  1068 + "object": "102 0 R",
  1069 + "title": "Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
  1070 + }
  1071 + ],
  1072 + "pageposfrom1": 2
  1073 + },
  1074 + {
  1075 + "contents": [
  1076 + "44 0 R"
  1077 + ],
  1078 + "images": [],
  1079 + "label": null,
  1080 + "object": "8 0 R",
  1081 + "outlines": [],
  1082 + "pageposfrom1": 3
  1083 + },
  1084 + {
  1085 + "contents": [
  1086 + "46 0 R"
  1087 + ],
  1088 + "images": [],
  1089 + "label": null,
  1090 + "object": "9 0 R",
  1091 + "outlines": [],
  1092 + "pageposfrom1": 4
  1093 + },
  1094 + {
  1095 + "contents": [
  1096 + "48 0 R"
  1097 + ],
  1098 + "images": [],
  1099 + "label": null,
  1100 + "object": "10 0 R",
  1101 + "outlines": [],
  1102 + "pageposfrom1": 5
  1103 + },
  1104 + {
  1105 + "contents": [
  1106 + "50 0 R"
  1107 + ],
  1108 + "images": [],
  1109 + "label": null,
  1110 + "object": "11 0 R",
  1111 + "outlines": [
  1112 + {
  1113 + "dest": [
  1114 + "11 0 R",
  1115 + "/XYZ",
  1116 + null,
  1117 + null,
  1118 + null
  1119 + ],
  1120 + "object": "4 0 R",
  1121 + "title": "Potato 1 -> 5: /XYZ null null null"
  1122 + }
  1123 + ],
  1124 + "pageposfrom1": 6
  1125 + },
  1126 + {
  1127 + "contents": [
  1128 + "52 0 R"
  1129 + ],
  1130 + "images": [],
  1131 + "label": null,
  1132 + "object": "12 0 R",
  1133 + "outlines": [],
  1134 + "pageposfrom1": 7
  1135 + },
  1136 + {
  1137 + "contents": [
  1138 + "54 0 R"
  1139 + ],
  1140 + "images": [],
  1141 + "label": null,
  1142 + "object": "13 0 R",
  1143 + "outlines": [],
  1144 + "pageposfrom1": 8
  1145 + },
  1146 + {
  1147 + "contents": [
  1148 + "56 0 R"
  1149 + ],
  1150 + "images": [],
  1151 + "label": null,
  1152 + "object": "14 0 R",
  1153 + "outlines": [],
  1154 + "pageposfrom1": 9
  1155 + },
  1156 + {
  1157 + "contents": [
  1158 + "58 0 R"
  1159 + ],
  1160 + "images": [],
  1161 + "label": null,
  1162 + "object": "15 0 R",
  1163 + "outlines": [],
  1164 + "pageposfrom1": 10
  1165 + },
  1166 + {
  1167 + "contents": [
  1168 + "60 0 R"
  1169 + ],
  1170 + "images": [],
  1171 + "label": null,
  1172 + "object": "16 0 R",
  1173 + "outlines": [],
  1174 + "pageposfrom1": 11
  1175 + },
  1176 + {
  1177 + "contents": [
  1178 + "62 0 R"
  1179 + ],
  1180 + "images": [],
  1181 + "label": null,
  1182 + "object": "17 0 R",
  1183 + "outlines": [
  1184 + {
  1185 + "dest": [
  1186 + "17 0 R",
  1187 + "/Fit"
  1188 + ],
  1189 + "object": "36 0 R",
  1190 + "title": "Mern 1.1 -> 11: /Fit"
  1191 + }
  1192 + ],
  1193 + "pageposfrom1": 12
  1194 + },
  1195 + {
  1196 + "contents": [
  1197 + "64 0 R"
  1198 + ],
  1199 + "images": [],
  1200 + "label": null,
  1201 + "object": "18 0 R",
  1202 + "outlines": [
  1203 + {
  1204 + "dest": [
  1205 + "18 0 R",
  1206 + "/FitV",
  1207 + 100
  1208 + ],
  1209 + "object": "100 0 R",
  1210 + "title": "Biherbadem 1.1.1 -> 12: /FitV 100"
  1211 + },
  1212 + {
  1213 + "dest": [
  1214 + "18 0 R",
  1215 + "/XYZ",
  1216 + null,
  1217 + null,
  1218 + null
  1219 + ],
  1220 + "object": "101 0 R",
  1221 + "title": "Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
  1222 + }
  1223 + ],
  1224 + "pageposfrom1": 13
  1225 + },
  1226 + {
  1227 + "contents": [
  1228 + "66 0 R"
  1229 + ],
  1230 + "images": [],
  1231 + "label": null,
  1232 + "object": "19 0 R",
  1233 + "outlines": [
  1234 + {
  1235 + "dest": [
  1236 + "19 0 R",
  1237 + "/FitH",
  1238 + 792
  1239 + ],
  1240 + "object": "37 0 R",
  1241 + "title": "Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
  1242 + }
  1243 + ],
  1244 + "pageposfrom1": 14
  1245 + },
  1246 + {
  1247 + "contents": [
  1248 + "68 0 R"
  1249 + ],
  1250 + "images": [],
  1251 + "label": null,
  1252 + "object": "20 0 R",
  1253 + "outlines": [],
  1254 + "pageposfrom1": 15
  1255 + },
  1256 + {
  1257 + "contents": [
  1258 + "70 0 R"
  1259 + ],
  1260 + "images": [],
  1261 + "label": null,
  1262 + "object": "21 0 R",
  1263 + "outlines": [
  1264 + {
  1265 + "dest": [
  1266 + "21 0 R",
  1267 + "/XYZ",
  1268 + 66,
  1269 + 756,
  1270 + 3
  1271 + ],
  1272 + "object": "5 0 R",
  1273 + "title": "Salad 2 -> 15: /XYZ 66 756 3"
  1274 + }
  1275 + ],
  1276 + "pageposfrom1": 16
  1277 + },
  1278 + {
  1279 + "contents": [
  1280 + "72 0 R"
  1281 + ],
  1282 + "images": [],
  1283 + "label": null,
  1284 + "object": "22 0 R",
  1285 + "outlines": [],
  1286 + "pageposfrom1": 17
  1287 + },
  1288 + {
  1289 + "contents": [
  1290 + "74 0 R"
  1291 + ],
  1292 + "images": [],
  1293 + "label": null,
  1294 + "object": "23 0 R",
  1295 + "outlines": [],
  1296 + "pageposfrom1": 18
  1297 + },
  1298 + {
  1299 + "contents": [
  1300 + "76 0 R"
  1301 + ],
  1302 + "images": [],
  1303 + "label": null,
  1304 + "object": "24 0 R",
  1305 + "outlines": [
  1306 + {
  1307 + "dest": [
  1308 + "24 0 R",
  1309 + "/XYZ",
  1310 + null,
  1311 + null,
  1312 + null
  1313 + ],
  1314 + "object": "104 0 R",
  1315 + "title": "Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
  1316 + }
  1317 + ],
  1318 + "pageposfrom1": 19
  1319 + },
  1320 + {
  1321 + "contents": [
  1322 + "78 0 R"
  1323 + ],
  1324 + "images": [],
  1325 + "label": null,
  1326 + "object": "25 0 R",
  1327 + "outlines": [
  1328 + {
  1329 + "dest": [
  1330 + "25 0 R",
  1331 + "/XYZ",
  1332 + null,
  1333 + null,
  1334 + null
  1335 + ],
  1336 + "object": "105 0 R",
  1337 + "title": "Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
  1338 + }
  1339 + ],
  1340 + "pageposfrom1": 20
  1341 + },
  1342 + {
  1343 + "contents": [
  1344 + "80 0 R"
  1345 + ],
  1346 + "images": [],
  1347 + "label": null,
  1348 + "object": "26 0 R",
  1349 + "outlines": [],
  1350 + "pageposfrom1": 21
  1351 + },
  1352 + {
  1353 + "contents": [
  1354 + "82 0 R"
  1355 + ],
  1356 + "images": [],
  1357 + "label": null,
  1358 + "object": "27 0 R",
  1359 + "outlines": [],
  1360 + "pageposfrom1": 22
  1361 + },
  1362 + {
  1363 + "contents": [
  1364 + "84 0 R"
  1365 + ],
  1366 + "images": [],
  1367 + "label": null,
  1368 + "object": "28 0 R",
  1369 + "outlines": [
  1370 + {
  1371 + "dest": [
  1372 + "28 0 R",
  1373 + "/XYZ",
  1374 + null,
  1375 + null,
  1376 + null
  1377 + ],
  1378 + "object": "106 0 R",
  1379 + "title": "Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
  1380 + }
  1381 + ],
  1382 + "pageposfrom1": 23
  1383 + },
  1384 + {
  1385 + "contents": [
  1386 + "86 0 R"
  1387 + ],
  1388 + "images": [],
  1389 + "label": null,
  1390 + "object": "29 0 R",
  1391 + "outlines": [],
  1392 + "pageposfrom1": 24
  1393 + },
  1394 + {
  1395 + "contents": [
  1396 + "88 0 R"
  1397 + ],
  1398 + "images": [],
  1399 + "label": null,
  1400 + "object": "30 0 R",
  1401 + "outlines": [],
  1402 + "pageposfrom1": 25
  1403 + },
  1404 + {
  1405 + "contents": [
  1406 + "90 0 R"
  1407 + ],
  1408 + "images": [],
  1409 + "label": null,
  1410 + "object": "31 0 R",
  1411 + "outlines": [],
  1412 + "pageposfrom1": 26
  1413 + },
  1414 + {
  1415 + "contents": [
  1416 + "92 0 R"
  1417 + ],
  1418 + "images": [],
  1419 + "label": null,
  1420 + "object": "32 0 R",
  1421 + "outlines": [],
  1422 + "pageposfrom1": 27
  1423 + },
  1424 + {
  1425 + "contents": [
  1426 + "94 0 R"
  1427 + ],
  1428 + "images": [],
  1429 + "label": null,
  1430 + "object": "33 0 R",
  1431 + "outlines": [],
  1432 + "pageposfrom1": 28
  1433 + },
  1434 + {
  1435 + "contents": [
  1436 + "96 0 R"
  1437 + ],
  1438 + "images": [],
  1439 + "label": null,
  1440 + "object": "34 0 R",
  1441 + "outlines": [],
  1442 + "pageposfrom1": 29
  1443 + },
  1444 + {
  1445 + "contents": [
  1446 + "98 0 R"
  1447 + ],
  1448 + "images": [],
  1449 + "label": null,
  1450 + "object": "35 0 R",
  1451 + "outlines": [],
  1452 + "pageposfrom1": 30
  1453 + }
  1454 + ],
  1455 + "parameters": {
  1456 + "decodelevel": "generalized"
  1457 + },
  1458 + "version": 1
  1459 +}
... ...
qpdf/qtest/qpdf/json-outlines-with-old-root-dests.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/Dests": "107 0 R",
  5 + "/Outlines": "2 0 R",
  6 + "/PageLabels": {
  7 + "/Nums": [
  8 + 0,
  9 + {
  10 + "/P": "0"
  11 + },
  12 + 1,
  13 + {
  14 + "/S": "/R"
  15 + }
  16 + ]
  17 + },
  18 + "/PageMode": "/UseOutlines",
  19 + "/Pages": "3 0 R",
  20 + "/Type": "/Catalog"
  21 + },
  22 + "10 0 R": {
  23 + "/Contents": "48 0 R",
  24 + "/MediaBox": [
  25 + 0,
  26 + 0,
  27 + 612,
  28 + 792
  29 + ],
  30 + "/Parent": "3 0 R",
  31 + "/Resources": {
  32 + "/Font": {
  33 + "/F1": "40 0 R"
  34 + },
  35 + "/ProcSet": "41 0 R"
  36 + },
  37 + "/Type": "/Page"
  38 + },
  39 + "100 0 R": {
  40 + "/Count": -2,
  41 + "/Dest": [
  42 + "18 0 R",
  43 + "/FitV",
  44 + 100
  45 + ],
  46 + "/First": "104 0 R",
  47 + "/Last": "105 0 R",
  48 + "/Next": "101 0 R",
  49 + "/Parent": "36 0 R",
  50 + "/Title": "•Biherbadem 1.1.1 -> 12: /FitV 100",
  51 + "/Type": "/Outline"
  52 + },
  53 + "101 0 R": {
  54 + "/Count": 1,
  55 + "/Dest": [
  56 + "18 0 R",
  57 + "/XYZ",
  58 + null,
  59 + null,
  60 + null
  61 + ],
  62 + "/First": "106 0 R",
  63 + "/Last": "106 0 R",
  64 + "/Parent": "36 0 R",
  65 + "/Prev": "100 0 R",
  66 + "/Title": "•Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
  67 + "/Type": "/Outline"
  68 + },
  69 + "102 0 R": {
  70 + "/Dest": "/gabeebee",
  71 + "/Next": "103 0 R",
  72 + "/Parent": "37 0 R",
  73 + "/Title": "•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
  74 + "/Type": "/Outline"
  75 + },
  76 + "103 0 R": {
  77 + "/A": {
  78 + "/D": [
  79 + "6 0 R",
  80 + "/XYZ",
  81 + null,
  82 + null,
  83 + null
  84 + ],
  85 + "/S": "/GoTo",
  86 + "/Type": "/Action"
  87 + },
  88 + "/Parent": "37 0 R",
  89 + "/Prev": "102 0 R",
  90 + "/Title": "•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
  91 + "/Type": "/Outline"
  92 + },
  93 + "104 0 R": {
  94 + "/A": {
  95 + "/D": "/glarp",
  96 + "/S": "/GoTo",
  97 + "/Type": "/Action"
  98 + },
  99 + "/Next": "105 0 R",
  100 + "/Parent": "100 0 R",
  101 + "/Title": "•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
  102 + "/Type": "/Outline"
  103 + },
  104 + "105 0 R": {
  105 + "/Dest": [
  106 + "25 0 R",
  107 + "/XYZ",
  108 + null,
  109 + null,
  110 + null
  111 + ],
  112 + "/Parent": "100 0 R",
  113 + "/Prev": "104 0 R",
  114 + "/Title": "•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
  115 + "/Type": "/Outline"
  116 + },
  117 + "106 0 R": {
  118 + "/Dest": [
  119 + "28 0 R",
  120 + "/XYZ",
  121 + null,
  122 + null,
  123 + null
  124 + ],
  125 + "/Parent": "101 0 R",
  126 + "/Title": "•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
  127 + "/Type": "/Outline"
  128 + },
  129 + "107 0 R": {
  130 + "/gabeebee": [
  131 + "7 0 R",
  132 + "/FitR",
  133 + 66,
  134 + 714,
  135 + 180,
  136 + 770
  137 + ],
  138 + "/glarp": [
  139 + "24 0 R",
  140 + "/XYZ",
  141 + null,
  142 + null,
  143 + null
  144 + ]
  145 + },
  146 + "11 0 R": {
  147 + "/Contents": "50 0 R",
  148 + "/MediaBox": [
  149 + 0,
  150 + 0,
  151 + 612,
  152 + 792
  153 + ],
  154 + "/Parent": "3 0 R",
  155 + "/Resources": {
  156 + "/Font": {
  157 + "/F1": "40 0 R"
  158 + },
  159 + "/ProcSet": "41 0 R"
  160 + },
  161 + "/Type": "/Page"
  162 + },
  163 + "12 0 R": {
  164 + "/Contents": "52 0 R",
  165 + "/MediaBox": [
  166 + 0,
  167 + 0,
  168 + 612,
  169 + 792
  170 + ],
  171 + "/Parent": "3 0 R",
  172 + "/Resources": {
  173 + "/Font": {
  174 + "/F1": "40 0 R"
  175 + },
  176 + "/ProcSet": "41 0 R"
  177 + },
  178 + "/Type": "/Page"
  179 + },
  180 + "13 0 R": {
  181 + "/Contents": "54 0 R",
  182 + "/MediaBox": [
  183 + 0,
  184 + 0,
  185 + 612,
  186 + 792
  187 + ],
  188 + "/Parent": "3 0 R",
  189 + "/Resources": {
  190 + "/Font": {
  191 + "/F1": "40 0 R"
  192 + },
  193 + "/ProcSet": "41 0 R"
  194 + },
  195 + "/Type": "/Page"
  196 + },
  197 + "14 0 R": {
  198 + "/Contents": "56 0 R",
  199 + "/MediaBox": [
  200 + 0,
  201 + 0,
  202 + 612,
  203 + 792
  204 + ],
  205 + "/Parent": "3 0 R",
  206 + "/Resources": {
  207 + "/Font": {
  208 + "/F1": "40 0 R"
  209 + },
  210 + "/ProcSet": "41 0 R"
  211 + },
  212 + "/Type": "/Page"
  213 + },
  214 + "15 0 R": {
  215 + "/Contents": "58 0 R",
  216 + "/MediaBox": [
  217 + 0,
  218 + 0,
  219 + 612,
  220 + 792
  221 + ],
  222 + "/Parent": "3 0 R",
  223 + "/Resources": {
  224 + "/Font": {
  225 + "/F1": "40 0 R"
  226 + },
  227 + "/ProcSet": "41 0 R"
  228 + },
  229 + "/Type": "/Page"
  230 + },
  231 + "16 0 R": {
  232 + "/Contents": "60 0 R",
  233 + "/MediaBox": [
  234 + 0,
  235 + 0,
  236 + 612,
  237 + 792
  238 + ],
  239 + "/Parent": "3 0 R",
  240 + "/Resources": {
  241 + "/Font": {
  242 + "/F1": "40 0 R"
  243 + },
  244 + "/ProcSet": "41 0 R"
  245 + },
  246 + "/Type": "/Page"
  247 + },
  248 + "17 0 R": {
  249 + "/Contents": "62 0 R",
  250 + "/MediaBox": [
  251 + 0,
  252 + 0,
  253 + 612,
  254 + 792
  255 + ],
  256 + "/Parent": "3 0 R",
  257 + "/Resources": {
  258 + "/Font": {
  259 + "/F1": "40 0 R"
  260 + },
  261 + "/ProcSet": "41 0 R"
  262 + },
  263 + "/Type": "/Page"
  264 + },
  265 + "18 0 R": {
  266 + "/Contents": "64 0 R",
  267 + "/MediaBox": [
  268 + 0,
  269 + 0,
  270 + 612,
  271 + 792
  272 + ],
  273 + "/Parent": "3 0 R",
  274 + "/Resources": {
  275 + "/Font": {
  276 + "/F1": "40 0 R"
  277 + },
  278 + "/ProcSet": "41 0 R"
  279 + },
  280 + "/Type": "/Page"
  281 + },
  282 + "19 0 R": {
  283 + "/Contents": "66 0 R",
  284 + "/MediaBox": [
  285 + 0,
  286 + 0,
  287 + 612,
  288 + 792
  289 + ],
  290 + "/Parent": "3 0 R",
  291 + "/Resources": {
  292 + "/Font": {
  293 + "/F1": "40 0 R"
  294 + },
  295 + "/ProcSet": "41 0 R"
  296 + },
  297 + "/Type": "/Page"
  298 + },
  299 + "2 0 R": {
  300 + "/Count": 6,
  301 + "/First": "4 0 R",
  302 + "/Last": "5 0 R",
  303 + "/Type": "/Outlines"
  304 + },
  305 + "20 0 R": {
  306 + "/Contents": "68 0 R",
  307 + "/MediaBox": [
  308 + 0,
  309 + 0,
  310 + 612,
  311 + 792
  312 + ],
  313 + "/Parent": "3 0 R",
  314 + "/Resources": {
  315 + "/Font": {
  316 + "/F1": "40 0 R"
  317 + },
  318 + "/ProcSet": "41 0 R"
  319 + },
  320 + "/Type": "/Page"
  321 + },
  322 + "21 0 R": {
  323 + "/Contents": "70 0 R",
  324 + "/MediaBox": [
  325 + 0,
  326 + 0,
  327 + 612,
  328 + 792
  329 + ],
  330 + "/Parent": "3 0 R",
  331 + "/Resources": {
  332 + "/Font": {
  333 + "/F1": "40 0 R"
  334 + },
  335 + "/ProcSet": "41 0 R"
  336 + },
  337 + "/Type": "/Page"
  338 + },
  339 + "22 0 R": {
  340 + "/Contents": "72 0 R",
  341 + "/MediaBox": [
  342 + 0,
  343 + 0,
  344 + 612,
  345 + 792
  346 + ],
  347 + "/Parent": "3 0 R",
  348 + "/Resources": {
  349 + "/Font": {
  350 + "/F1": "40 0 R"
  351 + },
  352 + "/ProcSet": "41 0 R"
  353 + },
  354 + "/Type": "/Page"
  355 + },
  356 + "23 0 R": {
  357 + "/Contents": "74 0 R",
  358 + "/MediaBox": [
  359 + 0,
  360 + 0,
  361 + 612,
  362 + 792
  363 + ],
  364 + "/Parent": "3 0 R",
  365 + "/Resources": {
  366 + "/Font": {
  367 + "/F1": "40 0 R"
  368 + },
  369 + "/ProcSet": "41 0 R"
  370 + },
  371 + "/Type": "/Page"
  372 + },
  373 + "24 0 R": {
  374 + "/Contents": "76 0 R",
  375 + "/MediaBox": [
  376 + 0,
  377 + 0,
  378 + 612,
  379 + 792
  380 + ],
  381 + "/Parent": "3 0 R",
  382 + "/Resources": {
  383 + "/Font": {
  384 + "/F1": "40 0 R"
  385 + },
  386 + "/ProcSet": "41 0 R"
  387 + },
  388 + "/Type": "/Page"
  389 + },
  390 + "25 0 R": {
  391 + "/Contents": "78 0 R",
  392 + "/MediaBox": [
  393 + 0,
  394 + 0,
  395 + 612,
  396 + 792
  397 + ],
  398 + "/Parent": "3 0 R",
  399 + "/Resources": {
  400 + "/Font": {
  401 + "/F1": "40 0 R"
  402 + },
  403 + "/ProcSet": "41 0 R"
  404 + },
  405 + "/Type": "/Page"
  406 + },
  407 + "26 0 R": {
  408 + "/Contents": "80 0 R",
  409 + "/MediaBox": [
  410 + 0,
  411 + 0,
  412 + 612,
  413 + 792
  414 + ],
  415 + "/Parent": "3 0 R",
  416 + "/Resources": {
  417 + "/Font": {
  418 + "/F1": "40 0 R"
  419 + },
  420 + "/ProcSet": "41 0 R"
  421 + },
  422 + "/Type": "/Page"
  423 + },
  424 + "27 0 R": {
  425 + "/Contents": "82 0 R",
  426 + "/MediaBox": [
  427 + 0,
  428 + 0,
  429 + 612,
  430 + 792
  431 + ],
  432 + "/Parent": "3 0 R",
  433 + "/Resources": {
  434 + "/Font": {
  435 + "/F1": "40 0 R"
  436 + },
  437 + "/ProcSet": "41 0 R"
  438 + },
  439 + "/Type": "/Page"
  440 + },
  441 + "28 0 R": {
  442 + "/Contents": "84 0 R",
  443 + "/MediaBox": [
  444 + 0,
  445 + 0,
  446 + 612,
  447 + 792
  448 + ],
  449 + "/Parent": "3 0 R",
  450 + "/Resources": {
  451 + "/Font": {
  452 + "/F1": "40 0 R"
  453 + },
  454 + "/ProcSet": "41 0 R"
  455 + },
  456 + "/Type": "/Page"
  457 + },
  458 + "29 0 R": {
  459 + "/Contents": "86 0 R",
  460 + "/MediaBox": [
  461 + 0,
  462 + 0,
  463 + 612,
  464 + 792
  465 + ],
  466 + "/Parent": "3 0 R",
  467 + "/Resources": {
  468 + "/Font": {
  469 + "/F1": "40 0 R"
  470 + },
  471 + "/ProcSet": "41 0 R"
  472 + },
  473 + "/Type": "/Page"
  474 + },
  475 + "3 0 R": {
  476 + "/Count": 30,
  477 + "/Kids": [
  478 + "6 0 R",
  479 + "7 0 R",
  480 + "8 0 R",
  481 + "9 0 R",
  482 + "10 0 R",
  483 + "11 0 R",
  484 + "12 0 R",
  485 + "13 0 R",
  486 + "14 0 R",
  487 + "15 0 R",
  488 + "16 0 R",
  489 + "17 0 R",
  490 + "18 0 R",
  491 + "19 0 R",
  492 + "20 0 R",
  493 + "21 0 R",
  494 + "22 0 R",
  495 + "23 0 R",
  496 + "24 0 R",
  497 + "25 0 R",
  498 + "26 0 R",
  499 + "27 0 R",
  500 + "28 0 R",
  501 + "29 0 R",
  502 + "30 0 R",
  503 + "31 0 R",
  504 + "32 0 R",
  505 + "33 0 R",
  506 + "34 0 R",
  507 + "35 0 R"
  508 + ],
  509 + "/Type": "/Pages"
  510 + },
  511 + "30 0 R": {
  512 + "/Contents": "88 0 R",
  513 + "/MediaBox": [
  514 + 0,
  515 + 0,
  516 + 612,
  517 + 792
  518 + ],
  519 + "/Parent": "3 0 R",
  520 + "/Resources": {
  521 + "/Font": {
  522 + "/F1": "40 0 R"
  523 + },
  524 + "/ProcSet": "41 0 R"
  525 + },
  526 + "/Type": "/Page"
  527 + },
  528 + "31 0 R": {
  529 + "/Contents": "90 0 R",
  530 + "/MediaBox": [
  531 + 0,
  532 + 0,
  533 + 612,
  534 + 792
  535 + ],
  536 + "/Parent": "3 0 R",
  537 + "/Resources": {
  538 + "/Font": {
  539 + "/F1": "40 0 R"
  540 + },
  541 + "/ProcSet": "41 0 R"
  542 + },
  543 + "/Type": "/Page"
  544 + },
  545 + "32 0 R": {
  546 + "/Contents": "92 0 R",
  547 + "/MediaBox": [
  548 + 0,
  549 + 0,
  550 + 612,
  551 + 792
  552 + ],
  553 + "/Parent": "3 0 R",
  554 + "/Resources": {
  555 + "/Font": {
  556 + "/F1": "40 0 R"
  557 + },
  558 + "/ProcSet": "41 0 R"
  559 + },
  560 + "/Type": "/Page"
  561 + },
  562 + "33 0 R": {
  563 + "/Contents": "94 0 R",
  564 + "/MediaBox": [
  565 + 0,
  566 + 0,
  567 + 612,
  568 + 792
  569 + ],
  570 + "/Parent": "3 0 R",
  571 + "/Resources": {
  572 + "/Font": {
  573 + "/F1": "40 0 R"
  574 + },
  575 + "/ProcSet": "41 0 R"
  576 + },
  577 + "/Type": "/Page"
  578 + },
  579 + "34 0 R": {
  580 + "/Contents": "96 0 R",
  581 + "/MediaBox": [
  582 + 0,
  583 + 0,
  584 + 612,
  585 + 792
  586 + ],
  587 + "/Parent": "3 0 R",
  588 + "/Resources": {
  589 + "/Font": {
  590 + "/F1": "40 0 R"
  591 + },
  592 + "/ProcSet": "41 0 R"
  593 + },
  594 + "/Type": "/Page"
  595 + },
  596 + "35 0 R": {
  597 + "/Contents": "98 0 R",
  598 + "/MediaBox": [
  599 + 0,
  600 + 0,
  601 + 612,
  602 + 792
  603 + ],
  604 + "/Parent": "3 0 R",
  605 + "/Resources": {
  606 + "/Font": {
  607 + "/F1": "40 0 R"
  608 + },
  609 + "/ProcSet": "41 0 R"
  610 + },
  611 + "/Type": "/Page"
  612 + },
  613 + "36 0 R": {
  614 + "/Count": 3,
  615 + "/Dest": [
  616 + "17 0 R",
  617 + "/Fit"
  618 + ],
  619 + "/First": "100 0 R",
  620 + "/Last": "101 0 R",
  621 + "/Next": "37 0 R",
  622 + "/Parent": "4 0 R",
  623 + "/Title": "•Mern 1.1 -> 11: /Fit",
  624 + "/Type": "/Outline"
  625 + },
  626 + "37 0 R": {
  627 + "/Count": 2,
  628 + "/Dest": [
  629 + "19 0 R",
  630 + "/FitH",
  631 + 792
  632 + ],
  633 + "/First": "102 0 R",
  634 + "/Last": "103 0 R",
  635 + "/Parent": "4 0 R",
  636 + "/Prev": "36 0 R",
  637 + "/Title": "•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
  638 + "/Type": "/Outline"
  639 + },
  640 + "38 0 R": {
  641 + "/Length": "39 0 R"
  642 + },
  643 + "39 0 R": 44,
  644 + "4 0 R": {
  645 + "/Count": 4,
  646 + "/Dest": [
  647 + "11 0 R",
  648 + "/XYZ",
  649 + null,
  650 + null,
  651 + null
  652 + ],
  653 + "/First": "36 0 R",
  654 + "/Last": "37 0 R",
  655 + "/Next": "5 0 R",
  656 + "/Parent": "2 0 R",
  657 + "/Title": "•Potato 1 -> 5: /XYZ null null null",
  658 + "/Type": "/Outline"
  659 + },
  660 + "40 0 R": {
  661 + "/BaseFont": "/Helvetica",
  662 + "/Encoding": "/WinAnsiEncoding",
  663 + "/Name": "/F1",
  664 + "/Subtype": "/Type1",
  665 + "/Type": "/Font"
  666 + },
  667 + "41 0 R": [
  668 + "/PDF",
  669 + "/Text"
  670 + ],
  671 + "42 0 R": {
  672 + "/Length": "43 0 R"
  673 + },
  674 + "43 0 R": 44,
  675 + "44 0 R": {
  676 + "/Length": "45 0 R"
  677 + },
  678 + "45 0 R": 44,
  679 + "46 0 R": {
  680 + "/Length": "47 0 R"
  681 + },
  682 + "47 0 R": 44,
  683 + "48 0 R": {
  684 + "/Length": "49 0 R"
  685 + },
  686 + "49 0 R": 44,
  687 + "5 0 R": {
  688 + "/Dest": [
  689 + "21 0 R",
  690 + "/XYZ",
  691 + 66,
  692 + 756,
  693 + 3
  694 + ],
  695 + "/Parent": "2 0 R",
  696 + "/Prev": "4 0 R",
  697 + "/Title": "•Salad 2 -> 15: /XYZ 66 756 3",
  698 + "/Type": "/Outline"
  699 + },
  700 + "50 0 R": {
  701 + "/Length": "51 0 R"
  702 + },
  703 + "51 0 R": 44,
  704 + "52 0 R": {
  705 + "/Length": "53 0 R"
  706 + },
  707 + "53 0 R": 44,
  708 + "54 0 R": {
  709 + "/Length": "55 0 R"
  710 + },
  711 + "55 0 R": 44,
  712 + "56 0 R": {
  713 + "/Length": "57 0 R"
  714 + },
  715 + "57 0 R": 44,
  716 + "58 0 R": {
  717 + "/Length": "59 0 R"
  718 + },
  719 + "59 0 R": 44,
  720 + "6 0 R": {
  721 + "/Contents": "38 0 R",
  722 + "/MediaBox": [
  723 + 0,
  724 + 0,
  725 + 612,
  726 + 792
  727 + ],
  728 + "/Parent": "3 0 R",
  729 + "/Resources": {
  730 + "/Font": {
  731 + "/F1": "40 0 R"
  732 + },
  733 + "/ProcSet": "41 0 R"
  734 + },
  735 + "/Type": "/Page"
  736 + },
  737 + "60 0 R": {
  738 + "/Length": "61 0 R"
  739 + },
  740 + "61 0 R": 45,
  741 + "62 0 R": {
  742 + "/Length": "63 0 R"
  743 + },
  744 + "63 0 R": 45,
  745 + "64 0 R": {
  746 + "/Length": "65 0 R"
  747 + },
  748 + "65 0 R": 45,
  749 + "66 0 R": {
  750 + "/Length": "67 0 R"
  751 + },
  752 + "67 0 R": 45,
  753 + "68 0 R": {
  754 + "/Length": "69 0 R"
  755 + },
  756 + "69 0 R": 45,
  757 + "7 0 R": {
  758 + "/Contents": "42 0 R",
  759 + "/MediaBox": [
  760 + 0,
  761 + 0,
  762 + 612,
  763 + 792
  764 + ],
  765 + "/Parent": "3 0 R",
  766 + "/Resources": {
  767 + "/Font": {
  768 + "/F1": "40 0 R"
  769 + },
  770 + "/ProcSet": "41 0 R"
  771 + },
  772 + "/Type": "/Page"
  773 + },
  774 + "70 0 R": {
  775 + "/Length": "71 0 R"
  776 + },
  777 + "71 0 R": 45,
  778 + "72 0 R": {
  779 + "/Length": "73 0 R"
  780 + },
  781 + "73 0 R": 45,
  782 + "74 0 R": {
  783 + "/Length": "75 0 R"
  784 + },
  785 + "75 0 R": 45,
  786 + "76 0 R": {
  787 + "/Length": "77 0 R"
  788 + },
  789 + "77 0 R": 45,
  790 + "78 0 R": {
  791 + "/Length": "79 0 R"
  792 + },
  793 + "79 0 R": 45,
  794 + "8 0 R": {
  795 + "/Contents": "44 0 R",
  796 + "/MediaBox": [
  797 + 0,
  798 + 0,
  799 + 612,
  800 + 792
  801 + ],
  802 + "/Parent": "3 0 R",
  803 + "/Resources": {
  804 + "/Font": {
  805 + "/F1": "40 0 R"
  806 + },
  807 + "/ProcSet": "41 0 R"
  808 + },
  809 + "/Type": "/Page"
  810 + },
  811 + "80 0 R": {
  812 + "/Length": "81 0 R"
  813 + },
  814 + "81 0 R": 45,
  815 + "82 0 R": {
  816 + "/Length": "83 0 R"
  817 + },
  818 + "83 0 R": 45,
  819 + "84 0 R": {
  820 + "/Length": "85 0 R"
  821 + },
  822 + "85 0 R": 45,
  823 + "86 0 R": {
  824 + "/Length": "87 0 R"
  825 + },
  826 + "87 0 R": 45,
  827 + "88 0 R": {
  828 + "/Length": "89 0 R"
  829 + },
  830 + "89 0 R": 45,
  831 + "9 0 R": {
  832 + "/Contents": "46 0 R",
  833 + "/MediaBox": [
  834 + 0,
  835 + 0,
  836 + 612,
  837 + 792
  838 + ],
  839 + "/Parent": "3 0 R",
  840 + "/Resources": {
  841 + "/Font": {
  842 + "/F1": "40 0 R"
  843 + },
  844 + "/ProcSet": "41 0 R"
  845 + },
  846 + "/Type": "/Page"
  847 + },
  848 + "90 0 R": {
  849 + "/Length": "91 0 R"
  850 + },
  851 + "91 0 R": 45,
  852 + "92 0 R": {
  853 + "/Length": "93 0 R"
  854 + },
  855 + "93 0 R": 45,
  856 + "94 0 R": {
  857 + "/Length": "95 0 R"
  858 + },
  859 + "95 0 R": 45,
  860 + "96 0 R": {
  861 + "/Length": "97 0 R"
  862 + },
  863 + "97 0 R": 45,
  864 + "98 0 R": {
  865 + "/Length": "99 0 R"
  866 + },
  867 + "99 0 R": 45,
  868 + "trailer": {
  869 + "/ID": [
  870 + "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f",
  871 + "Õ+\u000c\u0017Â\u0016Pib®gC¯ì&\u000f"
  872 + ],
  873 + "/Root": "1 0 R",
  874 + "/Size": 108
  875 + }
  876 + },
  877 + "outlines": [
  878 + {
  879 + "dest": [
  880 + "11 0 R",
  881 + "/XYZ",
  882 + null,
  883 + null,
  884 + null
  885 + ],
  886 + "destpageposfrom1": 6,
  887 + "kids": [
  888 + {
  889 + "dest": [
  890 + "17 0 R",
  891 + "/Fit"
  892 + ],
  893 + "destpageposfrom1": 12,
  894 + "kids": [
  895 + {
  896 + "dest": [
  897 + "18 0 R",
  898 + "/FitV",
  899 + 100
  900 + ],
  901 + "destpageposfrom1": 13,
  902 + "kids": [
  903 + {
  904 + "dest": [
  905 + "24 0 R",
  906 + "/XYZ",
  907 + null,
  908 + null,
  909 + null
  910 + ],
  911 + "destpageposfrom1": 19,
  912 + "kids": [],
  913 + "object": "104 0 R",
  914 + "open": true,
  915 + "title": "•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
  916 + },
  917 + {
  918 + "dest": [
  919 + "25 0 R",
  920 + "/XYZ",
  921 + null,
  922 + null,
  923 + null
  924 + ],
  925 + "destpageposfrom1": 20,
  926 + "kids": [],
  927 + "object": "105 0 R",
  928 + "open": true,
  929 + "title": "•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
  930 + }
  931 + ],
  932 + "object": "100 0 R",
  933 + "open": false,
  934 + "title": "•Biherbadem 1.1.1 -> 12: /FitV 100"
  935 + },
  936 + {
  937 + "dest": [
  938 + "18 0 R",
  939 + "/XYZ",
  940 + null,
  941 + null,
  942 + null
  943 + ],
  944 + "destpageposfrom1": 13,
  945 + "kids": [
  946 + {
  947 + "dest": [
  948 + "28 0 R",
  949 + "/XYZ",
  950 + null,
  951 + null,
  952 + null
  953 + ],
  954 + "destpageposfrom1": 23,
  955 + "kids": [],
  956 + "object": "106 0 R",
  957 + "open": true,
  958 + "title": "•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
  959 + }
  960 + ],
  961 + "object": "101 0 R",
  962 + "open": true,
  963 + "title": "•Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
  964 + }
  965 + ],
  966 + "object": "36 0 R",
  967 + "open": true,
  968 + "title": "•Mern 1.1 -> 11: /Fit"
  969 + },
  970 + {
  971 + "dest": [
  972 + "19 0 R",
  973 + "/FitH",
  974 + 792
  975 + ],
  976 + "destpageposfrom1": 14,
  977 + "kids": [
  978 + {
  979 + "dest": [
  980 + "7 0 R",
  981 + "/FitR",
  982 + 66,
  983 + 714,
  984 + 180,
  985 + 770
  986 + ],
  987 + "destpageposfrom1": 2,
  988 + "kids": [],
  989 + "object": "102 0 R",
  990 + "open": true,
  991 + "title": "•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
  992 + },
  993 + {
  994 + "dest": [
  995 + "6 0 R",
  996 + "/XYZ",
  997 + null,
  998 + null,
  999 + null
  1000 + ],
  1001 + "destpageposfrom1": 1,
  1002 + "kids": [],
  1003 + "object": "103 0 R",
  1004 + "open": true,
  1005 + "title": "•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
  1006 + }
  1007 + ],
  1008 + "object": "37 0 R",
  1009 + "open": true,
  1010 + "title": "•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
  1011 + }
  1012 + ],
  1013 + "object": "4 0 R",
  1014 + "open": true,
  1015 + "title": "•Potato 1 -> 5: /XYZ null null null"
  1016 + },
  1017 + {
  1018 + "dest": [
  1019 + "21 0 R",
  1020 + "/XYZ",
  1021 + 66,
  1022 + 756,
  1023 + 3
  1024 + ],
  1025 + "destpageposfrom1": 16,
  1026 + "kids": [],
  1027 + "object": "5 0 R",
  1028 + "open": true,
  1029 + "title": "•Salad 2 -> 15: /XYZ 66 756 3"
  1030 + }
  1031 + ],
  1032 + "pagelabels": [
  1033 + {
  1034 + "index": 0,
  1035 + "label": {
  1036 + "/P": "0",
  1037 + "/St": 1
  1038 + }
  1039 + },
  1040 + {
  1041 + "index": 1,
  1042 + "label": {
  1043 + "/S": "/R",
  1044 + "/St": 1
  1045 + }
  1046 + }
  1047 + ],
  1048 + "pages": [
  1049 + {
  1050 + "contents": [
  1051 + "38 0 R"
  1052 + ],
  1053 + "images": [],
  1054 + "label": {
  1055 + "/P": "0",
  1056 + "/St": 1
  1057 + },
  1058 + "object": "6 0 R",
  1059 + "outlines": [
  1060 + {
  1061 + "dest": [
  1062 + "6 0 R",
  1063 + "/XYZ",
  1064 + null,
  1065 + null,
  1066 + null
  1067 + ],
  1068 + "object": "103 0 R",
  1069 + "title": "•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null"
  1070 + }
  1071 + ],
  1072 + "pageposfrom1": 1
  1073 + },
  1074 + {
  1075 + "contents": [
  1076 + "42 0 R"
  1077 + ],
  1078 + "images": [],
  1079 + "label": {
  1080 + "/S": "/R",
  1081 + "/St": 1
  1082 + },
  1083 + "object": "7 0 R",
  1084 + "outlines": [
  1085 + {
  1086 + "dest": [
  1087 + "7 0 R",
  1088 + "/FitR",
  1089 + 66,
  1090 + 714,
  1091 + 180,
  1092 + 770
  1093 + ],
  1094 + "object": "102 0 R",
  1095 + "title": "•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770"
  1096 + }
  1097 + ],
  1098 + "pageposfrom1": 2
  1099 + },
  1100 + {
  1101 + "contents": [
  1102 + "44 0 R"
  1103 + ],
  1104 + "images": [],
  1105 + "label": {
  1106 + "/S": "/R",
  1107 + "/St": 2
  1108 + },
  1109 + "object": "8 0 R",
  1110 + "outlines": [],
  1111 + "pageposfrom1": 3
  1112 + },
  1113 + {
  1114 + "contents": [
  1115 + "46 0 R"
  1116 + ],
  1117 + "images": [],
  1118 + "label": {
  1119 + "/S": "/R",
  1120 + "/St": 3
  1121 + },
  1122 + "object": "9 0 R",
  1123 + "outlines": [],
  1124 + "pageposfrom1": 4
  1125 + },
  1126 + {
  1127 + "contents": [
  1128 + "48 0 R"
  1129 + ],
  1130 + "images": [],
  1131 + "label": {
  1132 + "/S": "/R",
  1133 + "/St": 4
  1134 + },
  1135 + "object": "10 0 R",
  1136 + "outlines": [],
  1137 + "pageposfrom1": 5
  1138 + },
  1139 + {
  1140 + "contents": [
  1141 + "50 0 R"
  1142 + ],
  1143 + "images": [],
  1144 + "label": {
  1145 + "/S": "/R",
  1146 + "/St": 5
  1147 + },
  1148 + "object": "11 0 R",
  1149 + "outlines": [
  1150 + {
  1151 + "dest": [
  1152 + "11 0 R",
  1153 + "/XYZ",
  1154 + null,
  1155 + null,
  1156 + null
  1157 + ],
  1158 + "object": "4 0 R",
  1159 + "title": "•Potato 1 -> 5: /XYZ null null null"
  1160 + }
  1161 + ],
  1162 + "pageposfrom1": 6
  1163 + },
  1164 + {
  1165 + "contents": [
  1166 + "52 0 R"
  1167 + ],
  1168 + "images": [],
  1169 + "label": {
  1170 + "/S": "/R",
  1171 + "/St": 6
  1172 + },
  1173 + "object": "12 0 R",
  1174 + "outlines": [],
  1175 + "pageposfrom1": 7
  1176 + },
  1177 + {
  1178 + "contents": [
  1179 + "54 0 R"
  1180 + ],
  1181 + "images": [],
  1182 + "label": {
  1183 + "/S": "/R",
  1184 + "/St": 7
  1185 + },
  1186 + "object": "13 0 R",
  1187 + "outlines": [],
  1188 + "pageposfrom1": 8
  1189 + },
  1190 + {
  1191 + "contents": [
  1192 + "56 0 R"
  1193 + ],
  1194 + "images": [],
  1195 + "label": {
  1196 + "/S": "/R",
  1197 + "/St": 8
  1198 + },
  1199 + "object": "14 0 R",
  1200 + "outlines": [],
  1201 + "pageposfrom1": 9
  1202 + },
  1203 + {
  1204 + "contents": [
  1205 + "58 0 R"
  1206 + ],
  1207 + "images": [],
  1208 + "label": {
  1209 + "/S": "/R",
  1210 + "/St": 9
  1211 + },
  1212 + "object": "15 0 R",
  1213 + "outlines": [],
  1214 + "pageposfrom1": 10
  1215 + },
  1216 + {
  1217 + "contents": [
  1218 + "60 0 R"
  1219 + ],
  1220 + "images": [],
  1221 + "label": {
  1222 + "/S": "/R",
  1223 + "/St": 10
  1224 + },
  1225 + "object": "16 0 R",
  1226 + "outlines": [],
  1227 + "pageposfrom1": 11
  1228 + },
  1229 + {
  1230 + "contents": [
  1231 + "62 0 R"
  1232 + ],
  1233 + "images": [],
  1234 + "label": {
  1235 + "/S": "/R",
  1236 + "/St": 11
  1237 + },
  1238 + "object": "17 0 R",
  1239 + "outlines": [
  1240 + {
  1241 + "dest": [
  1242 + "17 0 R",
  1243 + "/Fit"
  1244 + ],
  1245 + "object": "36 0 R",
  1246 + "title": "•Mern 1.1 -> 11: /Fit"
  1247 + }
  1248 + ],
  1249 + "pageposfrom1": 12
  1250 + },
  1251 + {
  1252 + "contents": [
  1253 + "64 0 R"
  1254 + ],
  1255 + "images": [],
  1256 + "label": {
  1257 + "/S": "/R",
  1258 + "/St": 12
  1259 + },
  1260 + "object": "18 0 R",
  1261 + "outlines": [
  1262 + {
  1263 + "dest": [
  1264 + "18 0 R",
  1265 + "/FitV",
  1266 + 100
  1267 + ],
  1268 + "object": "100 0 R",
  1269 + "title": "•Biherbadem 1.1.1 -> 12: /FitV 100"
  1270 + },
  1271 + {
  1272 + "dest": [
  1273 + "18 0 R",
  1274 + "/XYZ",
  1275 + null,
  1276 + null,
  1277 + null
  1278 + ],
  1279 + "object": "101 0 R",
  1280 + "title": "•Gawehwehweh 1.1.2 -> 12: /XYZ null null null"
  1281 + }
  1282 + ],
  1283 + "pageposfrom1": 13
  1284 + },
  1285 + {
  1286 + "contents": [
  1287 + "66 0 R"
  1288 + ],
  1289 + "images": [],
  1290 + "label": {
  1291 + "/S": "/R",
  1292 + "/St": 13
  1293 + },
  1294 + "object": "19 0 R",
  1295 + "outlines": [
  1296 + {
  1297 + "dest": [
  1298 + "19 0 R",
  1299 + "/FitH",
  1300 + 792
  1301 + ],
  1302 + "object": "37 0 R",
  1303 + "title": "•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792"
  1304 + }
  1305 + ],
  1306 + "pageposfrom1": 14
  1307 + },
  1308 + {
  1309 + "contents": [
  1310 + "68 0 R"
  1311 + ],
  1312 + "images": [],
  1313 + "label": {
  1314 + "/S": "/R",
  1315 + "/St": 14
  1316 + },
  1317 + "object": "20 0 R",
  1318 + "outlines": [],
  1319 + "pageposfrom1": 15
  1320 + },
  1321 + {
  1322 + "contents": [
  1323 + "70 0 R"
  1324 + ],
  1325 + "images": [],
  1326 + "label": {
  1327 + "/S": "/R",
  1328 + "/St": 15
  1329 + },
  1330 + "object": "21 0 R",
  1331 + "outlines": [
  1332 + {
  1333 + "dest": [
  1334 + "21 0 R",
  1335 + "/XYZ",
  1336 + 66,
  1337 + 756,
  1338 + 3
  1339 + ],
  1340 + "object": "5 0 R",
  1341 + "title": "•Salad 2 -> 15: /XYZ 66 756 3"
  1342 + }
  1343 + ],
  1344 + "pageposfrom1": 16
  1345 + },
  1346 + {
  1347 + "contents": [
  1348 + "72 0 R"
  1349 + ],
  1350 + "images": [],
  1351 + "label": {
  1352 + "/S": "/R",
  1353 + "/St": 16
  1354 + },
  1355 + "object": "22 0 R",
  1356 + "outlines": [],
  1357 + "pageposfrom1": 17
  1358 + },
  1359 + {
  1360 + "contents": [
  1361 + "74 0 R"
  1362 + ],
  1363 + "images": [],
  1364 + "label": {
  1365 + "/S": "/R",
  1366 + "/St": 17
  1367 + },
  1368 + "object": "23 0 R",
  1369 + "outlines": [],
  1370 + "pageposfrom1": 18
  1371 + },
  1372 + {
  1373 + "contents": [
  1374 + "76 0 R"
  1375 + ],
  1376 + "images": [],
  1377 + "label": {
  1378 + "/S": "/R",
  1379 + "/St": 18
  1380 + },
  1381 + "object": "24 0 R",
  1382 + "outlines": [
  1383 + {
  1384 + "dest": [
  1385 + "24 0 R",
  1386 + "/XYZ",
  1387 + null,
  1388 + null,
  1389 + null
  1390 + ],
  1391 + "object": "104 0 R",
  1392 + "title": "•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null"
  1393 + }
  1394 + ],
  1395 + "pageposfrom1": 19
  1396 + },
  1397 + {
  1398 + "contents": [
  1399 + "78 0 R"
  1400 + ],
  1401 + "images": [],
  1402 + "label": {
  1403 + "/S": "/R",
  1404 + "/St": 19
  1405 + },
  1406 + "object": "25 0 R",
  1407 + "outlines": [
  1408 + {
  1409 + "dest": [
  1410 + "25 0 R",
  1411 + "/XYZ",
  1412 + null,
  1413 + null,
  1414 + null
  1415 + ],
  1416 + "object": "105 0 R",
  1417 + "title": "•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null"
  1418 + }
  1419 + ],
  1420 + "pageposfrom1": 20
  1421 + },
  1422 + {
  1423 + "contents": [
  1424 + "80 0 R"
  1425 + ],
  1426 + "images": [],
  1427 + "label": {
  1428 + "/S": "/R",
  1429 + "/St": 20
  1430 + },
  1431 + "object": "26 0 R",
  1432 + "outlines": [],
  1433 + "pageposfrom1": 21
  1434 + },
  1435 + {
  1436 + "contents": [
  1437 + "82 0 R"
  1438 + ],
  1439 + "images": [],
  1440 + "label": {
  1441 + "/S": "/R",
  1442 + "/St": 21
  1443 + },
  1444 + "object": "27 0 R",
  1445 + "outlines": [],
  1446 + "pageposfrom1": 22
  1447 + },
  1448 + {
  1449 + "contents": [
  1450 + "84 0 R"
  1451 + ],
  1452 + "images": [],
  1453 + "label": {
  1454 + "/S": "/R",
  1455 + "/St": 22
  1456 + },
  1457 + "object": "28 0 R",
  1458 + "outlines": [
  1459 + {
  1460 + "dest": [
  1461 + "28 0 R",
  1462 + "/XYZ",
  1463 + null,
  1464 + null,
  1465 + null
  1466 + ],
  1467 + "object": "106 0 R",
  1468 + "title": "•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null"
  1469 + }
  1470 + ],
  1471 + "pageposfrom1": 23
  1472 + },
  1473 + {
  1474 + "contents": [
  1475 + "86 0 R"
  1476 + ],
  1477 + "images": [],
  1478 + "label": {
  1479 + "/S": "/R",
  1480 + "/St": 23
  1481 + },
  1482 + "object": "29 0 R",
  1483 + "outlines": [],
  1484 + "pageposfrom1": 24
  1485 + },
  1486 + {
  1487 + "contents": [
  1488 + "88 0 R"
  1489 + ],
  1490 + "images": [],
  1491 + "label": {
  1492 + "/S": "/R",
  1493 + "/St": 24
  1494 + },
  1495 + "object": "30 0 R",
  1496 + "outlines": [],
  1497 + "pageposfrom1": 25
  1498 + },
  1499 + {
  1500 + "contents": [
  1501 + "90 0 R"
  1502 + ],
  1503 + "images": [],
  1504 + "label": {
  1505 + "/S": "/R",
  1506 + "/St": 25
  1507 + },
  1508 + "object": "31 0 R",
  1509 + "outlines": [],
  1510 + "pageposfrom1": 26
  1511 + },
  1512 + {
  1513 + "contents": [
  1514 + "92 0 R"
  1515 + ],
  1516 + "images": [],
  1517 + "label": {
  1518 + "/S": "/R",
  1519 + "/St": 26
  1520 + },
  1521 + "object": "32 0 R",
  1522 + "outlines": [],
  1523 + "pageposfrom1": 27
  1524 + },
  1525 + {
  1526 + "contents": [
  1527 + "94 0 R"
  1528 + ],
  1529 + "images": [],
  1530 + "label": {
  1531 + "/S": "/R",
  1532 + "/St": 27
  1533 + },
  1534 + "object": "33 0 R",
  1535 + "outlines": [],
  1536 + "pageposfrom1": 28
  1537 + },
  1538 + {
  1539 + "contents": [
  1540 + "96 0 R"
  1541 + ],
  1542 + "images": [],
  1543 + "label": {
  1544 + "/S": "/R",
  1545 + "/St": 28
  1546 + },
  1547 + "object": "34 0 R",
  1548 + "outlines": [],
  1549 + "pageposfrom1": 29
  1550 + },
  1551 + {
  1552 + "contents": [
  1553 + "98 0 R"
  1554 + ],
  1555 + "images": [],
  1556 + "label": {
  1557 + "/S": "/R",
  1558 + "/St": 29
  1559 + },
  1560 + "object": "35 0 R",
  1561 + "outlines": [],
  1562 + "pageposfrom1": 30
  1563 + }
  1564 + ],
  1565 + "parameters": {
  1566 + "decodelevel": "generalized"
  1567 + },
  1568 + "version": 1
  1569 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "2 0 R": {
  4 + "/Count": 30,
  5 + "/Kids": [
  6 + "3 0 R",
  7 + "4 0 R",
  8 + "5 0 R",
  9 + "6 0 R",
  10 + "7 0 R",
  11 + "8 0 R",
  12 + "9 0 R",
  13 + "10 0 R",
  14 + "11 0 R",
  15 + "12 0 R",
  16 + "13 0 R",
  17 + "14 0 R",
  18 + "15 0 R",
  19 + "16 0 R",
  20 + "17 0 R",
  21 + "18 0 R",
  22 + "19 0 R",
  23 + "20 0 R",
  24 + "21 0 R",
  25 + "22 0 R",
  26 + "23 0 R",
  27 + "24 0 R",
  28 + "25 0 R",
  29 + "26 0 R",
  30 + "27 0 R",
  31 + "28 0 R",
  32 + "29 0 R",
  33 + "30 0 R",
  34 + "31 0 R",
  35 + "32 0 R"
  36 + ],
  37 + "/Type": "/Pages"
  38 + },
  39 + "trailer": {
  40 + "/Root": "1 0 R",
  41 + "/Size": 107
  42 + }
  43 + },
  44 + "parameters": {
  45 + "decodelevel": "generalized"
  46 + },
  47 + "version": 1
  48 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "trailer": {
  4 + "/Root": "1 0 R",
  5 + "/Size": 107
  6 + }
  7 + },
  8 + "parameters": {
  9 + "decodelevel": "generalized"
  10 + },
  11 + "version": 1
  12 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines-objects.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/Outlines": "95 0 R",
  5 + "/PageLabels": {
  6 + "/Nums": [
  7 + 0,
  8 + {
  9 + "/P": ""
  10 + },
  11 + 2,
  12 + {
  13 + "/S": "/r",
  14 + "/St": 1
  15 + },
  16 + 7,
  17 + {
  18 + "/P": ""
  19 + },
  20 + 9,
  21 + {
  22 + "/S": "/r",
  23 + "/St": 6
  24 + },
  25 + 11,
  26 + {
  27 + "/P": ""
  28 + },
  29 + 12,
  30 + {
  31 + "/S": "/D",
  32 + "/St": 2
  33 + },
  34 + 15,
  35 + {
  36 + "/S": "/D",
  37 + "/St": 6
  38 + },
  39 + 19,
  40 + {
  41 + "/P": ""
  42 + },
  43 + 20,
  44 + {
  45 + "/S": "/D",
  46 + "/St": 12
  47 + },
  48 + 22,
  49 + {
  50 + "/S": "/D",
  51 + "/St": 16059
  52 + },
  53 + 23,
  54 + {
  55 + "/S": "/r",
  56 + "/St": 50
  57 + },
  58 + 29,
  59 + {
  60 + "/S": "/r",
  61 + "/St": 54
  62 + }
  63 + ]
  64 + },
  65 + "/PageMode": "/UseOutlines",
  66 + "/Pages": "2 0 R",
  67 + "/Type": "/Catalog"
  68 + },
  69 + "10 0 R": {
  70 + "/Contents": "49 0 R",
  71 + "/MediaBox": [
  72 + 0,
  73 + 0,
  74 + 612,
  75 + 792
  76 + ],
  77 + "/Parent": "2 0 R",
  78 + "/Resources": {
  79 + "/Font": {
  80 + "/F1": "35 0 R"
  81 + },
  82 + "/ProcSet": "36 0 R"
  83 + },
  84 + "/Type": "/Page"
  85 + },
  86 + "100 0 R": {
  87 + "/Count": -2,
  88 + "/Dest": [
  89 + "15 0 R",
  90 + "/FitV",
  91 + 100
  92 + ],
  93 + "/First": "102 0 R",
  94 + "/Last": "103 0 R",
  95 + "/Next": "101 0 R",
  96 + "/Parent": "98 0 R",
  97 + "/Title": "Isosicle 1.1.1 -> 12: /FitV 100",
  98 + "/Type": "/Outline"
  99 + },
  100 + "101 0 R": {
  101 + "/Count": 1,
  102 + "/Dest": [
  103 + "15 0 R",
  104 + "/XYZ",
  105 + null,
  106 + null,
  107 + null
  108 + ],
  109 + "/First": "104 0 R",
  110 + "/Last": "104 0 R",
  111 + "/Parent": "98 0 R",
  112 + "/Prev": "100 0 R",
  113 + "/Title": "Isosicle 1.1.2 -> 12: /XYZ null null null",
  114 + "/Type": "/Outline"
  115 + },
  116 + "102 0 R": {
  117 + "/Dest": [
  118 + "21 0 R",
  119 + "/XYZ",
  120 + null,
  121 + null,
  122 + null
  123 + ],
  124 + "/Next": "103 0 R",
  125 + "/Parent": "100 0 R",
  126 + "/Title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null",
  127 + "/Type": "/Outline"
  128 + },
  129 + "103 0 R": {
  130 + "/Dest": [
  131 + "22 0 R",
  132 + "/XYZ",
  133 + null,
  134 + null,
  135 + null
  136 + ],
  137 + "/Parent": "100 0 R",
  138 + "/Prev": "102 0 R",
  139 + "/Title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null",
  140 + "/Type": "/Outline"
  141 + },
  142 + "104 0 R": {
  143 + "/Dest": [
  144 + "25 0 R",
  145 + "/XYZ",
  146 + null,
  147 + null,
  148 + null
  149 + ],
  150 + "/Parent": "101 0 R",
  151 + "/Title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null",
  152 + "/Type": "/Outline"
  153 + },
  154 + "105 0 R": {
  155 + "/Dest": [
  156 + "4 0 R",
  157 + "/FitR",
  158 + 66,
  159 + 714,
  160 + 180,
  161 + 770
  162 + ],
  163 + "/Next": "106 0 R",
  164 + "/Parent": "99 0 R",
  165 + "/Title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
  166 + "/Type": "/Outline"
  167 + },
  168 + "106 0 R": {
  169 + "/Dest": [
  170 + "3 0 R",
  171 + "/XYZ",
  172 + null,
  173 + null,
  174 + null
  175 + ],
  176 + "/Parent": "99 0 R",
  177 + "/Prev": "105 0 R",
  178 + "/Title": "Trepsicle 1.2.2 -> 0: /XYZ null null null",
  179 + "/Type": "/Outline"
  180 + },
  181 + "11 0 R": {
  182 + "/Contents": "51 0 R",
  183 + "/MediaBox": [
  184 + 0,
  185 + 0,
  186 + 612,
  187 + 792
  188 + ],
  189 + "/Parent": "2 0 R",
  190 + "/Resources": {
  191 + "/Font": {
  192 + "/F1": "35 0 R"
  193 + },
  194 + "/ProcSet": "36 0 R"
  195 + },
  196 + "/Type": "/Page"
  197 + },
  198 + "12 0 R": {
  199 + "/Contents": "53 0 R",
  200 + "/MediaBox": [
  201 + 0,
  202 + 0,
  203 + 612,
  204 + 792
  205 + ],
  206 + "/Parent": "2 0 R",
  207 + "/Resources": {
  208 + "/Font": {
  209 + "/F1": "35 0 R"
  210 + },
  211 + "/ProcSet": "36 0 R"
  212 + },
  213 + "/Type": "/Page"
  214 + },
  215 + "13 0 R": {
  216 + "/Contents": "55 0 R",
  217 + "/MediaBox": [
  218 + 0,
  219 + 0,
  220 + 612,
  221 + 792
  222 + ],
  223 + "/Parent": "2 0 R",
  224 + "/Resources": {
  225 + "/Font": {
  226 + "/F1": "35 0 R"
  227 + },
  228 + "/ProcSet": "36 0 R"
  229 + },
  230 + "/Type": "/Page"
  231 + },
  232 + "14 0 R": {
  233 + "/Contents": "57 0 R",
  234 + "/MediaBox": [
  235 + 0,
  236 + 0,
  237 + 612,
  238 + 792
  239 + ],
  240 + "/Parent": "2 0 R",
  241 + "/Resources": {
  242 + "/Font": {
  243 + "/F1": "35 0 R"
  244 + },
  245 + "/ProcSet": "36 0 R"
  246 + },
  247 + "/Type": "/Page"
  248 + },
  249 + "15 0 R": {
  250 + "/Contents": "59 0 R",
  251 + "/MediaBox": [
  252 + 0,
  253 + 0,
  254 + 612,
  255 + 792
  256 + ],
  257 + "/Parent": "2 0 R",
  258 + "/Resources": {
  259 + "/Font": {
  260 + "/F1": "35 0 R"
  261 + },
  262 + "/ProcSet": "36 0 R"
  263 + },
  264 + "/Type": "/Page"
  265 + },
  266 + "16 0 R": {
  267 + "/Contents": "61 0 R",
  268 + "/MediaBox": [
  269 + 0,
  270 + 0,
  271 + 612,
  272 + 792
  273 + ],
  274 + "/Parent": "2 0 R",
  275 + "/Resources": {
  276 + "/Font": {
  277 + "/F1": "35 0 R"
  278 + },
  279 + "/ProcSet": "36 0 R"
  280 + },
  281 + "/Type": "/Page"
  282 + },
  283 + "17 0 R": {
  284 + "/Contents": "63 0 R",
  285 + "/MediaBox": [
  286 + 0,
  287 + 0,
  288 + 612,
  289 + 792
  290 + ],
  291 + "/Parent": "2 0 R",
  292 + "/Resources": {
  293 + "/Font": {
  294 + "/F1": "35 0 R"
  295 + },
  296 + "/ProcSet": "36 0 R"
  297 + },
  298 + "/Type": "/Page"
  299 + },
  300 + "18 0 R": {
  301 + "/Contents": "65 0 R",
  302 + "/MediaBox": [
  303 + 0,
  304 + 0,
  305 + 612,
  306 + 792
  307 + ],
  308 + "/Parent": "2 0 R",
  309 + "/Resources": {
  310 + "/Font": {
  311 + "/F1": "35 0 R"
  312 + },
  313 + "/ProcSet": "36 0 R"
  314 + },
  315 + "/Type": "/Page"
  316 + },
  317 + "19 0 R": {
  318 + "/Contents": "67 0 R",
  319 + "/MediaBox": [
  320 + 0,
  321 + 0,
  322 + 612,
  323 + 792
  324 + ],
  325 + "/Parent": "2 0 R",
  326 + "/Resources": {
  327 + "/Font": {
  328 + "/F1": "35 0 R"
  329 + },
  330 + "/ProcSet": "36 0 R"
  331 + },
  332 + "/Type": "/Page"
  333 + },
  334 + "2 0 R": {
  335 + "/Count": 30,
  336 + "/Kids": [
  337 + "3 0 R",
  338 + "4 0 R",
  339 + "5 0 R",
  340 + "6 0 R",
  341 + "7 0 R",
  342 + "8 0 R",
  343 + "9 0 R",
  344 + "10 0 R",
  345 + "11 0 R",
  346 + "12 0 R",
  347 + "13 0 R",
  348 + "14 0 R",
  349 + "15 0 R",
  350 + "16 0 R",
  351 + "17 0 R",
  352 + "18 0 R",
  353 + "19 0 R",
  354 + "20 0 R",
  355 + "21 0 R",
  356 + "22 0 R",
  357 + "23 0 R",
  358 + "24 0 R",
  359 + "25 0 R",
  360 + "26 0 R",
  361 + "27 0 R",
  362 + "28 0 R",
  363 + "29 0 R",
  364 + "30 0 R",
  365 + "31 0 R",
  366 + "32 0 R"
  367 + ],
  368 + "/Type": "/Pages"
  369 + },
  370 + "20 0 R": {
  371 + "/Contents": "69 0 R",
  372 + "/MediaBox": [
  373 + 0,
  374 + 0,
  375 + 612,
  376 + 792
  377 + ],
  378 + "/Parent": "2 0 R",
  379 + "/Resources": {
  380 + "/Font": {
  381 + "/F1": "35 0 R"
  382 + },
  383 + "/ProcSet": "36 0 R"
  384 + },
  385 + "/Type": "/Page"
  386 + },
  387 + "21 0 R": {
  388 + "/Contents": "71 0 R",
  389 + "/MediaBox": [
  390 + 0,
  391 + 0,
  392 + 612,
  393 + 792
  394 + ],
  395 + "/Parent": "2 0 R",
  396 + "/Resources": {
  397 + "/Font": {
  398 + "/F1": "35 0 R"
  399 + },
  400 + "/ProcSet": "36 0 R"
  401 + },
  402 + "/Type": "/Page"
  403 + },
  404 + "22 0 R": {
  405 + "/Contents": "73 0 R",
  406 + "/MediaBox": [
  407 + 0,
  408 + 0,
  409 + 612,
  410 + 792
  411 + ],
  412 + "/Parent": "2 0 R",
  413 + "/Resources": {
  414 + "/Font": {
  415 + "/F1": "35 0 R"
  416 + },
  417 + "/ProcSet": "36 0 R"
  418 + },
  419 + "/Type": "/Page"
  420 + },
  421 + "23 0 R": {
  422 + "/Contents": "75 0 R",
  423 + "/MediaBox": [
  424 + 0,
  425 + 0,
  426 + 612,
  427 + 792
  428 + ],
  429 + "/Parent": "2 0 R",
  430 + "/Resources": {
  431 + "/Font": {
  432 + "/F1": "35 0 R"
  433 + },
  434 + "/ProcSet": "36 0 R"
  435 + },
  436 + "/Type": "/Page"
  437 + },
  438 + "24 0 R": {
  439 + "/Contents": "77 0 R",
  440 + "/MediaBox": [
  441 + 0,
  442 + 0,
  443 + 612,
  444 + 792
  445 + ],
  446 + "/Parent": "2 0 R",
  447 + "/Resources": {
  448 + "/Font": {
  449 + "/F1": "35 0 R"
  450 + },
  451 + "/ProcSet": "36 0 R"
  452 + },
  453 + "/Type": "/Page"
  454 + },
  455 + "25 0 R": {
  456 + "/Contents": "79 0 R",
  457 + "/MediaBox": [
  458 + 0,
  459 + 0,
  460 + 612,
  461 + 792
  462 + ],
  463 + "/Parent": "2 0 R",
  464 + "/Resources": {
  465 + "/Font": {
  466 + "/F1": "35 0 R"
  467 + },
  468 + "/ProcSet": "36 0 R"
  469 + },
  470 + "/Type": "/Page"
  471 + },
  472 + "26 0 R": {
  473 + "/Contents": "81 0 R",
  474 + "/MediaBox": [
  475 + 0,
  476 + 0,
  477 + 612,
  478 + 792
  479 + ],
  480 + "/Parent": "2 0 R",
  481 + "/Resources": {
  482 + "/Font": {
  483 + "/F1": "35 0 R"
  484 + },
  485 + "/ProcSet": "36 0 R"
  486 + },
  487 + "/Type": "/Page"
  488 + },
  489 + "27 0 R": {
  490 + "/Contents": "83 0 R",
  491 + "/MediaBox": [
  492 + 0,
  493 + 0,
  494 + 612,
  495 + 792
  496 + ],
  497 + "/Parent": "2 0 R",
  498 + "/Resources": {
  499 + "/Font": {
  500 + "/F1": "35 0 R"
  501 + },
  502 + "/ProcSet": "36 0 R"
  503 + },
  504 + "/Type": "/Page"
  505 + },
  506 + "28 0 R": {
  507 + "/Contents": "85 0 R",
  508 + "/MediaBox": [
  509 + 0,
  510 + 0,
  511 + 612,
  512 + 792
  513 + ],
  514 + "/Parent": "2 0 R",
  515 + "/Resources": {
  516 + "/Font": {
  517 + "/F1": "35 0 R"
  518 + },
  519 + "/ProcSet": "36 0 R"
  520 + },
  521 + "/Type": "/Page"
  522 + },
  523 + "29 0 R": {
  524 + "/Contents": "87 0 R",
  525 + "/MediaBox": [
  526 + 0,
  527 + 0,
  528 + 612,
  529 + 792
  530 + ],
  531 + "/Parent": "2 0 R",
  532 + "/Resources": {
  533 + "/Font": {
  534 + "/F1": "35 0 R"
  535 + },
  536 + "/ProcSet": "36 0 R"
  537 + },
  538 + "/Type": "/Page"
  539 + },
  540 + "3 0 R": {
  541 + "/Contents": "33 0 R",
  542 + "/MediaBox": [
  543 + 0,
  544 + 0,
  545 + 612,
  546 + 792
  547 + ],
  548 + "/Parent": "2 0 R",
  549 + "/Resources": {
  550 + "/Font": {
  551 + "/F1": "35 0 R"
  552 + },
  553 + "/ProcSet": "36 0 R"
  554 + },
  555 + "/Type": "/Page"
  556 + },
  557 + "30 0 R": {
  558 + "/Contents": "89 0 R",
  559 + "/MediaBox": [
  560 + 0,
  561 + 0,
  562 + 612,
  563 + 792
  564 + ],
  565 + "/Parent": "2 0 R",
  566 + "/Resources": {
  567 + "/Font": {
  568 + "/F1": "35 0 R"
  569 + },
  570 + "/ProcSet": "36 0 R"
  571 + },
  572 + "/Type": "/Page"
  573 + },
  574 + "31 0 R": {
  575 + "/Contents": "91 0 R",
  576 + "/MediaBox": [
  577 + 0,
  578 + 0,
  579 + 612,
  580 + 792
  581 + ],
  582 + "/Parent": "2 0 R",
  583 + "/Resources": {
  584 + "/Font": {
  585 + "/F1": "35 0 R"
  586 + },
  587 + "/ProcSet": "36 0 R"
  588 + },
  589 + "/Type": "/Page"
  590 + },
  591 + "32 0 R": {
  592 + "/Contents": "93 0 R",
  593 + "/MediaBox": [
  594 + 0,
  595 + 0,
  596 + 612,
  597 + 792
  598 + ],
  599 + "/Parent": "2 0 R",
  600 + "/Resources": {
  601 + "/Font": {
  602 + "/F1": "35 0 R"
  603 + },
  604 + "/ProcSet": "36 0 R"
  605 + },
  606 + "/Type": "/Page"
  607 + },
  608 + "33 0 R": {
  609 + "/Length": "34 0 R"
  610 + },
  611 + "34 0 R": 46,
  612 + "35 0 R": {
  613 + "/BaseFont": "/Helvetica",
  614 + "/Encoding": "/WinAnsiEncoding",
  615 + "/Name": "/F1",
  616 + "/Subtype": "/Type1",
  617 + "/Type": "/Font"
  618 + },
  619 + "36 0 R": [
  620 + "/PDF",
  621 + "/Text"
  622 + ],
  623 + "37 0 R": {
  624 + "/Length": "38 0 R"
  625 + },
  626 + "38 0 R": 46,
  627 + "39 0 R": {
  628 + "/Length": "40 0 R"
  629 + },
  630 + "4 0 R": {
  631 + "/Contents": "37 0 R",
  632 + "/MediaBox": [
  633 + 0,
  634 + 0,
  635 + 612,
  636 + 792
  637 + ],
  638 + "/Parent": "2 0 R",
  639 + "/Resources": {
  640 + "/Font": {
  641 + "/F1": "35 0 R"
  642 + },
  643 + "/ProcSet": "36 0 R"
  644 + },
  645 + "/Type": "/Page"
  646 + },
  647 + "40 0 R": 46,
  648 + "41 0 R": {
  649 + "/Length": "42 0 R"
  650 + },
  651 + "42 0 R": 46,
  652 + "43 0 R": {
  653 + "/Length": "44 0 R"
  654 + },
  655 + "44 0 R": 46,
  656 + "45 0 R": {
  657 + "/Length": "46 0 R"
  658 + },
  659 + "46 0 R": 46,
  660 + "47 0 R": {
  661 + "/Length": "48 0 R"
  662 + },
  663 + "48 0 R": 46,
  664 + "49 0 R": {
  665 + "/Length": "50 0 R"
  666 + },
  667 + "5 0 R": {
  668 + "/Contents": "39 0 R",
  669 + "/MediaBox": [
  670 + 0,
  671 + 0,
  672 + 612,
  673 + 792
  674 + ],
  675 + "/Parent": "2 0 R",
  676 + "/Resources": {
  677 + "/Font": {
  678 + "/F1": "35 0 R"
  679 + },
  680 + "/ProcSet": "36 0 R"
  681 + },
  682 + "/Type": "/Page"
  683 + },
  684 + "50 0 R": 46,
  685 + "51 0 R": {
  686 + "/Length": "52 0 R"
  687 + },
  688 + "52 0 R": 46,
  689 + "53 0 R": {
  690 + "/Length": "54 0 R"
  691 + },
  692 + "54 0 R": 46,
  693 + "55 0 R": {
  694 + "/Length": "56 0 R"
  695 + },
  696 + "56 0 R": 47,
  697 + "57 0 R": {
  698 + "/Length": "58 0 R"
  699 + },
  700 + "58 0 R": 47,
  701 + "59 0 R": {
  702 + "/Length": "60 0 R"
  703 + },
  704 + "6 0 R": {
  705 + "/Contents": "41 0 R",
  706 + "/MediaBox": [
  707 + 0,
  708 + 0,
  709 + 612,
  710 + 792
  711 + ],
  712 + "/Parent": "2 0 R",
  713 + "/Resources": {
  714 + "/Font": {
  715 + "/F1": "35 0 R"
  716 + },
  717 + "/ProcSet": "36 0 R"
  718 + },
  719 + "/Type": "/Page"
  720 + },
  721 + "60 0 R": 47,
  722 + "61 0 R": {
  723 + "/Length": "62 0 R"
  724 + },
  725 + "62 0 R": 47,
  726 + "63 0 R": {
  727 + "/Length": "64 0 R"
  728 + },
  729 + "64 0 R": 47,
  730 + "65 0 R": {
  731 + "/Length": "66 0 R"
  732 + },
  733 + "66 0 R": 47,
  734 + "67 0 R": {
  735 + "/Length": "68 0 R"
  736 + },
  737 + "68 0 R": 47,
  738 + "69 0 R": {
  739 + "/Length": "70 0 R"
  740 + },
  741 + "7 0 R": {
  742 + "/Contents": "43 0 R",
  743 + "/MediaBox": [
  744 + 0,
  745 + 0,
  746 + 612,
  747 + 792
  748 + ],
  749 + "/Parent": "2 0 R",
  750 + "/Resources": {
  751 + "/Font": {
  752 + "/F1": "35 0 R"
  753 + },
  754 + "/ProcSet": "36 0 R"
  755 + },
  756 + "/Type": "/Page"
  757 + },
  758 + "70 0 R": 47,
  759 + "71 0 R": {
  760 + "/Length": "72 0 R"
  761 + },
  762 + "72 0 R": 47,
  763 + "73 0 R": {
  764 + "/Length": "74 0 R"
  765 + },
  766 + "74 0 R": 47,
  767 + "75 0 R": {
  768 + "/Length": "76 0 R"
  769 + },
  770 + "76 0 R": 47,
  771 + "77 0 R": {
  772 + "/Length": "78 0 R"
  773 + },
  774 + "78 0 R": 47,
  775 + "79 0 R": {
  776 + "/Length": "80 0 R"
  777 + },
  778 + "8 0 R": {
  779 + "/Contents": "45 0 R",
  780 + "/MediaBox": [
  781 + 0,
  782 + 0,
  783 + 612,
  784 + 792
  785 + ],
  786 + "/Parent": "2 0 R",
  787 + "/Resources": {
  788 + "/Font": {
  789 + "/F1": "35 0 R"
  790 + },
  791 + "/ProcSet": "36 0 R"
  792 + },
  793 + "/Type": "/Page"
  794 + },
  795 + "80 0 R": 47,
  796 + "81 0 R": {
  797 + "/Length": "82 0 R"
  798 + },
  799 + "82 0 R": 47,
  800 + "83 0 R": {
  801 + "/Length": "84 0 R"
  802 + },
  803 + "84 0 R": 47,
  804 + "85 0 R": {
  805 + "/Length": "86 0 R"
  806 + },
  807 + "86 0 R": 47,
  808 + "87 0 R": {
  809 + "/Length": "88 0 R"
  810 + },
  811 + "88 0 R": 47,
  812 + "89 0 R": {
  813 + "/Length": "90 0 R"
  814 + },
  815 + "9 0 R": {
  816 + "/Contents": "47 0 R",
  817 + "/MediaBox": [
  818 + 0,
  819 + 0,
  820 + 612,
  821 + 792
  822 + ],
  823 + "/Parent": "2 0 R",
  824 + "/Resources": {
  825 + "/Font": {
  826 + "/F1": "35 0 R"
  827 + },
  828 + "/ProcSet": "36 0 R"
  829 + },
  830 + "/Type": "/Page"
  831 + },
  832 + "90 0 R": 47,
  833 + "91 0 R": {
  834 + "/Length": "92 0 R"
  835 + },
  836 + "92 0 R": 47,
  837 + "93 0 R": {
  838 + "/Length": "94 0 R"
  839 + },
  840 + "94 0 R": 47,
  841 + "95 0 R": {
  842 + "/Count": 6,
  843 + "/First": "96 0 R",
  844 + "/Last": "97 0 R",
  845 + "/Type": "/Outlines"
  846 + },
  847 + "96 0 R": {
  848 + "/Count": 4,
  849 + "/Dest": [
  850 + "8 0 R",
  851 + "/XYZ",
  852 + null,
  853 + null,
  854 + null
  855 + ],
  856 + "/First": "98 0 R",
  857 + "/Last": "99 0 R",
  858 + "/Next": "97 0 R",
  859 + "/Parent": "95 0 R",
  860 + "/Title": "Isís 1 -> 5: /XYZ null null null",
  861 + "/Type": "/Outline"
  862 + },
  863 + "97 0 R": {
  864 + "/Dest": [
  865 + "18 0 R",
  866 + "/XYZ",
  867 + 66,
  868 + 756,
  869 + 3
  870 + ],
  871 + "/Parent": "95 0 R",
  872 + "/Prev": "96 0 R",
  873 + "/Title": "Trepak 2 -> 15: /XYZ 66 756 3",
  874 + "/Type": "/Outline"
  875 + },
  876 + "98 0 R": {
  877 + "/Count": -3,
  878 + "/Dest": [
  879 + "14 0 R",
  880 + "/Fit"
  881 + ],
  882 + "/First": "100 0 R",
  883 + "/Last": "101 0 R",
  884 + "/Next": "99 0 R",
  885 + "/Parent": "96 0 R",
  886 + "/Title": "Amanda 1.1 -> 11: /Fit",
  887 + "/Type": "/Outline"
  888 + },
  889 + "99 0 R": {
  890 + "/Count": 2,
  891 + "/Dest": [
  892 + "16 0 R",
  893 + "/FitH",
  894 + 792
  895 + ],
  896 + "/First": "105 0 R",
  897 + "/Last": "106 0 R",
  898 + "/Parent": "96 0 R",
  899 + "/Prev": "98 0 R",
  900 + "/Title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
  901 + "/Type": "/Outline"
  902 + },
  903 + "trailer": {
  904 + "/Root": "1 0 R",
  905 + "/Size": 107
  906 + }
  907 + },
  908 + "parameters": {
  909 + "decodelevel": "generalized"
  910 + },
  911 + "version": 1
  912 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines-pages.out 0 → 100644
  1 +{
  2 + "outlines": [
  3 + {
  4 + "dest": [
  5 + "8 0 R",
  6 + "/XYZ",
  7 + null,
  8 + null,
  9 + null
  10 + ],
  11 + "destpageposfrom1": 6,
  12 + "kids": [
  13 + {
  14 + "dest": [
  15 + "14 0 R",
  16 + "/Fit"
  17 + ],
  18 + "destpageposfrom1": 12,
  19 + "kids": [
  20 + {
  21 + "dest": [
  22 + "15 0 R",
  23 + "/FitV",
  24 + 100
  25 + ],
  26 + "destpageposfrom1": 13,
  27 + "kids": [
  28 + {
  29 + "dest": [
  30 + "21 0 R",
  31 + "/XYZ",
  32 + null,
  33 + null,
  34 + null
  35 + ],
  36 + "destpageposfrom1": 19,
  37 + "kids": [],
  38 + "object": "102 0 R",
  39 + "open": true,
  40 + "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
  41 + },
  42 + {
  43 + "dest": [
  44 + "22 0 R",
  45 + "/XYZ",
  46 + null,
  47 + null,
  48 + null
  49 + ],
  50 + "destpageposfrom1": 20,
  51 + "kids": [],
  52 + "object": "103 0 R",
  53 + "open": true,
  54 + "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
  55 + }
  56 + ],
  57 + "object": "100 0 R",
  58 + "open": false,
  59 + "title": "Isosicle 1.1.1 -> 12: /FitV 100"
  60 + },
  61 + {
  62 + "dest": [
  63 + "15 0 R",
  64 + "/XYZ",
  65 + null,
  66 + null,
  67 + null
  68 + ],
  69 + "destpageposfrom1": 13,
  70 + "kids": [
  71 + {
  72 + "dest": [
  73 + "25 0 R",
  74 + "/XYZ",
  75 + null,
  76 + null,
  77 + null
  78 + ],
  79 + "destpageposfrom1": 23,
  80 + "kids": [],
  81 + "object": "104 0 R",
  82 + "open": true,
  83 + "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
  84 + }
  85 + ],
  86 + "object": "101 0 R",
  87 + "open": true,
  88 + "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
  89 + }
  90 + ],
  91 + "object": "98 0 R",
  92 + "open": false,
  93 + "title": "Amanda 1.1 -> 11: /Fit"
  94 + },
  95 + {
  96 + "dest": [
  97 + "16 0 R",
  98 + "/FitH",
  99 + 792
  100 + ],
  101 + "destpageposfrom1": 14,
  102 + "kids": [
  103 + {
  104 + "dest": [
  105 + "4 0 R",
  106 + "/FitR",
  107 + 66,
  108 + 714,
  109 + 180,
  110 + 770
  111 + ],
  112 + "destpageposfrom1": 2,
  113 + "kids": [],
  114 + "object": "105 0 R",
  115 + "open": true,
  116 + "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
  117 + },
  118 + {
  119 + "dest": [
  120 + "3 0 R",
  121 + "/XYZ",
  122 + null,
  123 + null,
  124 + null
  125 + ],
  126 + "destpageposfrom1": 1,
  127 + "kids": [],
  128 + "object": "106 0 R",
  129 + "open": true,
  130 + "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
  131 + }
  132 + ],
  133 + "object": "99 0 R",
  134 + "open": true,
  135 + "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
  136 + }
  137 + ],
  138 + "object": "96 0 R",
  139 + "open": true,
  140 + "title": "Isís 1 -> 5: /XYZ null null null"
  141 + },
  142 + {
  143 + "dest": [
  144 + "18 0 R",
  145 + "/XYZ",
  146 + 66,
  147 + 756,
  148 + 3
  149 + ],
  150 + "destpageposfrom1": 16,
  151 + "kids": [],
  152 + "object": "97 0 R",
  153 + "open": true,
  154 + "title": "Trepak 2 -> 15: /XYZ 66 756 3"
  155 + }
  156 + ],
  157 + "pages": [
  158 + {
  159 + "contents": [
  160 + "33 0 R"
  161 + ],
  162 + "images": [],
  163 + "label": {
  164 + "/P": "",
  165 + "/St": 1
  166 + },
  167 + "object": "3 0 R",
  168 + "outlines": [
  169 + {
  170 + "dest": [
  171 + "3 0 R",
  172 + "/XYZ",
  173 + null,
  174 + null,
  175 + null
  176 + ],
  177 + "object": "106 0 R",
  178 + "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
  179 + }
  180 + ],
  181 + "pageposfrom1": 1
  182 + },
  183 + {
  184 + "contents": [
  185 + "37 0 R"
  186 + ],
  187 + "images": [],
  188 + "label": {
  189 + "/P": "",
  190 + "/St": 2
  191 + },
  192 + "object": "4 0 R",
  193 + "outlines": [
  194 + {
  195 + "dest": [
  196 + "4 0 R",
  197 + "/FitR",
  198 + 66,
  199 + 714,
  200 + 180,
  201 + 770
  202 + ],
  203 + "object": "105 0 R",
  204 + "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
  205 + }
  206 + ],
  207 + "pageposfrom1": 2
  208 + },
  209 + {
  210 + "contents": [
  211 + "39 0 R"
  212 + ],
  213 + "images": [],
  214 + "label": {
  215 + "/S": "/r",
  216 + "/St": 1
  217 + },
  218 + "object": "5 0 R",
  219 + "outlines": [],
  220 + "pageposfrom1": 3
  221 + },
  222 + {
  223 + "contents": [
  224 + "41 0 R"
  225 + ],
  226 + "images": [],
  227 + "label": {
  228 + "/S": "/r",
  229 + "/St": 2
  230 + },
  231 + "object": "6 0 R",
  232 + "outlines": [],
  233 + "pageposfrom1": 4
  234 + },
  235 + {
  236 + "contents": [
  237 + "43 0 R"
  238 + ],
  239 + "images": [],
  240 + "label": {
  241 + "/S": "/r",
  242 + "/St": 3
  243 + },
  244 + "object": "7 0 R",
  245 + "outlines": [],
  246 + "pageposfrom1": 5
  247 + },
  248 + {
  249 + "contents": [
  250 + "45 0 R"
  251 + ],
  252 + "images": [],
  253 + "label": {
  254 + "/S": "/r",
  255 + "/St": 4
  256 + },
  257 + "object": "8 0 R",
  258 + "outlines": [
  259 + {
  260 + "dest": [
  261 + "8 0 R",
  262 + "/XYZ",
  263 + null,
  264 + null,
  265 + null
  266 + ],
  267 + "object": "96 0 R",
  268 + "title": "Isís 1 -> 5: /XYZ null null null"
  269 + }
  270 + ],
  271 + "pageposfrom1": 6
  272 + },
  273 + {
  274 + "contents": [
  275 + "47 0 R"
  276 + ],
  277 + "images": [],
  278 + "label": {
  279 + "/S": "/r",
  280 + "/St": 5
  281 + },
  282 + "object": "9 0 R",
  283 + "outlines": [],
  284 + "pageposfrom1": 7
  285 + },
  286 + {
  287 + "contents": [
  288 + "49 0 R"
  289 + ],
  290 + "images": [],
  291 + "label": {
  292 + "/P": "",
  293 + "/St": 1
  294 + },
  295 + "object": "10 0 R",
  296 + "outlines": [],
  297 + "pageposfrom1": 8
  298 + },
  299 + {
  300 + "contents": [
  301 + "51 0 R"
  302 + ],
  303 + "images": [],
  304 + "label": {
  305 + "/P": "",
  306 + "/St": 2
  307 + },
  308 + "object": "11 0 R",
  309 + "outlines": [],
  310 + "pageposfrom1": 9
  311 + },
  312 + {
  313 + "contents": [
  314 + "53 0 R"
  315 + ],
  316 + "images": [],
  317 + "label": {
  318 + "/S": "/r",
  319 + "/St": 6
  320 + },
  321 + "object": "12 0 R",
  322 + "outlines": [],
  323 + "pageposfrom1": 10
  324 + },
  325 + {
  326 + "contents": [
  327 + "55 0 R"
  328 + ],
  329 + "images": [],
  330 + "label": {
  331 + "/S": "/r",
  332 + "/St": 7
  333 + },
  334 + "object": "13 0 R",
  335 + "outlines": [],
  336 + "pageposfrom1": 11
  337 + },
  338 + {
  339 + "contents": [
  340 + "57 0 R"
  341 + ],
  342 + "images": [],
  343 + "label": {
  344 + "/P": "",
  345 + "/St": 1
  346 + },
  347 + "object": "14 0 R",
  348 + "outlines": [
  349 + {
  350 + "dest": [
  351 + "14 0 R",
  352 + "/Fit"
  353 + ],
  354 + "object": "98 0 R",
  355 + "title": "Amanda 1.1 -> 11: /Fit"
  356 + }
  357 + ],
  358 + "pageposfrom1": 12
  359 + },
  360 + {
  361 + "contents": [
  362 + "59 0 R"
  363 + ],
  364 + "images": [],
  365 + "label": {
  366 + "/S": "/D",
  367 + "/St": 2
  368 + },
  369 + "object": "15 0 R",
  370 + "outlines": [
  371 + {
  372 + "dest": [
  373 + "15 0 R",
  374 + "/FitV",
  375 + 100
  376 + ],
  377 + "object": "100 0 R",
  378 + "title": "Isosicle 1.1.1 -> 12: /FitV 100"
  379 + },
  380 + {
  381 + "dest": [
  382 + "15 0 R",
  383 + "/XYZ",
  384 + null,
  385 + null,
  386 + null
  387 + ],
  388 + "object": "101 0 R",
  389 + "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
  390 + }
  391 + ],
  392 + "pageposfrom1": 13
  393 + },
  394 + {
  395 + "contents": [
  396 + "61 0 R"
  397 + ],
  398 + "images": [],
  399 + "label": {
  400 + "/S": "/D",
  401 + "/St": 3
  402 + },
  403 + "object": "16 0 R",
  404 + "outlines": [
  405 + {
  406 + "dest": [
  407 + "16 0 R",
  408 + "/FitH",
  409 + 792
  410 + ],
  411 + "object": "99 0 R",
  412 + "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
  413 + }
  414 + ],
  415 + "pageposfrom1": 14
  416 + },
  417 + {
  418 + "contents": [
  419 + "63 0 R"
  420 + ],
  421 + "images": [],
  422 + "label": {
  423 + "/S": "/D",
  424 + "/St": 4
  425 + },
  426 + "object": "17 0 R",
  427 + "outlines": [],
  428 + "pageposfrom1": 15
  429 + },
  430 + {
  431 + "contents": [
  432 + "65 0 R"
  433 + ],
  434 + "images": [],
  435 + "label": {
  436 + "/S": "/D",
  437 + "/St": 6
  438 + },
  439 + "object": "18 0 R",
  440 + "outlines": [
  441 + {
  442 + "dest": [
  443 + "18 0 R",
  444 + "/XYZ",
  445 + 66,
  446 + 756,
  447 + 3
  448 + ],
  449 + "object": "97 0 R",
  450 + "title": "Trepak 2 -> 15: /XYZ 66 756 3"
  451 + }
  452 + ],
  453 + "pageposfrom1": 16
  454 + },
  455 + {
  456 + "contents": [
  457 + "67 0 R"
  458 + ],
  459 + "images": [],
  460 + "label": {
  461 + "/S": "/D",
  462 + "/St": 7
  463 + },
  464 + "object": "19 0 R",
  465 + "outlines": [],
  466 + "pageposfrom1": 17
  467 + },
  468 + {
  469 + "contents": [
  470 + "69 0 R"
  471 + ],
  472 + "images": [],
  473 + "label": {
  474 + "/S": "/D",
  475 + "/St": 8
  476 + },
  477 + "object": "20 0 R",
  478 + "outlines": [],
  479 + "pageposfrom1": 18
  480 + },
  481 + {
  482 + "contents": [
  483 + "71 0 R"
  484 + ],
  485 + "images": [],
  486 + "label": {
  487 + "/S": "/D",
  488 + "/St": 9
  489 + },
  490 + "object": "21 0 R",
  491 + "outlines": [
  492 + {
  493 + "dest": [
  494 + "21 0 R",
  495 + "/XYZ",
  496 + null,
  497 + null,
  498 + null
  499 + ],
  500 + "object": "102 0 R",
  501 + "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
  502 + }
  503 + ],
  504 + "pageposfrom1": 19
  505 + },
  506 + {
  507 + "contents": [
  508 + "73 0 R"
  509 + ],
  510 + "images": [],
  511 + "label": {
  512 + "/P": "",
  513 + "/St": 1
  514 + },
  515 + "object": "22 0 R",
  516 + "outlines": [
  517 + {
  518 + "dest": [
  519 + "22 0 R",
  520 + "/XYZ",
  521 + null,
  522 + null,
  523 + null
  524 + ],
  525 + "object": "103 0 R",
  526 + "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
  527 + }
  528 + ],
  529 + "pageposfrom1": 20
  530 + },
  531 + {
  532 + "contents": [
  533 + "75 0 R"
  534 + ],
  535 + "images": [],
  536 + "label": {
  537 + "/S": "/D",
  538 + "/St": 12
  539 + },
  540 + "object": "23 0 R",
  541 + "outlines": [],
  542 + "pageposfrom1": 21
  543 + },
  544 + {
  545 + "contents": [
  546 + "77 0 R"
  547 + ],
  548 + "images": [],
  549 + "label": {
  550 + "/S": "/D",
  551 + "/St": 13
  552 + },
  553 + "object": "24 0 R",
  554 + "outlines": [],
  555 + "pageposfrom1": 22
  556 + },
  557 + {
  558 + "contents": [
  559 + "79 0 R"
  560 + ],
  561 + "images": [],
  562 + "label": {
  563 + "/S": "/D",
  564 + "/St": 16059
  565 + },
  566 + "object": "25 0 R",
  567 + "outlines": [
  568 + {
  569 + "dest": [
  570 + "25 0 R",
  571 + "/XYZ",
  572 + null,
  573 + null,
  574 + null
  575 + ],
  576 + "object": "104 0 R",
  577 + "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
  578 + }
  579 + ],
  580 + "pageposfrom1": 23
  581 + },
  582 + {
  583 + "contents": [
  584 + "81 0 R"
  585 + ],
  586 + "images": [],
  587 + "label": {
  588 + "/S": "/r",
  589 + "/St": 50
  590 + },
  591 + "object": "26 0 R",
  592 + "outlines": [],
  593 + "pageposfrom1": 24
  594 + },
  595 + {
  596 + "contents": [
  597 + "83 0 R"
  598 + ],
  599 + "images": [],
  600 + "label": {
  601 + "/S": "/r",
  602 + "/St": 51
  603 + },
  604 + "object": "27 0 R",
  605 + "outlines": [],
  606 + "pageposfrom1": 25
  607 + },
  608 + {
  609 + "contents": [
  610 + "85 0 R"
  611 + ],
  612 + "images": [],
  613 + "label": {
  614 + "/S": "/r",
  615 + "/St": 52
  616 + },
  617 + "object": "28 0 R",
  618 + "outlines": [],
  619 + "pageposfrom1": 26
  620 + },
  621 + {
  622 + "contents": [
  623 + "87 0 R"
  624 + ],
  625 + "images": [],
  626 + "label": {
  627 + "/S": "/r",
  628 + "/St": 53
  629 + },
  630 + "object": "29 0 R",
  631 + "outlines": [],
  632 + "pageposfrom1": 27
  633 + },
  634 + {
  635 + "contents": [
  636 + "89 0 R"
  637 + ],
  638 + "images": [],
  639 + "label": {
  640 + "/S": "/r",
  641 + "/St": 54
  642 + },
  643 + "object": "30 0 R",
  644 + "outlines": [],
  645 + "pageposfrom1": 28
  646 + },
  647 + {
  648 + "contents": [
  649 + "91 0 R"
  650 + ],
  651 + "images": [],
  652 + "label": {
  653 + "/S": "/r",
  654 + "/St": 55
  655 + },
  656 + "object": "31 0 R",
  657 + "outlines": [],
  658 + "pageposfrom1": 29
  659 + },
  660 + {
  661 + "contents": [
  662 + "93 0 R"
  663 + ],
  664 + "images": [],
  665 + "label": {
  666 + "/S": "/r",
  667 + "/St": 54
  668 + },
  669 + "object": "32 0 R",
  670 + "outlines": [],
  671 + "pageposfrom1": 30
  672 + }
  673 + ],
  674 + "parameters": {
  675 + "decodelevel": "generalized"
  676 + },
  677 + "version": 1
  678 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines-outlines.out 0 → 100644
  1 +{
  2 + "outlines": [
  3 + {
  4 + "dest": [
  5 + "8 0 R",
  6 + "/XYZ",
  7 + null,
  8 + null,
  9 + null
  10 + ],
  11 + "destpageposfrom1": 6,
  12 + "kids": [
  13 + {
  14 + "dest": [
  15 + "14 0 R",
  16 + "/Fit"
  17 + ],
  18 + "destpageposfrom1": 12,
  19 + "kids": [
  20 + {
  21 + "dest": [
  22 + "15 0 R",
  23 + "/FitV",
  24 + 100
  25 + ],
  26 + "destpageposfrom1": 13,
  27 + "kids": [
  28 + {
  29 + "dest": [
  30 + "21 0 R",
  31 + "/XYZ",
  32 + null,
  33 + null,
  34 + null
  35 + ],
  36 + "destpageposfrom1": 19,
  37 + "kids": [],
  38 + "object": "102 0 R",
  39 + "open": true,
  40 + "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
  41 + },
  42 + {
  43 + "dest": [
  44 + "22 0 R",
  45 + "/XYZ",
  46 + null,
  47 + null,
  48 + null
  49 + ],
  50 + "destpageposfrom1": 20,
  51 + "kids": [],
  52 + "object": "103 0 R",
  53 + "open": true,
  54 + "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
  55 + }
  56 + ],
  57 + "object": "100 0 R",
  58 + "open": false,
  59 + "title": "Isosicle 1.1.1 -> 12: /FitV 100"
  60 + },
  61 + {
  62 + "dest": [
  63 + "15 0 R",
  64 + "/XYZ",
  65 + null,
  66 + null,
  67 + null
  68 + ],
  69 + "destpageposfrom1": 13,
  70 + "kids": [
  71 + {
  72 + "dest": [
  73 + "25 0 R",
  74 + "/XYZ",
  75 + null,
  76 + null,
  77 + null
  78 + ],
  79 + "destpageposfrom1": 23,
  80 + "kids": [],
  81 + "object": "104 0 R",
  82 + "open": true,
  83 + "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
  84 + }
  85 + ],
  86 + "object": "101 0 R",
  87 + "open": true,
  88 + "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
  89 + }
  90 + ],
  91 + "object": "98 0 R",
  92 + "open": false,
  93 + "title": "Amanda 1.1 -> 11: /Fit"
  94 + },
  95 + {
  96 + "dest": [
  97 + "16 0 R",
  98 + "/FitH",
  99 + 792
  100 + ],
  101 + "destpageposfrom1": 14,
  102 + "kids": [
  103 + {
  104 + "dest": [
  105 + "4 0 R",
  106 + "/FitR",
  107 + 66,
  108 + 714,
  109 + 180,
  110 + 770
  111 + ],
  112 + "destpageposfrom1": 2,
  113 + "kids": [],
  114 + "object": "105 0 R",
  115 + "open": true,
  116 + "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
  117 + },
  118 + {
  119 + "dest": [
  120 + "3 0 R",
  121 + "/XYZ",
  122 + null,
  123 + null,
  124 + null
  125 + ],
  126 + "destpageposfrom1": 1,
  127 + "kids": [],
  128 + "object": "106 0 R",
  129 + "open": true,
  130 + "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
  131 + }
  132 + ],
  133 + "object": "99 0 R",
  134 + "open": true,
  135 + "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
  136 + }
  137 + ],
  138 + "object": "96 0 R",
  139 + "open": true,
  140 + "title": "Isís 1 -> 5: /XYZ null null null"
  141 + },
  142 + {
  143 + "dest": [
  144 + "18 0 R",
  145 + "/XYZ",
  146 + 66,
  147 + 756,
  148 + 3
  149 + ],
  150 + "destpageposfrom1": 16,
  151 + "kids": [],
  152 + "object": "97 0 R",
  153 + "open": true,
  154 + "title": "Trepak 2 -> 15: /XYZ 66 756 3"
  155 + }
  156 + ],
  157 + "parameters": {
  158 + "decodelevel": "generalized"
  159 + },
  160 + "version": 1
  161 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines-pagelabels.out 0 → 100644
  1 +{
  2 + "pagelabels": [
  3 + {
  4 + "index": 0,
  5 + "label": {
  6 + "/P": "",
  7 + "/St": 1
  8 + }
  9 + },
  10 + {
  11 + "index": 2,
  12 + "label": {
  13 + "/S": "/r",
  14 + "/St": 1
  15 + }
  16 + },
  17 + {
  18 + "index": 7,
  19 + "label": {
  20 + "/P": "",
  21 + "/St": 1
  22 + }
  23 + },
  24 + {
  25 + "index": 9,
  26 + "label": {
  27 + "/S": "/r",
  28 + "/St": 6
  29 + }
  30 + },
  31 + {
  32 + "index": 11,
  33 + "label": {
  34 + "/P": "",
  35 + "/St": 1
  36 + }
  37 + },
  38 + {
  39 + "index": 12,
  40 + "label": {
  41 + "/S": "/D",
  42 + "/St": 2
  43 + }
  44 + },
  45 + {
  46 + "index": 15,
  47 + "label": {
  48 + "/S": "/D",
  49 + "/St": 6
  50 + }
  51 + },
  52 + {
  53 + "index": 19,
  54 + "label": {
  55 + "/P": "",
  56 + "/St": 1
  57 + }
  58 + },
  59 + {
  60 + "index": 20,
  61 + "label": {
  62 + "/S": "/D",
  63 + "/St": 12
  64 + }
  65 + },
  66 + {
  67 + "index": 22,
  68 + "label": {
  69 + "/S": "/D",
  70 + "/St": 16059
  71 + }
  72 + },
  73 + {
  74 + "index": 23,
  75 + "label": {
  76 + "/S": "/r",
  77 + "/St": 50
  78 + }
  79 + },
  80 + {
  81 + "index": 29,
  82 + "label": {
  83 + "/S": "/r",
  84 + "/St": 54
  85 + }
  86 + }
  87 + ],
  88 + "parameters": {
  89 + "decodelevel": "generalized"
  90 + },
  91 + "version": 1
  92 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines-pages.out 0 → 100644
  1 +{
  2 + "pages": [
  3 + {
  4 + "contents": [
  5 + "33 0 R"
  6 + ],
  7 + "images": [],
  8 + "label": {
  9 + "/P": "",
  10 + "/St": 1
  11 + },
  12 + "object": "3 0 R",
  13 + "outlines": [
  14 + {
  15 + "dest": [
  16 + "3 0 R",
  17 + "/XYZ",
  18 + null,
  19 + null,
  20 + null
  21 + ],
  22 + "object": "106 0 R",
  23 + "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
  24 + }
  25 + ],
  26 + "pageposfrom1": 1
  27 + },
  28 + {
  29 + "contents": [
  30 + "37 0 R"
  31 + ],
  32 + "images": [],
  33 + "label": {
  34 + "/P": "",
  35 + "/St": 2
  36 + },
  37 + "object": "4 0 R",
  38 + "outlines": [
  39 + {
  40 + "dest": [
  41 + "4 0 R",
  42 + "/FitR",
  43 + 66,
  44 + 714,
  45 + 180,
  46 + 770
  47 + ],
  48 + "object": "105 0 R",
  49 + "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
  50 + }
  51 + ],
  52 + "pageposfrom1": 2
  53 + },
  54 + {
  55 + "contents": [
  56 + "39 0 R"
  57 + ],
  58 + "images": [],
  59 + "label": {
  60 + "/S": "/r",
  61 + "/St": 1
  62 + },
  63 + "object": "5 0 R",
  64 + "outlines": [],
  65 + "pageposfrom1": 3
  66 + },
  67 + {
  68 + "contents": [
  69 + "41 0 R"
  70 + ],
  71 + "images": [],
  72 + "label": {
  73 + "/S": "/r",
  74 + "/St": 2
  75 + },
  76 + "object": "6 0 R",
  77 + "outlines": [],
  78 + "pageposfrom1": 4
  79 + },
  80 + {
  81 + "contents": [
  82 + "43 0 R"
  83 + ],
  84 + "images": [],
  85 + "label": {
  86 + "/S": "/r",
  87 + "/St": 3
  88 + },
  89 + "object": "7 0 R",
  90 + "outlines": [],
  91 + "pageposfrom1": 5
  92 + },
  93 + {
  94 + "contents": [
  95 + "45 0 R"
  96 + ],
  97 + "images": [],
  98 + "label": {
  99 + "/S": "/r",
  100 + "/St": 4
  101 + },
  102 + "object": "8 0 R",
  103 + "outlines": [
  104 + {
  105 + "dest": [
  106 + "8 0 R",
  107 + "/XYZ",
  108 + null,
  109 + null,
  110 + null
  111 + ],
  112 + "object": "96 0 R",
  113 + "title": "Isís 1 -> 5: /XYZ null null null"
  114 + }
  115 + ],
  116 + "pageposfrom1": 6
  117 + },
  118 + {
  119 + "contents": [
  120 + "47 0 R"
  121 + ],
  122 + "images": [],
  123 + "label": {
  124 + "/S": "/r",
  125 + "/St": 5
  126 + },
  127 + "object": "9 0 R",
  128 + "outlines": [],
  129 + "pageposfrom1": 7
  130 + },
  131 + {
  132 + "contents": [
  133 + "49 0 R"
  134 + ],
  135 + "images": [],
  136 + "label": {
  137 + "/P": "",
  138 + "/St": 1
  139 + },
  140 + "object": "10 0 R",
  141 + "outlines": [],
  142 + "pageposfrom1": 8
  143 + },
  144 + {
  145 + "contents": [
  146 + "51 0 R"
  147 + ],
  148 + "images": [],
  149 + "label": {
  150 + "/P": "",
  151 + "/St": 2
  152 + },
  153 + "object": "11 0 R",
  154 + "outlines": [],
  155 + "pageposfrom1": 9
  156 + },
  157 + {
  158 + "contents": [
  159 + "53 0 R"
  160 + ],
  161 + "images": [],
  162 + "label": {
  163 + "/S": "/r",
  164 + "/St": 6
  165 + },
  166 + "object": "12 0 R",
  167 + "outlines": [],
  168 + "pageposfrom1": 10
  169 + },
  170 + {
  171 + "contents": [
  172 + "55 0 R"
  173 + ],
  174 + "images": [],
  175 + "label": {
  176 + "/S": "/r",
  177 + "/St": 7
  178 + },
  179 + "object": "13 0 R",
  180 + "outlines": [],
  181 + "pageposfrom1": 11
  182 + },
  183 + {
  184 + "contents": [
  185 + "57 0 R"
  186 + ],
  187 + "images": [],
  188 + "label": {
  189 + "/P": "",
  190 + "/St": 1
  191 + },
  192 + "object": "14 0 R",
  193 + "outlines": [
  194 + {
  195 + "dest": [
  196 + "14 0 R",
  197 + "/Fit"
  198 + ],
  199 + "object": "98 0 R",
  200 + "title": "Amanda 1.1 -> 11: /Fit"
  201 + }
  202 + ],
  203 + "pageposfrom1": 12
  204 + },
  205 + {
  206 + "contents": [
  207 + "59 0 R"
  208 + ],
  209 + "images": [],
  210 + "label": {
  211 + "/S": "/D",
  212 + "/St": 2
  213 + },
  214 + "object": "15 0 R",
  215 + "outlines": [
  216 + {
  217 + "dest": [
  218 + "15 0 R",
  219 + "/FitV",
  220 + 100
  221 + ],
  222 + "object": "100 0 R",
  223 + "title": "Isosicle 1.1.1 -> 12: /FitV 100"
  224 + },
  225 + {
  226 + "dest": [
  227 + "15 0 R",
  228 + "/XYZ",
  229 + null,
  230 + null,
  231 + null
  232 + ],
  233 + "object": "101 0 R",
  234 + "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
  235 + }
  236 + ],
  237 + "pageposfrom1": 13
  238 + },
  239 + {
  240 + "contents": [
  241 + "61 0 R"
  242 + ],
  243 + "images": [],
  244 + "label": {
  245 + "/S": "/D",
  246 + "/St": 3
  247 + },
  248 + "object": "16 0 R",
  249 + "outlines": [
  250 + {
  251 + "dest": [
  252 + "16 0 R",
  253 + "/FitH",
  254 + 792
  255 + ],
  256 + "object": "99 0 R",
  257 + "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
  258 + }
  259 + ],
  260 + "pageposfrom1": 14
  261 + },
  262 + {
  263 + "contents": [
  264 + "63 0 R"
  265 + ],
  266 + "images": [],
  267 + "label": {
  268 + "/S": "/D",
  269 + "/St": 4
  270 + },
  271 + "object": "17 0 R",
  272 + "outlines": [],
  273 + "pageposfrom1": 15
  274 + },
  275 + {
  276 + "contents": [
  277 + "65 0 R"
  278 + ],
  279 + "images": [],
  280 + "label": {
  281 + "/S": "/D",
  282 + "/St": 6
  283 + },
  284 + "object": "18 0 R",
  285 + "outlines": [
  286 + {
  287 + "dest": [
  288 + "18 0 R",
  289 + "/XYZ",
  290 + 66,
  291 + 756,
  292 + 3
  293 + ],
  294 + "object": "97 0 R",
  295 + "title": "Trepak 2 -> 15: /XYZ 66 756 3"
  296 + }
  297 + ],
  298 + "pageposfrom1": 16
  299 + },
  300 + {
  301 + "contents": [
  302 + "67 0 R"
  303 + ],
  304 + "images": [],
  305 + "label": {
  306 + "/S": "/D",
  307 + "/St": 7
  308 + },
  309 + "object": "19 0 R",
  310 + "outlines": [],
  311 + "pageposfrom1": 17
  312 + },
  313 + {
  314 + "contents": [
  315 + "69 0 R"
  316 + ],
  317 + "images": [],
  318 + "label": {
  319 + "/S": "/D",
  320 + "/St": 8
  321 + },
  322 + "object": "20 0 R",
  323 + "outlines": [],
  324 + "pageposfrom1": 18
  325 + },
  326 + {
  327 + "contents": [
  328 + "71 0 R"
  329 + ],
  330 + "images": [],
  331 + "label": {
  332 + "/S": "/D",
  333 + "/St": 9
  334 + },
  335 + "object": "21 0 R",
  336 + "outlines": [
  337 + {
  338 + "dest": [
  339 + "21 0 R",
  340 + "/XYZ",
  341 + null,
  342 + null,
  343 + null
  344 + ],
  345 + "object": "102 0 R",
  346 + "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
  347 + }
  348 + ],
  349 + "pageposfrom1": 19
  350 + },
  351 + {
  352 + "contents": [
  353 + "73 0 R"
  354 + ],
  355 + "images": [],
  356 + "label": {
  357 + "/P": "",
  358 + "/St": 1
  359 + },
  360 + "object": "22 0 R",
  361 + "outlines": [
  362 + {
  363 + "dest": [
  364 + "22 0 R",
  365 + "/XYZ",
  366 + null,
  367 + null,
  368 + null
  369 + ],
  370 + "object": "103 0 R",
  371 + "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
  372 + }
  373 + ],
  374 + "pageposfrom1": 20
  375 + },
  376 + {
  377 + "contents": [
  378 + "75 0 R"
  379 + ],
  380 + "images": [],
  381 + "label": {
  382 + "/S": "/D",
  383 + "/St": 12
  384 + },
  385 + "object": "23 0 R",
  386 + "outlines": [],
  387 + "pageposfrom1": 21
  388 + },
  389 + {
  390 + "contents": [
  391 + "77 0 R"
  392 + ],
  393 + "images": [],
  394 + "label": {
  395 + "/S": "/D",
  396 + "/St": 13
  397 + },
  398 + "object": "24 0 R",
  399 + "outlines": [],
  400 + "pageposfrom1": 22
  401 + },
  402 + {
  403 + "contents": [
  404 + "79 0 R"
  405 + ],
  406 + "images": [],
  407 + "label": {
  408 + "/S": "/D",
  409 + "/St": 16059
  410 + },
  411 + "object": "25 0 R",
  412 + "outlines": [
  413 + {
  414 + "dest": [
  415 + "25 0 R",
  416 + "/XYZ",
  417 + null,
  418 + null,
  419 + null
  420 + ],
  421 + "object": "104 0 R",
  422 + "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
  423 + }
  424 + ],
  425 + "pageposfrom1": 23
  426 + },
  427 + {
  428 + "contents": [
  429 + "81 0 R"
  430 + ],
  431 + "images": [],
  432 + "label": {
  433 + "/S": "/r",
  434 + "/St": 50
  435 + },
  436 + "object": "26 0 R",
  437 + "outlines": [],
  438 + "pageposfrom1": 24
  439 + },
  440 + {
  441 + "contents": [
  442 + "83 0 R"
  443 + ],
  444 + "images": [],
  445 + "label": {
  446 + "/S": "/r",
  447 + "/St": 51
  448 + },
  449 + "object": "27 0 R",
  450 + "outlines": [],
  451 + "pageposfrom1": 25
  452 + },
  453 + {
  454 + "contents": [
  455 + "85 0 R"
  456 + ],
  457 + "images": [],
  458 + "label": {
  459 + "/S": "/r",
  460 + "/St": 52
  461 + },
  462 + "object": "28 0 R",
  463 + "outlines": [],
  464 + "pageposfrom1": 26
  465 + },
  466 + {
  467 + "contents": [
  468 + "87 0 R"
  469 + ],
  470 + "images": [],
  471 + "label": {
  472 + "/S": "/r",
  473 + "/St": 53
  474 + },
  475 + "object": "29 0 R",
  476 + "outlines": [],
  477 + "pageposfrom1": 27
  478 + },
  479 + {
  480 + "contents": [
  481 + "89 0 R"
  482 + ],
  483 + "images": [],
  484 + "label": {
  485 + "/S": "/r",
  486 + "/St": 54
  487 + },
  488 + "object": "30 0 R",
  489 + "outlines": [],
  490 + "pageposfrom1": 28
  491 + },
  492 + {
  493 + "contents": [
  494 + "91 0 R"
  495 + ],
  496 + "images": [],
  497 + "label": {
  498 + "/S": "/r",
  499 + "/St": 55
  500 + },
  501 + "object": "31 0 R",
  502 + "outlines": [],
  503 + "pageposfrom1": 29
  504 + },
  505 + {
  506 + "contents": [
  507 + "93 0 R"
  508 + ],
  509 + "images": [],
  510 + "label": {
  511 + "/S": "/r",
  512 + "/St": 54
  513 + },
  514 + "object": "32 0 R",
  515 + "outlines": [],
  516 + "pageposfrom1": 30
  517 + }
  518 + ],
  519 + "parameters": {
  520 + "decodelevel": "generalized"
  521 + },
  522 + "version": 1
  523 +}
... ...
qpdf/qtest/qpdf/json-page-labels-and-outlines.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/Outlines": "95 0 R",
  5 + "/PageLabels": {
  6 + "/Nums": [
  7 + 0,
  8 + {
  9 + "/P": ""
  10 + },
  11 + 2,
  12 + {
  13 + "/S": "/r",
  14 + "/St": 1
  15 + },
  16 + 7,
  17 + {
  18 + "/P": ""
  19 + },
  20 + 9,
  21 + {
  22 + "/S": "/r",
  23 + "/St": 6
  24 + },
  25 + 11,
  26 + {
  27 + "/P": ""
  28 + },
  29 + 12,
  30 + {
  31 + "/S": "/D",
  32 + "/St": 2
  33 + },
  34 + 15,
  35 + {
  36 + "/S": "/D",
  37 + "/St": 6
  38 + },
  39 + 19,
  40 + {
  41 + "/P": ""
  42 + },
  43 + 20,
  44 + {
  45 + "/S": "/D",
  46 + "/St": 12
  47 + },
  48 + 22,
  49 + {
  50 + "/S": "/D",
  51 + "/St": 16059
  52 + },
  53 + 23,
  54 + {
  55 + "/S": "/r",
  56 + "/St": 50
  57 + },
  58 + 29,
  59 + {
  60 + "/S": "/r",
  61 + "/St": 54
  62 + }
  63 + ]
  64 + },
  65 + "/PageMode": "/UseOutlines",
  66 + "/Pages": "2 0 R",
  67 + "/Type": "/Catalog"
  68 + },
  69 + "10 0 R": {
  70 + "/Contents": "49 0 R",
  71 + "/MediaBox": [
  72 + 0,
  73 + 0,
  74 + 612,
  75 + 792
  76 + ],
  77 + "/Parent": "2 0 R",
  78 + "/Resources": {
  79 + "/Font": {
  80 + "/F1": "35 0 R"
  81 + },
  82 + "/ProcSet": "36 0 R"
  83 + },
  84 + "/Type": "/Page"
  85 + },
  86 + "100 0 R": {
  87 + "/Count": -2,
  88 + "/Dest": [
  89 + "15 0 R",
  90 + "/FitV",
  91 + 100
  92 + ],
  93 + "/First": "102 0 R",
  94 + "/Last": "103 0 R",
  95 + "/Next": "101 0 R",
  96 + "/Parent": "98 0 R",
  97 + "/Title": "Isosicle 1.1.1 -> 12: /FitV 100",
  98 + "/Type": "/Outline"
  99 + },
  100 + "101 0 R": {
  101 + "/Count": 1,
  102 + "/Dest": [
  103 + "15 0 R",
  104 + "/XYZ",
  105 + null,
  106 + null,
  107 + null
  108 + ],
  109 + "/First": "104 0 R",
  110 + "/Last": "104 0 R",
  111 + "/Parent": "98 0 R",
  112 + "/Prev": "100 0 R",
  113 + "/Title": "Isosicle 1.1.2 -> 12: /XYZ null null null",
  114 + "/Type": "/Outline"
  115 + },
  116 + "102 0 R": {
  117 + "/Dest": [
  118 + "21 0 R",
  119 + "/XYZ",
  120 + null,
  121 + null,
  122 + null
  123 + ],
  124 + "/Next": "103 0 R",
  125 + "/Parent": "100 0 R",
  126 + "/Title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null",
  127 + "/Type": "/Outline"
  128 + },
  129 + "103 0 R": {
  130 + "/Dest": [
  131 + "22 0 R",
  132 + "/XYZ",
  133 + null,
  134 + null,
  135 + null
  136 + ],
  137 + "/Parent": "100 0 R",
  138 + "/Prev": "102 0 R",
  139 + "/Title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null",
  140 + "/Type": "/Outline"
  141 + },
  142 + "104 0 R": {
  143 + "/Dest": [
  144 + "25 0 R",
  145 + "/XYZ",
  146 + null,
  147 + null,
  148 + null
  149 + ],
  150 + "/Parent": "101 0 R",
  151 + "/Title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null",
  152 + "/Type": "/Outline"
  153 + },
  154 + "105 0 R": {
  155 + "/Dest": [
  156 + "4 0 R",
  157 + "/FitR",
  158 + 66,
  159 + 714,
  160 + 180,
  161 + 770
  162 + ],
  163 + "/Next": "106 0 R",
  164 + "/Parent": "99 0 R",
  165 + "/Title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
  166 + "/Type": "/Outline"
  167 + },
  168 + "106 0 R": {
  169 + "/Dest": [
  170 + "3 0 R",
  171 + "/XYZ",
  172 + null,
  173 + null,
  174 + null
  175 + ],
  176 + "/Parent": "99 0 R",
  177 + "/Prev": "105 0 R",
  178 + "/Title": "Trepsicle 1.2.2 -> 0: /XYZ null null null",
  179 + "/Type": "/Outline"
  180 + },
  181 + "11 0 R": {
  182 + "/Contents": "51 0 R",
  183 + "/MediaBox": [
  184 + 0,
  185 + 0,
  186 + 612,
  187 + 792
  188 + ],
  189 + "/Parent": "2 0 R",
  190 + "/Resources": {
  191 + "/Font": {
  192 + "/F1": "35 0 R"
  193 + },
  194 + "/ProcSet": "36 0 R"
  195 + },
  196 + "/Type": "/Page"
  197 + },
  198 + "12 0 R": {
  199 + "/Contents": "53 0 R",
  200 + "/MediaBox": [
  201 + 0,
  202 + 0,
  203 + 612,
  204 + 792
  205 + ],
  206 + "/Parent": "2 0 R",
  207 + "/Resources": {
  208 + "/Font": {
  209 + "/F1": "35 0 R"
  210 + },
  211 + "/ProcSet": "36 0 R"
  212 + },
  213 + "/Type": "/Page"
  214 + },
  215 + "13 0 R": {
  216 + "/Contents": "55 0 R",
  217 + "/MediaBox": [
  218 + 0,
  219 + 0,
  220 + 612,
  221 + 792
  222 + ],
  223 + "/Parent": "2 0 R",
  224 + "/Resources": {
  225 + "/Font": {
  226 + "/F1": "35 0 R"
  227 + },
  228 + "/ProcSet": "36 0 R"
  229 + },
  230 + "/Type": "/Page"
  231 + },
  232 + "14 0 R": {
  233 + "/Contents": "57 0 R",
  234 + "/MediaBox": [
  235 + 0,
  236 + 0,
  237 + 612,
  238 + 792
  239 + ],
  240 + "/Parent": "2 0 R",
  241 + "/Resources": {
  242 + "/Font": {
  243 + "/F1": "35 0 R"
  244 + },
  245 + "/ProcSet": "36 0 R"
  246 + },
  247 + "/Type": "/Page"
  248 + },
  249 + "15 0 R": {
  250 + "/Contents": "59 0 R",
  251 + "/MediaBox": [
  252 + 0,
  253 + 0,
  254 + 612,
  255 + 792
  256 + ],
  257 + "/Parent": "2 0 R",
  258 + "/Resources": {
  259 + "/Font": {
  260 + "/F1": "35 0 R"
  261 + },
  262 + "/ProcSet": "36 0 R"
  263 + },
  264 + "/Type": "/Page"
  265 + },
  266 + "16 0 R": {
  267 + "/Contents": "61 0 R",
  268 + "/MediaBox": [
  269 + 0,
  270 + 0,
  271 + 612,
  272 + 792
  273 + ],
  274 + "/Parent": "2 0 R",
  275 + "/Resources": {
  276 + "/Font": {
  277 + "/F1": "35 0 R"
  278 + },
  279 + "/ProcSet": "36 0 R"
  280 + },
  281 + "/Type": "/Page"
  282 + },
  283 + "17 0 R": {
  284 + "/Contents": "63 0 R",
  285 + "/MediaBox": [
  286 + 0,
  287 + 0,
  288 + 612,
  289 + 792
  290 + ],
  291 + "/Parent": "2 0 R",
  292 + "/Resources": {
  293 + "/Font": {
  294 + "/F1": "35 0 R"
  295 + },
  296 + "/ProcSet": "36 0 R"
  297 + },
  298 + "/Type": "/Page"
  299 + },
  300 + "18 0 R": {
  301 + "/Contents": "65 0 R",
  302 + "/MediaBox": [
  303 + 0,
  304 + 0,
  305 + 612,
  306 + 792
  307 + ],
  308 + "/Parent": "2 0 R",
  309 + "/Resources": {
  310 + "/Font": {
  311 + "/F1": "35 0 R"
  312 + },
  313 + "/ProcSet": "36 0 R"
  314 + },
  315 + "/Type": "/Page"
  316 + },
  317 + "19 0 R": {
  318 + "/Contents": "67 0 R",
  319 + "/MediaBox": [
  320 + 0,
  321 + 0,
  322 + 612,
  323 + 792
  324 + ],
  325 + "/Parent": "2 0 R",
  326 + "/Resources": {
  327 + "/Font": {
  328 + "/F1": "35 0 R"
  329 + },
  330 + "/ProcSet": "36 0 R"
  331 + },
  332 + "/Type": "/Page"
  333 + },
  334 + "2 0 R": {
  335 + "/Count": 30,
  336 + "/Kids": [
  337 + "3 0 R",
  338 + "4 0 R",
  339 + "5 0 R",
  340 + "6 0 R",
  341 + "7 0 R",
  342 + "8 0 R",
  343 + "9 0 R",
  344 + "10 0 R",
  345 + "11 0 R",
  346 + "12 0 R",
  347 + "13 0 R",
  348 + "14 0 R",
  349 + "15 0 R",
  350 + "16 0 R",
  351 + "17 0 R",
  352 + "18 0 R",
  353 + "19 0 R",
  354 + "20 0 R",
  355 + "21 0 R",
  356 + "22 0 R",
  357 + "23 0 R",
  358 + "24 0 R",
  359 + "25 0 R",
  360 + "26 0 R",
  361 + "27 0 R",
  362 + "28 0 R",
  363 + "29 0 R",
  364 + "30 0 R",
  365 + "31 0 R",
  366 + "32 0 R"
  367 + ],
  368 + "/Type": "/Pages"
  369 + },
  370 + "20 0 R": {
  371 + "/Contents": "69 0 R",
  372 + "/MediaBox": [
  373 + 0,
  374 + 0,
  375 + 612,
  376 + 792
  377 + ],
  378 + "/Parent": "2 0 R",
  379 + "/Resources": {
  380 + "/Font": {
  381 + "/F1": "35 0 R"
  382 + },
  383 + "/ProcSet": "36 0 R"
  384 + },
  385 + "/Type": "/Page"
  386 + },
  387 + "21 0 R": {
  388 + "/Contents": "71 0 R",
  389 + "/MediaBox": [
  390 + 0,
  391 + 0,
  392 + 612,
  393 + 792
  394 + ],
  395 + "/Parent": "2 0 R",
  396 + "/Resources": {
  397 + "/Font": {
  398 + "/F1": "35 0 R"
  399 + },
  400 + "/ProcSet": "36 0 R"
  401 + },
  402 + "/Type": "/Page"
  403 + },
  404 + "22 0 R": {
  405 + "/Contents": "73 0 R",
  406 + "/MediaBox": [
  407 + 0,
  408 + 0,
  409 + 612,
  410 + 792
  411 + ],
  412 + "/Parent": "2 0 R",
  413 + "/Resources": {
  414 + "/Font": {
  415 + "/F1": "35 0 R"
  416 + },
  417 + "/ProcSet": "36 0 R"
  418 + },
  419 + "/Type": "/Page"
  420 + },
  421 + "23 0 R": {
  422 + "/Contents": "75 0 R",
  423 + "/MediaBox": [
  424 + 0,
  425 + 0,
  426 + 612,
  427 + 792
  428 + ],
  429 + "/Parent": "2 0 R",
  430 + "/Resources": {
  431 + "/Font": {
  432 + "/F1": "35 0 R"
  433 + },
  434 + "/ProcSet": "36 0 R"
  435 + },
  436 + "/Type": "/Page"
  437 + },
  438 + "24 0 R": {
  439 + "/Contents": "77 0 R",
  440 + "/MediaBox": [
  441 + 0,
  442 + 0,
  443 + 612,
  444 + 792
  445 + ],
  446 + "/Parent": "2 0 R",
  447 + "/Resources": {
  448 + "/Font": {
  449 + "/F1": "35 0 R"
  450 + },
  451 + "/ProcSet": "36 0 R"
  452 + },
  453 + "/Type": "/Page"
  454 + },
  455 + "25 0 R": {
  456 + "/Contents": "79 0 R",
  457 + "/MediaBox": [
  458 + 0,
  459 + 0,
  460 + 612,
  461 + 792
  462 + ],
  463 + "/Parent": "2 0 R",
  464 + "/Resources": {
  465 + "/Font": {
  466 + "/F1": "35 0 R"
  467 + },
  468 + "/ProcSet": "36 0 R"
  469 + },
  470 + "/Type": "/Page"
  471 + },
  472 + "26 0 R": {
  473 + "/Contents": "81 0 R",
  474 + "/MediaBox": [
  475 + 0,
  476 + 0,
  477 + 612,
  478 + 792
  479 + ],
  480 + "/Parent": "2 0 R",
  481 + "/Resources": {
  482 + "/Font": {
  483 + "/F1": "35 0 R"
  484 + },
  485 + "/ProcSet": "36 0 R"
  486 + },
  487 + "/Type": "/Page"
  488 + },
  489 + "27 0 R": {
  490 + "/Contents": "83 0 R",
  491 + "/MediaBox": [
  492 + 0,
  493 + 0,
  494 + 612,
  495 + 792
  496 + ],
  497 + "/Parent": "2 0 R",
  498 + "/Resources": {
  499 + "/Font": {
  500 + "/F1": "35 0 R"
  501 + },
  502 + "/ProcSet": "36 0 R"
  503 + },
  504 + "/Type": "/Page"
  505 + },
  506 + "28 0 R": {
  507 + "/Contents": "85 0 R",
  508 + "/MediaBox": [
  509 + 0,
  510 + 0,
  511 + 612,
  512 + 792
  513 + ],
  514 + "/Parent": "2 0 R",
  515 + "/Resources": {
  516 + "/Font": {
  517 + "/F1": "35 0 R"
  518 + },
  519 + "/ProcSet": "36 0 R"
  520 + },
  521 + "/Type": "/Page"
  522 + },
  523 + "29 0 R": {
  524 + "/Contents": "87 0 R",
  525 + "/MediaBox": [
  526 + 0,
  527 + 0,
  528 + 612,
  529 + 792
  530 + ],
  531 + "/Parent": "2 0 R",
  532 + "/Resources": {
  533 + "/Font": {
  534 + "/F1": "35 0 R"
  535 + },
  536 + "/ProcSet": "36 0 R"
  537 + },
  538 + "/Type": "/Page"
  539 + },
  540 + "3 0 R": {
  541 + "/Contents": "33 0 R",
  542 + "/MediaBox": [
  543 + 0,
  544 + 0,
  545 + 612,
  546 + 792
  547 + ],
  548 + "/Parent": "2 0 R",
  549 + "/Resources": {
  550 + "/Font": {
  551 + "/F1": "35 0 R"
  552 + },
  553 + "/ProcSet": "36 0 R"
  554 + },
  555 + "/Type": "/Page"
  556 + },
  557 + "30 0 R": {
  558 + "/Contents": "89 0 R",
  559 + "/MediaBox": [
  560 + 0,
  561 + 0,
  562 + 612,
  563 + 792
  564 + ],
  565 + "/Parent": "2 0 R",
  566 + "/Resources": {
  567 + "/Font": {
  568 + "/F1": "35 0 R"
  569 + },
  570 + "/ProcSet": "36 0 R"
  571 + },
  572 + "/Type": "/Page"
  573 + },
  574 + "31 0 R": {
  575 + "/Contents": "91 0 R",
  576 + "/MediaBox": [
  577 + 0,
  578 + 0,
  579 + 612,
  580 + 792
  581 + ],
  582 + "/Parent": "2 0 R",
  583 + "/Resources": {
  584 + "/Font": {
  585 + "/F1": "35 0 R"
  586 + },
  587 + "/ProcSet": "36 0 R"
  588 + },
  589 + "/Type": "/Page"
  590 + },
  591 + "32 0 R": {
  592 + "/Contents": "93 0 R",
  593 + "/MediaBox": [
  594 + 0,
  595 + 0,
  596 + 612,
  597 + 792
  598 + ],
  599 + "/Parent": "2 0 R",
  600 + "/Resources": {
  601 + "/Font": {
  602 + "/F1": "35 0 R"
  603 + },
  604 + "/ProcSet": "36 0 R"
  605 + },
  606 + "/Type": "/Page"
  607 + },
  608 + "33 0 R": {
  609 + "/Length": "34 0 R"
  610 + },
  611 + "34 0 R": 46,
  612 + "35 0 R": {
  613 + "/BaseFont": "/Helvetica",
  614 + "/Encoding": "/WinAnsiEncoding",
  615 + "/Name": "/F1",
  616 + "/Subtype": "/Type1",
  617 + "/Type": "/Font"
  618 + },
  619 + "36 0 R": [
  620 + "/PDF",
  621 + "/Text"
  622 + ],
  623 + "37 0 R": {
  624 + "/Length": "38 0 R"
  625 + },
  626 + "38 0 R": 46,
  627 + "39 0 R": {
  628 + "/Length": "40 0 R"
  629 + },
  630 + "4 0 R": {
  631 + "/Contents": "37 0 R",
  632 + "/MediaBox": [
  633 + 0,
  634 + 0,
  635 + 612,
  636 + 792
  637 + ],
  638 + "/Parent": "2 0 R",
  639 + "/Resources": {
  640 + "/Font": {
  641 + "/F1": "35 0 R"
  642 + },
  643 + "/ProcSet": "36 0 R"
  644 + },
  645 + "/Type": "/Page"
  646 + },
  647 + "40 0 R": 46,
  648 + "41 0 R": {
  649 + "/Length": "42 0 R"
  650 + },
  651 + "42 0 R": 46,
  652 + "43 0 R": {
  653 + "/Length": "44 0 R"
  654 + },
  655 + "44 0 R": 46,
  656 + "45 0 R": {
  657 + "/Length": "46 0 R"
  658 + },
  659 + "46 0 R": 46,
  660 + "47 0 R": {
  661 + "/Length": "48 0 R"
  662 + },
  663 + "48 0 R": 46,
  664 + "49 0 R": {
  665 + "/Length": "50 0 R"
  666 + },
  667 + "5 0 R": {
  668 + "/Contents": "39 0 R",
  669 + "/MediaBox": [
  670 + 0,
  671 + 0,
  672 + 612,
  673 + 792
  674 + ],
  675 + "/Parent": "2 0 R",
  676 + "/Resources": {
  677 + "/Font": {
  678 + "/F1": "35 0 R"
  679 + },
  680 + "/ProcSet": "36 0 R"
  681 + },
  682 + "/Type": "/Page"
  683 + },
  684 + "50 0 R": 46,
  685 + "51 0 R": {
  686 + "/Length": "52 0 R"
  687 + },
  688 + "52 0 R": 46,
  689 + "53 0 R": {
  690 + "/Length": "54 0 R"
  691 + },
  692 + "54 0 R": 46,
  693 + "55 0 R": {
  694 + "/Length": "56 0 R"
  695 + },
  696 + "56 0 R": 47,
  697 + "57 0 R": {
  698 + "/Length": "58 0 R"
  699 + },
  700 + "58 0 R": 47,
  701 + "59 0 R": {
  702 + "/Length": "60 0 R"
  703 + },
  704 + "6 0 R": {
  705 + "/Contents": "41 0 R",
  706 + "/MediaBox": [
  707 + 0,
  708 + 0,
  709 + 612,
  710 + 792
  711 + ],
  712 + "/Parent": "2 0 R",
  713 + "/Resources": {
  714 + "/Font": {
  715 + "/F1": "35 0 R"
  716 + },
  717 + "/ProcSet": "36 0 R"
  718 + },
  719 + "/Type": "/Page"
  720 + },
  721 + "60 0 R": 47,
  722 + "61 0 R": {
  723 + "/Length": "62 0 R"
  724 + },
  725 + "62 0 R": 47,
  726 + "63 0 R": {
  727 + "/Length": "64 0 R"
  728 + },
  729 + "64 0 R": 47,
  730 + "65 0 R": {
  731 + "/Length": "66 0 R"
  732 + },
  733 + "66 0 R": 47,
  734 + "67 0 R": {
  735 + "/Length": "68 0 R"
  736 + },
  737 + "68 0 R": 47,
  738 + "69 0 R": {
  739 + "/Length": "70 0 R"
  740 + },
  741 + "7 0 R": {
  742 + "/Contents": "43 0 R",
  743 + "/MediaBox": [
  744 + 0,
  745 + 0,
  746 + 612,
  747 + 792
  748 + ],
  749 + "/Parent": "2 0 R",
  750 + "/Resources": {
  751 + "/Font": {
  752 + "/F1": "35 0 R"
  753 + },
  754 + "/ProcSet": "36 0 R"
  755 + },
  756 + "/Type": "/Page"
  757 + },
  758 + "70 0 R": 47,
  759 + "71 0 R": {
  760 + "/Length": "72 0 R"
  761 + },
  762 + "72 0 R": 47,
  763 + "73 0 R": {
  764 + "/Length": "74 0 R"
  765 + },
  766 + "74 0 R": 47,
  767 + "75 0 R": {
  768 + "/Length": "76 0 R"
  769 + },
  770 + "76 0 R": 47,
  771 + "77 0 R": {
  772 + "/Length": "78 0 R"
  773 + },
  774 + "78 0 R": 47,
  775 + "79 0 R": {
  776 + "/Length": "80 0 R"
  777 + },
  778 + "8 0 R": {
  779 + "/Contents": "45 0 R",
  780 + "/MediaBox": [
  781 + 0,
  782 + 0,
  783 + 612,
  784 + 792
  785 + ],
  786 + "/Parent": "2 0 R",
  787 + "/Resources": {
  788 + "/Font": {
  789 + "/F1": "35 0 R"
  790 + },
  791 + "/ProcSet": "36 0 R"
  792 + },
  793 + "/Type": "/Page"
  794 + },
  795 + "80 0 R": 47,
  796 + "81 0 R": {
  797 + "/Length": "82 0 R"
  798 + },
  799 + "82 0 R": 47,
  800 + "83 0 R": {
  801 + "/Length": "84 0 R"
  802 + },
  803 + "84 0 R": 47,
  804 + "85 0 R": {
  805 + "/Length": "86 0 R"
  806 + },
  807 + "86 0 R": 47,
  808 + "87 0 R": {
  809 + "/Length": "88 0 R"
  810 + },
  811 + "88 0 R": 47,
  812 + "89 0 R": {
  813 + "/Length": "90 0 R"
  814 + },
  815 + "9 0 R": {
  816 + "/Contents": "47 0 R",
  817 + "/MediaBox": [
  818 + 0,
  819 + 0,
  820 + 612,
  821 + 792
  822 + ],
  823 + "/Parent": "2 0 R",
  824 + "/Resources": {
  825 + "/Font": {
  826 + "/F1": "35 0 R"
  827 + },
  828 + "/ProcSet": "36 0 R"
  829 + },
  830 + "/Type": "/Page"
  831 + },
  832 + "90 0 R": 47,
  833 + "91 0 R": {
  834 + "/Length": "92 0 R"
  835 + },
  836 + "92 0 R": 47,
  837 + "93 0 R": {
  838 + "/Length": "94 0 R"
  839 + },
  840 + "94 0 R": 47,
  841 + "95 0 R": {
  842 + "/Count": 6,
  843 + "/First": "96 0 R",
  844 + "/Last": "97 0 R",
  845 + "/Type": "/Outlines"
  846 + },
  847 + "96 0 R": {
  848 + "/Count": 4,
  849 + "/Dest": [
  850 + "8 0 R",
  851 + "/XYZ",
  852 + null,
  853 + null,
  854 + null
  855 + ],
  856 + "/First": "98 0 R",
  857 + "/Last": "99 0 R",
  858 + "/Next": "97 0 R",
  859 + "/Parent": "95 0 R",
  860 + "/Title": "Isís 1 -> 5: /XYZ null null null",
  861 + "/Type": "/Outline"
  862 + },
  863 + "97 0 R": {
  864 + "/Dest": [
  865 + "18 0 R",
  866 + "/XYZ",
  867 + 66,
  868 + 756,
  869 + 3
  870 + ],
  871 + "/Parent": "95 0 R",
  872 + "/Prev": "96 0 R",
  873 + "/Title": "Trepak 2 -> 15: /XYZ 66 756 3",
  874 + "/Type": "/Outline"
  875 + },
  876 + "98 0 R": {
  877 + "/Count": -3,
  878 + "/Dest": [
  879 + "14 0 R",
  880 + "/Fit"
  881 + ],
  882 + "/First": "100 0 R",
  883 + "/Last": "101 0 R",
  884 + "/Next": "99 0 R",
  885 + "/Parent": "96 0 R",
  886 + "/Title": "Amanda 1.1 -> 11: /Fit",
  887 + "/Type": "/Outline"
  888 + },
  889 + "99 0 R": {
  890 + "/Count": 2,
  891 + "/Dest": [
  892 + "16 0 R",
  893 + "/FitH",
  894 + 792
  895 + ],
  896 + "/First": "105 0 R",
  897 + "/Last": "106 0 R",
  898 + "/Parent": "96 0 R",
  899 + "/Prev": "98 0 R",
  900 + "/Title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
  901 + "/Type": "/Outline"
  902 + },
  903 + "trailer": {
  904 + "/Root": "1 0 R",
  905 + "/Size": 107
  906 + }
  907 + },
  908 + "outlines": [
  909 + {
  910 + "dest": [
  911 + "8 0 R",
  912 + "/XYZ",
  913 + null,
  914 + null,
  915 + null
  916 + ],
  917 + "destpageposfrom1": 6,
  918 + "kids": [
  919 + {
  920 + "dest": [
  921 + "14 0 R",
  922 + "/Fit"
  923 + ],
  924 + "destpageposfrom1": 12,
  925 + "kids": [
  926 + {
  927 + "dest": [
  928 + "15 0 R",
  929 + "/FitV",
  930 + 100
  931 + ],
  932 + "destpageposfrom1": 13,
  933 + "kids": [
  934 + {
  935 + "dest": [
  936 + "21 0 R",
  937 + "/XYZ",
  938 + null,
  939 + null,
  940 + null
  941 + ],
  942 + "destpageposfrom1": 19,
  943 + "kids": [],
  944 + "object": "102 0 R",
  945 + "open": true,
  946 + "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
  947 + },
  948 + {
  949 + "dest": [
  950 + "22 0 R",
  951 + "/XYZ",
  952 + null,
  953 + null,
  954 + null
  955 + ],
  956 + "destpageposfrom1": 20,
  957 + "kids": [],
  958 + "object": "103 0 R",
  959 + "open": true,
  960 + "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
  961 + }
  962 + ],
  963 + "object": "100 0 R",
  964 + "open": false,
  965 + "title": "Isosicle 1.1.1 -> 12: /FitV 100"
  966 + },
  967 + {
  968 + "dest": [
  969 + "15 0 R",
  970 + "/XYZ",
  971 + null,
  972 + null,
  973 + null
  974 + ],
  975 + "destpageposfrom1": 13,
  976 + "kids": [
  977 + {
  978 + "dest": [
  979 + "25 0 R",
  980 + "/XYZ",
  981 + null,
  982 + null,
  983 + null
  984 + ],
  985 + "destpageposfrom1": 23,
  986 + "kids": [],
  987 + "object": "104 0 R",
  988 + "open": true,
  989 + "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
  990 + }
  991 + ],
  992 + "object": "101 0 R",
  993 + "open": true,
  994 + "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
  995 + }
  996 + ],
  997 + "object": "98 0 R",
  998 + "open": false,
  999 + "title": "Amanda 1.1 -> 11: /Fit"
  1000 + },
  1001 + {
  1002 + "dest": [
  1003 + "16 0 R",
  1004 + "/FitH",
  1005 + 792
  1006 + ],
  1007 + "destpageposfrom1": 14,
  1008 + "kids": [
  1009 + {
  1010 + "dest": [
  1011 + "4 0 R",
  1012 + "/FitR",
  1013 + 66,
  1014 + 714,
  1015 + 180,
  1016 + 770
  1017 + ],
  1018 + "destpageposfrom1": 2,
  1019 + "kids": [],
  1020 + "object": "105 0 R",
  1021 + "open": true,
  1022 + "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
  1023 + },
  1024 + {
  1025 + "dest": [
  1026 + "3 0 R",
  1027 + "/XYZ",
  1028 + null,
  1029 + null,
  1030 + null
  1031 + ],
  1032 + "destpageposfrom1": 1,
  1033 + "kids": [],
  1034 + "object": "106 0 R",
  1035 + "open": true,
  1036 + "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
  1037 + }
  1038 + ],
  1039 + "object": "99 0 R",
  1040 + "open": true,
  1041 + "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
  1042 + }
  1043 + ],
  1044 + "object": "96 0 R",
  1045 + "open": true,
  1046 + "title": "Isís 1 -> 5: /XYZ null null null"
  1047 + },
  1048 + {
  1049 + "dest": [
  1050 + "18 0 R",
  1051 + "/XYZ",
  1052 + 66,
  1053 + 756,
  1054 + 3
  1055 + ],
  1056 + "destpageposfrom1": 16,
  1057 + "kids": [],
  1058 + "object": "97 0 R",
  1059 + "open": true,
  1060 + "title": "Trepak 2 -> 15: /XYZ 66 756 3"
  1061 + }
  1062 + ],
  1063 + "pagelabels": [
  1064 + {
  1065 + "index": 0,
  1066 + "label": {
  1067 + "/P": "",
  1068 + "/St": 1
  1069 + }
  1070 + },
  1071 + {
  1072 + "index": 2,
  1073 + "label": {
  1074 + "/S": "/r",
  1075 + "/St": 1
  1076 + }
  1077 + },
  1078 + {
  1079 + "index": 7,
  1080 + "label": {
  1081 + "/P": "",
  1082 + "/St": 1
  1083 + }
  1084 + },
  1085 + {
  1086 + "index": 9,
  1087 + "label": {
  1088 + "/S": "/r",
  1089 + "/St": 6
  1090 + }
  1091 + },
  1092 + {
  1093 + "index": 11,
  1094 + "label": {
  1095 + "/P": "",
  1096 + "/St": 1
  1097 + }
  1098 + },
  1099 + {
  1100 + "index": 12,
  1101 + "label": {
  1102 + "/S": "/D",
  1103 + "/St": 2
  1104 + }
  1105 + },
  1106 + {
  1107 + "index": 15,
  1108 + "label": {
  1109 + "/S": "/D",
  1110 + "/St": 6
  1111 + }
  1112 + },
  1113 + {
  1114 + "index": 19,
  1115 + "label": {
  1116 + "/P": "",
  1117 + "/St": 1
  1118 + }
  1119 + },
  1120 + {
  1121 + "index": 20,
  1122 + "label": {
  1123 + "/S": "/D",
  1124 + "/St": 12
  1125 + }
  1126 + },
  1127 + {
  1128 + "index": 22,
  1129 + "label": {
  1130 + "/S": "/D",
  1131 + "/St": 16059
  1132 + }
  1133 + },
  1134 + {
  1135 + "index": 23,
  1136 + "label": {
  1137 + "/S": "/r",
  1138 + "/St": 50
  1139 + }
  1140 + },
  1141 + {
  1142 + "index": 29,
  1143 + "label": {
  1144 + "/S": "/r",
  1145 + "/St": 54
  1146 + }
  1147 + }
  1148 + ],
  1149 + "pages": [
  1150 + {
  1151 + "contents": [
  1152 + "33 0 R"
  1153 + ],
  1154 + "images": [],
  1155 + "label": {
  1156 + "/P": "",
  1157 + "/St": 1
  1158 + },
  1159 + "object": "3 0 R",
  1160 + "outlines": [
  1161 + {
  1162 + "dest": [
  1163 + "3 0 R",
  1164 + "/XYZ",
  1165 + null,
  1166 + null,
  1167 + null
  1168 + ],
  1169 + "object": "106 0 R",
  1170 + "title": "Trepsicle 1.2.2 -> 0: /XYZ null null null"
  1171 + }
  1172 + ],
  1173 + "pageposfrom1": 1
  1174 + },
  1175 + {
  1176 + "contents": [
  1177 + "37 0 R"
  1178 + ],
  1179 + "images": [],
  1180 + "label": {
  1181 + "/P": "",
  1182 + "/St": 2
  1183 + },
  1184 + "object": "4 0 R",
  1185 + "outlines": [
  1186 + {
  1187 + "dest": [
  1188 + "4 0 R",
  1189 + "/FitR",
  1190 + 66,
  1191 + 714,
  1192 + 180,
  1193 + 770
  1194 + ],
  1195 + "object": "105 0 R",
  1196 + "title": "Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770"
  1197 + }
  1198 + ],
  1199 + "pageposfrom1": 2
  1200 + },
  1201 + {
  1202 + "contents": [
  1203 + "39 0 R"
  1204 + ],
  1205 + "images": [],
  1206 + "label": {
  1207 + "/S": "/r",
  1208 + "/St": 1
  1209 + },
  1210 + "object": "5 0 R",
  1211 + "outlines": [],
  1212 + "pageposfrom1": 3
  1213 + },
  1214 + {
  1215 + "contents": [
  1216 + "41 0 R"
  1217 + ],
  1218 + "images": [],
  1219 + "label": {
  1220 + "/S": "/r",
  1221 + "/St": 2
  1222 + },
  1223 + "object": "6 0 R",
  1224 + "outlines": [],
  1225 + "pageposfrom1": 4
  1226 + },
  1227 + {
  1228 + "contents": [
  1229 + "43 0 R"
  1230 + ],
  1231 + "images": [],
  1232 + "label": {
  1233 + "/S": "/r",
  1234 + "/St": 3
  1235 + },
  1236 + "object": "7 0 R",
  1237 + "outlines": [],
  1238 + "pageposfrom1": 5
  1239 + },
  1240 + {
  1241 + "contents": [
  1242 + "45 0 R"
  1243 + ],
  1244 + "images": [],
  1245 + "label": {
  1246 + "/S": "/r",
  1247 + "/St": 4
  1248 + },
  1249 + "object": "8 0 R",
  1250 + "outlines": [
  1251 + {
  1252 + "dest": [
  1253 + "8 0 R",
  1254 + "/XYZ",
  1255 + null,
  1256 + null,
  1257 + null
  1258 + ],
  1259 + "object": "96 0 R",
  1260 + "title": "Isís 1 -> 5: /XYZ null null null"
  1261 + }
  1262 + ],
  1263 + "pageposfrom1": 6
  1264 + },
  1265 + {
  1266 + "contents": [
  1267 + "47 0 R"
  1268 + ],
  1269 + "images": [],
  1270 + "label": {
  1271 + "/S": "/r",
  1272 + "/St": 5
  1273 + },
  1274 + "object": "9 0 R",
  1275 + "outlines": [],
  1276 + "pageposfrom1": 7
  1277 + },
  1278 + {
  1279 + "contents": [
  1280 + "49 0 R"
  1281 + ],
  1282 + "images": [],
  1283 + "label": {
  1284 + "/P": "",
  1285 + "/St": 1
  1286 + },
  1287 + "object": "10 0 R",
  1288 + "outlines": [],
  1289 + "pageposfrom1": 8
  1290 + },
  1291 + {
  1292 + "contents": [
  1293 + "51 0 R"
  1294 + ],
  1295 + "images": [],
  1296 + "label": {
  1297 + "/P": "",
  1298 + "/St": 2
  1299 + },
  1300 + "object": "11 0 R",
  1301 + "outlines": [],
  1302 + "pageposfrom1": 9
  1303 + },
  1304 + {
  1305 + "contents": [
  1306 + "53 0 R"
  1307 + ],
  1308 + "images": [],
  1309 + "label": {
  1310 + "/S": "/r",
  1311 + "/St": 6
  1312 + },
  1313 + "object": "12 0 R",
  1314 + "outlines": [],
  1315 + "pageposfrom1": 10
  1316 + },
  1317 + {
  1318 + "contents": [
  1319 + "55 0 R"
  1320 + ],
  1321 + "images": [],
  1322 + "label": {
  1323 + "/S": "/r",
  1324 + "/St": 7
  1325 + },
  1326 + "object": "13 0 R",
  1327 + "outlines": [],
  1328 + "pageposfrom1": 11
  1329 + },
  1330 + {
  1331 + "contents": [
  1332 + "57 0 R"
  1333 + ],
  1334 + "images": [],
  1335 + "label": {
  1336 + "/P": "",
  1337 + "/St": 1
  1338 + },
  1339 + "object": "14 0 R",
  1340 + "outlines": [
  1341 + {
  1342 + "dest": [
  1343 + "14 0 R",
  1344 + "/Fit"
  1345 + ],
  1346 + "object": "98 0 R",
  1347 + "title": "Amanda 1.1 -> 11: /Fit"
  1348 + }
  1349 + ],
  1350 + "pageposfrom1": 12
  1351 + },
  1352 + {
  1353 + "contents": [
  1354 + "59 0 R"
  1355 + ],
  1356 + "images": [],
  1357 + "label": {
  1358 + "/S": "/D",
  1359 + "/St": 2
  1360 + },
  1361 + "object": "15 0 R",
  1362 + "outlines": [
  1363 + {
  1364 + "dest": [
  1365 + "15 0 R",
  1366 + "/FitV",
  1367 + 100
  1368 + ],
  1369 + "object": "100 0 R",
  1370 + "title": "Isosicle 1.1.1 -> 12: /FitV 100"
  1371 + },
  1372 + {
  1373 + "dest": [
  1374 + "15 0 R",
  1375 + "/XYZ",
  1376 + null,
  1377 + null,
  1378 + null
  1379 + ],
  1380 + "object": "101 0 R",
  1381 + "title": "Isosicle 1.1.2 -> 12: /XYZ null null null"
  1382 + }
  1383 + ],
  1384 + "pageposfrom1": 13
  1385 + },
  1386 + {
  1387 + "contents": [
  1388 + "61 0 R"
  1389 + ],
  1390 + "images": [],
  1391 + "label": {
  1392 + "/S": "/D",
  1393 + "/St": 3
  1394 + },
  1395 + "object": "16 0 R",
  1396 + "outlines": [
  1397 + {
  1398 + "dest": [
  1399 + "16 0 R",
  1400 + "/FitH",
  1401 + 792
  1402 + ],
  1403 + "object": "99 0 R",
  1404 + "title": "Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792"
  1405 + }
  1406 + ],
  1407 + "pageposfrom1": 14
  1408 + },
  1409 + {
  1410 + "contents": [
  1411 + "63 0 R"
  1412 + ],
  1413 + "images": [],
  1414 + "label": {
  1415 + "/S": "/D",
  1416 + "/St": 4
  1417 + },
  1418 + "object": "17 0 R",
  1419 + "outlines": [],
  1420 + "pageposfrom1": 15
  1421 + },
  1422 + {
  1423 + "contents": [
  1424 + "65 0 R"
  1425 + ],
  1426 + "images": [],
  1427 + "label": {
  1428 + "/S": "/D",
  1429 + "/St": 6
  1430 + },
  1431 + "object": "18 0 R",
  1432 + "outlines": [
  1433 + {
  1434 + "dest": [
  1435 + "18 0 R",
  1436 + "/XYZ",
  1437 + 66,
  1438 + 756,
  1439 + 3
  1440 + ],
  1441 + "object": "97 0 R",
  1442 + "title": "Trepak 2 -> 15: /XYZ 66 756 3"
  1443 + }
  1444 + ],
  1445 + "pageposfrom1": 16
  1446 + },
  1447 + {
  1448 + "contents": [
  1449 + "67 0 R"
  1450 + ],
  1451 + "images": [],
  1452 + "label": {
  1453 + "/S": "/D",
  1454 + "/St": 7
  1455 + },
  1456 + "object": "19 0 R",
  1457 + "outlines": [],
  1458 + "pageposfrom1": 17
  1459 + },
  1460 + {
  1461 + "contents": [
  1462 + "69 0 R"
  1463 + ],
  1464 + "images": [],
  1465 + "label": {
  1466 + "/S": "/D",
  1467 + "/St": 8
  1468 + },
  1469 + "object": "20 0 R",
  1470 + "outlines": [],
  1471 + "pageposfrom1": 18
  1472 + },
  1473 + {
  1474 + "contents": [
  1475 + "71 0 R"
  1476 + ],
  1477 + "images": [],
  1478 + "label": {
  1479 + "/S": "/D",
  1480 + "/St": 9
  1481 + },
  1482 + "object": "21 0 R",
  1483 + "outlines": [
  1484 + {
  1485 + "dest": [
  1486 + "21 0 R",
  1487 + "/XYZ",
  1488 + null,
  1489 + null,
  1490 + null
  1491 + ],
  1492 + "object": "102 0 R",
  1493 + "title": "Isosicle 1.1.1.1 -> 18: /XYZ null null null"
  1494 + }
  1495 + ],
  1496 + "pageposfrom1": 19
  1497 + },
  1498 + {
  1499 + "contents": [
  1500 + "73 0 R"
  1501 + ],
  1502 + "images": [],
  1503 + "label": {
  1504 + "/P": "",
  1505 + "/St": 1
  1506 + },
  1507 + "object": "22 0 R",
  1508 + "outlines": [
  1509 + {
  1510 + "dest": [
  1511 + "22 0 R",
  1512 + "/XYZ",
  1513 + null,
  1514 + null,
  1515 + null
  1516 + ],
  1517 + "object": "103 0 R",
  1518 + "title": "Isosicle 1.1.1.2 -> 19: /XYZ null null null"
  1519 + }
  1520 + ],
  1521 + "pageposfrom1": 20
  1522 + },
  1523 + {
  1524 + "contents": [
  1525 + "75 0 R"
  1526 + ],
  1527 + "images": [],
  1528 + "label": {
  1529 + "/S": "/D",
  1530 + "/St": 12
  1531 + },
  1532 + "object": "23 0 R",
  1533 + "outlines": [],
  1534 + "pageposfrom1": 21
  1535 + },
  1536 + {
  1537 + "contents": [
  1538 + "77 0 R"
  1539 + ],
  1540 + "images": [],
  1541 + "label": {
  1542 + "/S": "/D",
  1543 + "/St": 13
  1544 + },
  1545 + "object": "24 0 R",
  1546 + "outlines": [],
  1547 + "pageposfrom1": 22
  1548 + },
  1549 + {
  1550 + "contents": [
  1551 + "79 0 R"
  1552 + ],
  1553 + "images": [],
  1554 + "label": {
  1555 + "/S": "/D",
  1556 + "/St": 16059
  1557 + },
  1558 + "object": "25 0 R",
  1559 + "outlines": [
  1560 + {
  1561 + "dest": [
  1562 + "25 0 R",
  1563 + "/XYZ",
  1564 + null,
  1565 + null,
  1566 + null
  1567 + ],
  1568 + "object": "104 0 R",
  1569 + "title": "Isosicle 1.1.2.1 -> 22: /XYZ null null null"
  1570 + }
  1571 + ],
  1572 + "pageposfrom1": 23
  1573 + },
  1574 + {
  1575 + "contents": [
  1576 + "81 0 R"
  1577 + ],
  1578 + "images": [],
  1579 + "label": {
  1580 + "/S": "/r",
  1581 + "/St": 50
  1582 + },
  1583 + "object": "26 0 R",
  1584 + "outlines": [],
  1585 + "pageposfrom1": 24
  1586 + },
  1587 + {
  1588 + "contents": [
  1589 + "83 0 R"
  1590 + ],
  1591 + "images": [],
  1592 + "label": {
  1593 + "/S": "/r",
  1594 + "/St": 51
  1595 + },
  1596 + "object": "27 0 R",
  1597 + "outlines": [],
  1598 + "pageposfrom1": 25
  1599 + },
  1600 + {
  1601 + "contents": [
  1602 + "85 0 R"
  1603 + ],
  1604 + "images": [],
  1605 + "label": {
  1606 + "/S": "/r",
  1607 + "/St": 52
  1608 + },
  1609 + "object": "28 0 R",
  1610 + "outlines": [],
  1611 + "pageposfrom1": 26
  1612 + },
  1613 + {
  1614 + "contents": [
  1615 + "87 0 R"
  1616 + ],
  1617 + "images": [],
  1618 + "label": {
  1619 + "/S": "/r",
  1620 + "/St": 53
  1621 + },
  1622 + "object": "29 0 R",
  1623 + "outlines": [],
  1624 + "pageposfrom1": 27
  1625 + },
  1626 + {
  1627 + "contents": [
  1628 + "89 0 R"
  1629 + ],
  1630 + "images": [],
  1631 + "label": {
  1632 + "/S": "/r",
  1633 + "/St": 54
  1634 + },
  1635 + "object": "30 0 R",
  1636 + "outlines": [],
  1637 + "pageposfrom1": 28
  1638 + },
  1639 + {
  1640 + "contents": [
  1641 + "91 0 R"
  1642 + ],
  1643 + "images": [],
  1644 + "label": {
  1645 + "/S": "/r",
  1646 + "/St": 55
  1647 + },
  1648 + "object": "31 0 R",
  1649 + "outlines": [],
  1650 + "pageposfrom1": 29
  1651 + },
  1652 + {
  1653 + "contents": [
  1654 + "93 0 R"
  1655 + ],
  1656 + "images": [],
  1657 + "label": {
  1658 + "/S": "/r",
  1659 + "/St": 54
  1660 + },
  1661 + "object": "32 0 R",
  1662 + "outlines": [],
  1663 + "pageposfrom1": 30
  1664 + }
  1665 + ],
  1666 + "parameters": {
  1667 + "decodelevel": "generalized"
  1668 + },
  1669 + "version": 1
  1670 +}
... ...
qpdf/qtest/qpdf/json-page-labels-num-tree.out 0 → 100644
  1 +{
  2 + "objects": {
  3 + "1 0 R": {
  4 + "/PageLabels": "2 0 R",
  5 + "/Pages": "3 0 R",
  6 + "/Type": "/Catalog"
  7 + },
  8 + "10 0 R": {
  9 + "/Contents": "48 0 R",
  10 + "/MediaBox": [
  11 + 0,
  12 + 0,
  13 + 612,
  14 + 792
  15 + ],
  16 + "/Parent": "3 0 R",
  17 + "/Resources": {
  18 + "/Font": {
  19 + "/F1": "40 0 R"
  20 + },
  21 + "/ProcSet": "41 0 R"
  22 + },
  23 + "/Type": "/Page"
  24 + },
  25 + "11 0 R": {
  26 + "/Contents": "50 0 R",
  27 + "/MediaBox": [
  28 + 0,
  29 + 0,
  30 + 612,
  31 + 792
  32 + ],
  33 + "/Parent": "3 0 R",
  34 + "/Resources": {
  35 + "/Font": {
  36 + "/F1": "40 0 R"
  37 + },
  38 + "/ProcSet": "41 0 R"
  39 + },
  40 + "/Type": "/Page"
  41 + },
  42 + "12 0 R": {
  43 + "/Contents": "52 0 R",
  44 + "/MediaBox": [
  45 + 0,
  46 + 0,
  47 + 612,
  48 + 792
  49 + ],
  50 + "/Parent": "3 0 R",
  51 + "/Resources": {
  52 + "/Font": {
  53 + "/F1": "40 0 R"
  54 + },
  55 + "/ProcSet": "41 0 R"
  56 + },
  57 + "/Type": "/Page"
  58 + },
  59 + "13 0 R": {
  60 + "/Contents": "54 0 R",
  61 + "/MediaBox": [
  62 + 0,
  63 + 0,
  64 + 612,
  65 + 792
  66 + ],
  67 + "/Parent": "3 0 R",
  68 + "/Resources": {
  69 + "/Font": {
  70 + "/F1": "40 0 R"
  71 + },
  72 + "/ProcSet": "41 0 R"
  73 + },
  74 + "/Type": "/Page"
  75 + },
  76 + "14 0 R": {
  77 + "/Contents": "56 0 R",
  78 + "/MediaBox": [
  79 + 0,
  80 + 0,
  81 + 612,
  82 + 792
  83 + ],
  84 + "/Parent": "3 0 R",
  85 + "/Resources": {
  86 + "/Font": {
  87 + "/F1": "40 0 R"
  88 + },
  89 + "/ProcSet": "41 0 R"
  90 + },
  91 + "/Type": "/Page"
  92 + },
  93 + "15 0 R": {
  94 + "/Contents": "58 0 R",
  95 + "/MediaBox": [
  96 + 0,
  97 + 0,
  98 + 612,
  99 + 792
  100 + ],
  101 + "/Parent": "3 0 R",
  102 + "/Resources": {
  103 + "/Font": {
  104 + "/F1": "40 0 R"
  105 + },
  106 + "/ProcSet": "41 0 R"
  107 + },
  108 + "/Type": "/Page"
  109 + },
  110 + "16 0 R": {
  111 + "/Contents": "60 0 R",
  112 + "/MediaBox": [
  113 + 0,
  114 + 0,
  115 + 612,
  116 + 792
  117 + ],
  118 + "/Parent": "3 0 R",
  119 + "/Resources": {
  120 + "/Font": {
  121 + "/F1": "40 0 R"
  122 + },
  123 + "/ProcSet": "41 0 R"
  124 + },
  125 + "/Type": "/Page"
  126 + },
  127 + "17 0 R": {
  128 + "/Contents": "62 0 R",
  129 + "/MediaBox": [
  130 + 0,
  131 + 0,
  132 + 612,
  133 + 792
  134 + ],
  135 + "/Parent": "3 0 R",
  136 + "/Resources": {
  137 + "/Font": {
  138 + "/F1": "40 0 R"
  139 + },
  140 + "/ProcSet": "41 0 R"
  141 + },
  142 + "/Type": "/Page"
  143 + },
  144 + "18 0 R": {
  145 + "/Contents": "64 0 R",
  146 + "/MediaBox": [
  147 + 0,
  148 + 0,
  149 + 612,
  150 + 792
  151 + ],
  152 + "/Parent": "3 0 R",
  153 + "/Resources": {
  154 + "/Font": {
  155 + "/F1": "40 0 R"
  156 + },
  157 + "/ProcSet": "41 0 R"
  158 + },
  159 + "/Type": "/Page"
  160 + },
  161 + "19 0 R": {
  162 + "/Contents": "66 0 R",
  163 + "/MediaBox": [
  164 + 0,
  165 + 0,
  166 + 612,
  167 + 792
  168 + ],
  169 + "/Parent": "3 0 R",
  170 + "/Resources": {
  171 + "/Font": {
  172 + "/F1": "40 0 R"
  173 + },
  174 + "/ProcSet": "41 0 R"
  175 + },
  176 + "/Type": "/Page"
  177 + },
  178 + "2 0 R": {
  179 + "/Kids": [
  180 + "4 0 R",
  181 + "5 0 R"
  182 + ]
  183 + },
  184 + "20 0 R": {
  185 + "/Contents": "68 0 R",
  186 + "/MediaBox": [
  187 + 0,
  188 + 0,
  189 + 612,
  190 + 792
  191 + ],
  192 + "/Parent": "3 0 R",
  193 + "/Resources": {
  194 + "/Font": {
  195 + "/F1": "40 0 R"
  196 + },
  197 + "/ProcSet": "41 0 R"
  198 + },
  199 + "/Type": "/Page"
  200 + },
  201 + "21 0 R": {
  202 + "/Contents": "70 0 R",
  203 + "/MediaBox": [
  204 + 0,
  205 + 0,
  206 + 612,
  207 + 792
  208 + ],
  209 + "/Parent": "3 0 R",
  210 + "/Resources": {
  211 + "/Font": {
  212 + "/F1": "40 0 R"
  213 + },
  214 + "/ProcSet": "41 0 R"
  215 + },
  216 + "/Type": "/Page"
  217 + },
  218 + "22 0 R": {
  219 + "/Contents": "72 0 R",
  220 + "/MediaBox": [
  221 + 0,
  222 + 0,
  223 + 612,
  224 + 792
  225 + ],
  226 + "/Parent": "3 0 R",
  227 + "/Resources": {
  228 + "/Font": {
  229 + "/F1": "40 0 R"
  230 + },
  231 + "/ProcSet": "41 0 R"
  232 + },
  233 + "/Type": "/Page"
  234 + },
  235 + "23 0 R": {
  236 + "/Contents": "74 0 R",
  237 + "/MediaBox": [
  238 + 0,
  239 + 0,
  240 + 612,
  241 + 792
  242 + ],
  243 + "/Parent": "3 0 R",
  244 + "/Resources": {
  245 + "/Font": {
  246 + "/F1": "40 0 R"
  247 + },
  248 + "/ProcSet": "41 0 R"
  249 + },
  250 + "/Type": "/Page"
  251 + },
  252 + "24 0 R": {
  253 + "/Contents": "76 0 R",
  254 + "/MediaBox": [
  255 + 0,
  256 + 0,
  257 + 612,
  258 + 792
  259 + ],
  260 + "/Parent": "3 0 R",
  261 + "/Resources": {
  262 + "/Font": {
  263 + "/F1": "40 0 R"
  264 + },
  265 + "/ProcSet": "41 0 R"
  266 + },
  267 + "/Type": "/Page"
  268 + },
  269 + "25 0 R": {
  270 + "/Contents": "78 0 R",
  271 + "/MediaBox": [
  272 + 0,
  273 + 0,
  274 + 612,
  275 + 792
  276 + ],
  277 + "/Parent": "3 0 R",
  278 + "/Resources": {
  279 + "/Font": {
  280 + "/F1": "40 0 R"
  281 + },
  282 + "/ProcSet": "41 0 R"
  283 + },
  284 + "/Type": "/Page"
  285 + },
  286 + "26 0 R": {
  287 + "/Contents": "80 0 R",
  288 + "/MediaBox": [
  289 + 0,
  290 + 0,
  291 + 612,
  292 + 792
  293 + ],
  294 + "/Parent": "3 0 R",
  295 + "/Resources": {
  296 + "/Font": {
  297 + "/F1": "40 0 R"
  298 + },
  299 + "/ProcSet": "41 0 R"
  300 + },
  301 + "/Type": "/Page"
  302 + },
  303 + "27 0 R": {
  304 + "/Contents": "82 0 R",
  305 + "/MediaBox": [
  306 + 0,
  307 + 0,
  308 + 612,
  309 + 792
  310 + ],
  311 + "/Parent": "3 0 R",
  312 + "/Resources": {
  313 + "/Font": {
  314 + "/F1": "40 0 R"
  315 + },
  316 + "/ProcSet": "41 0 R"
  317 + },
  318 + "/Type": "/Page"
  319 + },
  320 + "28 0 R": {
  321 + "/Contents": "84 0 R",
  322 + "/MediaBox": [
  323 + 0,
  324 + 0,
  325 + 612,
  326 + 792
  327 + ],
  328 + "/Parent": "3 0 R",
  329 + "/Resources": {
  330 + "/Font": {
  331 + "/F1": "40 0 R"
  332 + },
  333 + "/ProcSet": "41 0 R"
  334 + },
  335 + "/Type": "/Page"
  336 + },
  337 + "29 0 R": {
  338 + "/Contents": "86 0 R",
  339 + "/MediaBox": [
  340 + 0,
  341 + 0,
  342 + 612,
  343 + 792
  344 + ],
  345 + "/Parent": "3 0 R",
  346 + "/Resources": {
  347 + "/Font": {
  348 + "/F1": "40 0 R"
  349 + },
  350 + "/ProcSet": "41 0 R"
  351 + },
  352 + "/Type": "/Page"
  353 + },
  354 + "3 0 R": {
  355 + "/Count": 30,
  356 + "/Kids": [
  357 + "6 0 R",
  358 + "7 0 R",
  359 + "8 0 R",
  360 + "9 0 R",
  361 + "10 0 R",
  362 + "11 0 R",
  363 + "12 0 R",
  364 + "13 0 R",
  365 + "14 0 R",
  366 + "15 0 R",
  367 + "16 0 R",
  368 + "17 0 R",
  369 + "18 0 R",
  370 + "19 0 R",
  371 + "20 0 R",
  372 + "21 0 R",
  373 + "22 0 R",
  374 + "23 0 R",
  375 + "24 0 R",
  376 + "25 0 R",
  377 + "26 0 R",
  378 + "27 0 R",
  379 + "28 0 R",
  380 + "29 0 R",
  381 + "30 0 R",
  382 + "31 0 R",
  383 + "32 0 R",
  384 + "33 0 R",
  385 + "34 0 R",
  386 + "35 0 R"
  387 + ],
  388 + "/Type": "/Pages"
  389 + },
  390 + "30 0 R": {
  391 + "/Contents": "88 0 R",
  392 + "/MediaBox": [
  393 + 0,
  394 + 0,
  395 + 612,
  396 + 792
  397 + ],
  398 + "/Parent": "3 0 R",
  399 + "/Resources": {
  400 + "/Font": {
  401 + "/F1": "40 0 R"
  402 + },
  403 + "/ProcSet": "41 0 R"
  404 + },
  405 + "/Type": "/Page"
  406 + },
  407 + "31 0 R": {
  408 + "/Contents": "90 0 R",
  409 + "/MediaBox": [
  410 + 0,
  411 + 0,
  412 + 612,
  413 + 792
  414 + ],
  415 + "/Parent": "3 0 R",
  416 + "/Resources": {
  417 + "/Font": {
  418 + "/F1": "40 0 R"
  419 + },
  420 + "/ProcSet": "41 0 R"
  421 + },
  422 + "/Type": "/Page"
  423 + },
  424 + "32 0 R": {
  425 + "/Contents": "92 0 R",
  426 + "/MediaBox": [
  427 + 0,
  428 + 0,
  429 + 612,
  430 + 792
  431 + ],
  432 + "/Parent": "3 0 R",
  433 + "/Resources": {
  434 + "/Font": {
  435 + "/F1": "40 0 R"
  436 + },
  437 + "/ProcSet": "41 0 R"
  438 + },
  439 + "/Type": "/Page"
  440 + },
  441 + "33 0 R": {
  442 + "/Contents": "94 0 R",
  443 + "/MediaBox": [
  444 + 0,
  445 + 0,
  446 + 612,
  447 + 792
  448 + ],
  449 + "/Parent": "3 0 R",
  450 + "/Resources": {
  451 + "/Font": {
  452 + "/F1": "40 0 R"
  453 + },
  454 + "/ProcSet": "41 0 R"
  455 + },
  456 + "/Type": "/Page"
  457 + },
  458 + "34 0 R": {
  459 + "/Contents": "96 0 R",
  460 + "/MediaBox": [
  461 + 0,
  462 + 0,
  463 + 612,
  464 + 792
  465 + ],
  466 + "/Parent": "3 0 R",
  467 + "/Resources": {
  468 + "/Font": {
  469 + "/F1": "40 0 R"
  470 + },
  471 + "/ProcSet": "41 0 R"
  472 + },
  473 + "/Type": "/Page"
  474 + },
  475 + "35 0 R": {
  476 + "/Contents": "98 0 R",
  477 + "/MediaBox": [
  478 + 0,
  479 + 0,
  480 + 612,
  481 + 792
  482 + ],
  483 + "/Parent": "3 0 R",
  484 + "/Resources": {
  485 + "/Font": {
  486 + "/F1": "40 0 R"
  487 + },
  488 + "/ProcSet": "41 0 R"
  489 + },
  490 + "/Type": "/Page"
  491 + },
  492 + "36 0 R": {
  493 + "/Limits": [
  494 + 0,
  495 + 9
  496 + ],
  497 + "/Nums": [
  498 + 0,
  499 + {
  500 + "/S": "/r"
  501 + },
  502 + 2,
  503 + {
  504 + "/P": "blank"
  505 + },
  506 + 3,
  507 + {
  508 + "/P": "X-",
  509 + "/S": "/A",
  510 + "/St": 17
  511 + },
  512 + 5,
  513 + {
  514 + "/P": ""
  515 + },
  516 + 6,
  517 + {
  518 + "/S": "/R",
  519 + "/St": 3
  520 + },
  521 + 9,
  522 + {
  523 + "/S": "/D"
  524 + }
  525 + ]
  526 + },
  527 + "37 0 R": {
  528 + "/Limits": [
  529 + 11,
  530 + 19
  531 + ],
  532 + "/Nums": [
  533 + 11,
  534 + {
  535 + "/S": "/a"
  536 + },
  537 + 12,
  538 + {
  539 + "/S": "/a",
  540 + "/St": 3
  541 + },
  542 + 15,
  543 + {
  544 + "/P": "q.",
  545 + "/S": "/D",
  546 + "/St": 6
  547 + },
  548 + 19,
  549 + {
  550 + "/P": "www"
  551 + }
  552 + ]
  553 + },
  554 + "38 0 R": {
  555 + "/Length": "39 0 R"
  556 + },
  557 + "39 0 R": 46,
  558 + "4 0 R": {
  559 + "/Kids": [
  560 + "36 0 R",
  561 + "37 0 R"
  562 + ],
  563 + "/Limits": [
  564 + 0,
  565 + 19
  566 + ]
  567 + },
  568 + "40 0 R": {
  569 + "/BaseFont": "/Helvetica",
  570 + "/Encoding": "/WinAnsiEncoding",
  571 + "/Name": "/F1",
  572 + "/Subtype": "/Type1",
  573 + "/Type": "/Font"
  574 + },
  575 + "41 0 R": [
  576 + "/PDF",
  577 + "/Text"
  578 + ],
  579 + "42 0 R": {
  580 + "/Length": "43 0 R"
  581 + },
  582 + "43 0 R": 46,
  583 + "44 0 R": {
  584 + "/Length": "45 0 R"
  585 + },
  586 + "45 0 R": 46,
  587 + "46 0 R": {
  588 + "/Length": "47 0 R"
  589 + },
  590 + "47 0 R": 46,
  591 + "48 0 R": {
  592 + "/Length": "49 0 R"
  593 + },
  594 + "49 0 R": 46,
  595 + "5 0 R": {
  596 + "/Limits": [
  597 + 20,
  598 + 29
  599 + ],
  600 + "/Nums": [
  601 + 20,
  602 + {
  603 + "/S": "/D",
  604 + "/St": 12
  605 + },
  606 + 22,
  607 + {
  608 + "/S": "/D",
  609 + "/St": 16059
  610 + },
  611 + 23,
  612 + {
  613 + "/S": "/R",
  614 + "/St": 50
  615 + },
  616 + 29,
  617 + {
  618 + "/S": "/r",
  619 + "/St": 54
  620 + }
  621 + ]
  622 + },
  623 + "50 0 R": {
  624 + "/Length": "51 0 R"
  625 + },
  626 + "51 0 R": 46,
  627 + "52 0 R": {
  628 + "/Length": "53 0 R"
  629 + },
  630 + "53 0 R": 46,
  631 + "54 0 R": {
  632 + "/Length": "55 0 R"
  633 + },
  634 + "55 0 R": 46,
  635 + "56 0 R": {
  636 + "/Length": "57 0 R"
  637 + },
  638 + "57 0 R": 46,
  639 + "58 0 R": {
  640 + "/Length": "59 0 R"
  641 + },
  642 + "59 0 R": 46,
  643 + "6 0 R": {
  644 + "/Contents": "38 0 R",
  645 + "/MediaBox": [
  646 + 0,
  647 + 0,
  648 + 612,
  649 + 792
  650 + ],
  651 + "/Parent": "3 0 R",
  652 + "/Resources": {
  653 + "/Font": {
  654 + "/F1": "40 0 R"
  655 + },
  656 + "/ProcSet": "41 0 R"
  657 + },
  658 + "/Type": "/Page"
  659 + },
  660 + "60 0 R": {
  661 + "/Length": "61 0 R"
  662 + },
  663 + "61 0 R": 47,
  664 + "62 0 R": {
  665 + "/Length": "63 0 R"
  666 + },
  667 + "63 0 R": 47,
  668 + "64 0 R": {
  669 + "/Length": "65 0 R"
  670 + },
  671 + "65 0 R": 47,
  672 + "66 0 R": {
  673 + "/Length": "67 0 R"
  674 + },
  675 + "67 0 R": 47,
  676 + "68 0 R": {
  677 + "/Length": "69 0 R"
  678 + },
  679 + "69 0 R": 47,
  680 + "7 0 R": {
  681 + "/Contents": "42 0 R",
  682 + "/MediaBox": [
  683 + 0,
  684 + 0,
  685 + 612,
  686 + 792
  687 + ],
  688 + "/Parent": "3 0 R",
  689 + "/Resources": {
  690 + "/Font": {
  691 + "/F1": "40 0 R"
  692 + },
  693 + "/ProcSet": "41 0 R"
  694 + },
  695 + "/Type": "/Page"
  696 + },
  697 + "70 0 R": {
  698 + "/Length": "71 0 R"
  699 + },
  700 + "71 0 R": 47,
  701 + "72 0 R": {
  702 + "/Length": "73 0 R"
  703 + },
  704 + "73 0 R": 47,
  705 + "74 0 R": {
  706 + "/Length": "75 0 R"
  707 + },
  708 + "75 0 R": 47,
  709 + "76 0 R": {
  710 + "/Length": "77 0 R"
  711 + },
  712 + "77 0 R": 47,
  713 + "78 0 R": {
  714 + "/Length": "79 0 R"
  715 + },
  716 + "79 0 R": 47,
  717 + "8 0 R": {
  718 + "/Contents": "44 0 R",
  719 + "/MediaBox": [
  720 + 0,
  721 + 0,
  722 + 612,
  723 + 792
  724 + ],
  725 + "/Parent": "3 0 R",
  726 + "/Resources": {
  727 + "/Font": {
  728 + "/F1": "40 0 R"
  729 + },
  730 + "/ProcSet": "41 0 R"
  731 + },
  732 + "/Type": "/Page"
  733 + },
  734 + "80 0 R": {
  735 + "/Length": "81 0 R"
  736 + },
  737 + "81 0 R": 47,
  738 + "82 0 R": {
  739 + "/Length": "83 0 R"
  740 + },
  741 + "83 0 R": 47,
  742 + "84 0 R": {
  743 + "/Length": "85 0 R"
  744 + },
  745 + "85 0 R": 47,
  746 + "86 0 R": {
  747 + "/Length": "87 0 R"
  748 + },
  749 + "87 0 R": 47,
  750 + "88 0 R": {
  751 + "/Length": "89 0 R"
  752 + },
  753 + "89 0 R": 47,
  754 + "9 0 R": {
  755 + "/Contents": "46 0 R",
  756 + "/MediaBox": [
  757 + 0,
  758 + 0,
  759 + 612,
  760 + 792
  761 + ],
  762 + "/Parent": "3 0 R",
  763 + "/Resources": {
  764 + "/Font": {
  765 + "/F1": "40 0 R"
  766 + },
  767 + "/ProcSet": "41 0 R"
  768 + },
  769 + "/Type": "/Page"
  770 + },
  771 + "90 0 R": {
  772 + "/Length": "91 0 R"
  773 + },
  774 + "91 0 R": 47,
  775 + "92 0 R": {
  776 + "/Length": "93 0 R"
  777 + },
  778 + "93 0 R": 47,
  779 + "94 0 R": {
  780 + "/Length": "95 0 R"
  781 + },
  782 + "95 0 R": 47,
  783 + "96 0 R": {
  784 + "/Length": "97 0 R"
  785 + },
  786 + "97 0 R": 47,
  787 + "98 0 R": {
  788 + "/Length": "99 0 R"
  789 + },
  790 + "99 0 R": 47,
  791 + "trailer": {
  792 + "/ID": [
  793 + "’ù\u0019Þxtó¼\\·¯½\u001eŁ7»",
  794 + "\rþ\u0018©LÞ\u000fKýÈl\u0003¯\u0019\u0001\u000e"
  795 + ],
  796 + "/Root": "1 0 R",
  797 + "/Size": 100
  798 + }
  799 + },
  800 + "outlines": [],
  801 + "pagelabels": [
  802 + {
  803 + "index": 0,
  804 + "label": {
  805 + "/S": "/r",
  806 + "/St": 1
  807 + }
  808 + },
  809 + {
  810 + "index": 2,
  811 + "label": {
  812 + "/P": "blank",
  813 + "/St": 1
  814 + }
  815 + },
  816 + {
  817 + "index": 3,
  818 + "label": {
  819 + "/P": "X-",
  820 + "/S": "/A",
  821 + "/St": 17
  822 + }
  823 + },
  824 + {
  825 + "index": 5,
  826 + "label": {
  827 + "/P": "",
  828 + "/St": 1
  829 + }
  830 + },
  831 + {
  832 + "index": 6,
  833 + "label": {
  834 + "/S": "/R",
  835 + "/St": 3
  836 + }
  837 + },
  838 + {
  839 + "index": 9,
  840 + "label": {
  841 + "/S": "/D",
  842 + "/St": 1
  843 + }
  844 + },
  845 + {
  846 + "index": 11,
  847 + "label": {
  848 + "/S": "/a",
  849 + "/St": 1
  850 + }
  851 + },
  852 + {
  853 + "index": 12,
  854 + "label": {
  855 + "/S": "/a",
  856 + "/St": 3
  857 + }
  858 + },
  859 + {
  860 + "index": 15,
  861 + "label": {
  862 + "/P": "q.",
  863 + "/S": "/D",
  864 + "/St": 6
  865 + }
  866 + },
  867 + {
  868 + "index": 19,
  869 + "label": {
  870 + "/P": "www",
  871 + "/St": 1
  872 + }
  873 + },
  874 + {
  875 + "index": 20,
  876 + "label": {
  877 + "/S": "/D",
  878 + "/St": 12
  879 + }
  880 + },
  881 + {
  882 + "index": 22,
  883 + "label": {
  884 + "/S": "/D",
  885 + "/St": 16059
  886 + }
  887 + },
  888 + {
  889 + "index": 23,
  890 + "label": {
  891 + "/S": "/R",
  892 + "/St": 50
  893 + }
  894 + },
  895 + {
  896 + "index": 29,
  897 + "label": {
  898 + "/S": "/r",
  899 + "/St": 54
  900 + }
  901 + }
  902 + ],
  903 + "pages": [
  904 + {
  905 + "contents": [
  906 + "38 0 R"
  907 + ],
  908 + "images": [],
  909 + "label": {
  910 + "/S": "/r",
  911 + "/St": 1
  912 + },
  913 + "object": "6 0 R",
  914 + "outlines": [],
  915 + "pageposfrom1": 1
  916 + },
  917 + {
  918 + "contents": [
  919 + "42 0 R"
  920 + ],
  921 + "images": [],
  922 + "label": {
  923 + "/S": "/r",
  924 + "/St": 2
  925 + },
  926 + "object": "7 0 R",
  927 + "outlines": [],
  928 + "pageposfrom1": 2
  929 + },
  930 + {
  931 + "contents": [
  932 + "44 0 R"
  933 + ],
  934 + "images": [],
  935 + "label": {
  936 + "/P": "blank",
  937 + "/St": 1
  938 + },
  939 + "object": "8 0 R",
  940 + "outlines": [],
  941 + "pageposfrom1": 3
  942 + },
  943 + {
  944 + "contents": [
  945 + "46 0 R"
  946 + ],
  947 + "images": [],
  948 + "label": {
  949 + "/P": "X-",
  950 + "/S": "/A",
  951 + "/St": 17
  952 + },
  953 + "object": "9 0 R",
  954 + "outlines": [],
  955 + "pageposfrom1": 4
  956 + },
  957 + {
  958 + "contents": [
  959 + "48 0 R"
  960 + ],
  961 + "images": [],
  962 + "label": {
  963 + "/P": "X-",
  964 + "/S": "/A",
  965 + "/St": 18
  966 + },
  967 + "object": "10 0 R",
  968 + "outlines": [],
  969 + "pageposfrom1": 5
  970 + },
  971 + {
  972 + "contents": [
  973 + "50 0 R"
  974 + ],
  975 + "images": [],
  976 + "label": {
  977 + "/P": "",
  978 + "/St": 1
  979 + },
  980 + "object": "11 0 R",
  981 + "outlines": [],
  982 + "pageposfrom1": 6
  983 + },
  984 + {
  985 + "contents": [
  986 + "52 0 R"
  987 + ],
  988 + "images": [],
  989 + "label": {
  990 + "/S": "/R",
  991 + "/St": 3
  992 + },
  993 + "object": "12 0 R",
  994 + "outlines": [],
  995 + "pageposfrom1": 7
  996 + },
  997 + {
  998 + "contents": [
  999 + "54 0 R"
  1000 + ],
  1001 + "images": [],
  1002 + "label": {
  1003 + "/S": "/R",
  1004 + "/St": 4
  1005 + },
  1006 + "object": "13 0 R",
  1007 + "outlines": [],
  1008 + "pageposfrom1": 8
  1009 + },
  1010 + {
  1011 + "contents": [
  1012 + "56 0 R"
  1013 + ],
  1014 + "images": [],
  1015 + "label": {
  1016 + "/S": "/R",
  1017 + "/St": 5
  1018 + },
  1019 + "object": "14 0 R",
  1020 + "outlines": [],
  1021 + "pageposfrom1": 9
  1022 + },
  1023 + {
  1024 + "contents": [
  1025 + "58 0 R"
  1026 + ],
  1027 + "images": [],
  1028 + "label": {
  1029 + "/S": "/D",
  1030 + "/St": 1
  1031 + },
  1032 + "object": "15 0 R",
  1033 + "outlines": [],
  1034 + "pageposfrom1": 10
  1035 + },
  1036 + {
  1037 + "contents": [
  1038 + "60 0 R"
  1039 + ],
  1040 + "images": [],
  1041 + "label": {
  1042 + "/S": "/D",
  1043 + "/St": 2
  1044 + },
  1045 + "object": "16 0 R",
  1046 + "outlines": [],
  1047 + "pageposfrom1": 11
  1048 + },
  1049 + {
  1050 + "contents": [
  1051 + "62 0 R"
  1052 + ],
  1053 + "images": [],
  1054 + "label": {
  1055 + "/S": "/a",
  1056 + "/St": 1
  1057 + },
  1058 + "object": "17 0 R",
  1059 + "outlines": [],
  1060 + "pageposfrom1": 12
  1061 + },
  1062 + {
  1063 + "contents": [
  1064 + "64 0 R"
  1065 + ],
  1066 + "images": [],
  1067 + "label": {
  1068 + "/S": "/a",
  1069 + "/St": 3
  1070 + },
  1071 + "object": "18 0 R",
  1072 + "outlines": [],
  1073 + "pageposfrom1": 13
  1074 + },
  1075 + {
  1076 + "contents": [
  1077 + "66 0 R"
  1078 + ],
  1079 + "images": [],
  1080 + "label": {
  1081 + "/S": "/a",
  1082 + "/St": 4
  1083 + },
  1084 + "object": "19 0 R",
  1085 + "outlines": [],
  1086 + "pageposfrom1": 14
  1087 + },
  1088 + {
  1089 + "contents": [
  1090 + "68 0 R"
  1091 + ],
  1092 + "images": [],
  1093 + "label": {
  1094 + "/S": "/a",
  1095 + "/St": 5
  1096 + },
  1097 + "object": "20 0 R",
  1098 + "outlines": [],
  1099 + "pageposfrom1": 15
  1100 + },
  1101 + {
  1102 + "contents": [
  1103 + "70 0 R"
  1104 + ],
  1105 + "images": [],
  1106 + "label": {
  1107 + "/P": "q.",
  1108 + "/S": "/D",
  1109 + "/St": 6
  1110 + },
  1111 + "object": "21 0 R",
  1112 + "outlines": [],
  1113 + "pageposfrom1": 16
  1114 + },
  1115 + {
  1116 + "contents": [
  1117 + "72 0 R"
  1118 + ],
  1119 + "images": [],
  1120 + "label": {
  1121 + "/P": "q.",
  1122 + "/S": "/D",
  1123 + "/St": 7
  1124 + },
  1125 + "object": "22 0 R",
  1126 + "outlines": [],
  1127 + "pageposfrom1": 17
  1128 + },
  1129 + {
  1130 + "contents": [
  1131 + "74 0 R"
  1132 + ],
  1133 + "images": [],
  1134 + "label": {
  1135 + "/P": "q.",
  1136 + "/S": "/D",
  1137 + "/St": 8
  1138 + },
  1139 + "object": "23 0 R",
  1140 + "outlines": [],
  1141 + "pageposfrom1": 18
  1142 + },
  1143 + {
  1144 + "contents": [
  1145 + "76 0 R"
  1146 + ],
  1147 + "images": [],
  1148 + "label": {
  1149 + "/P": "q.",
  1150 + "/S": "/D",
  1151 + "/St": 9
  1152 + },
  1153 + "object": "24 0 R",
  1154 + "outlines": [],
  1155 + "pageposfrom1": 19
  1156 + },
  1157 + {
  1158 + "contents": [
  1159 + "78 0 R"
  1160 + ],
  1161 + "images": [],
  1162 + "label": {
  1163 + "/P": "www",
  1164 + "/St": 1
  1165 + },
  1166 + "object": "25 0 R",
  1167 + "outlines": [],
  1168 + "pageposfrom1": 20
  1169 + },
  1170 + {
  1171 + "contents": [
  1172 + "80 0 R"
  1173 + ],
  1174 + "images": [],
  1175 + "label": {
  1176 + "/S": "/D",
  1177 + "/St": 12
  1178 + },
  1179 + "object": "26 0 R",
  1180 + "outlines": [],
  1181 + "pageposfrom1": 21
  1182 + },
  1183 + {
  1184 + "contents": [
  1185 + "82 0 R"
  1186 + ],
  1187 + "images": [],
  1188 + "label": {
  1189 + "/S": "/D",
  1190 + "/St": 13
  1191 + },
  1192 + "object": "27 0 R",
  1193 + "outlines": [],
  1194 + "pageposfrom1": 22
  1195 + },
  1196 + {
  1197 + "contents": [
  1198 + "84 0 R"
  1199 + ],
  1200 + "images": [],
  1201 + "label": {
  1202 + "/S": "/D",
  1203 + "/St": 16059
  1204 + },
  1205 + "object": "28 0 R",
  1206 + "outlines": [],
  1207 + "pageposfrom1": 23
  1208 + },
  1209 + {
  1210 + "contents": [
  1211 + "86 0 R"
  1212 + ],
  1213 + "images": [],
  1214 + "label": {
  1215 + "/S": "/R",
  1216 + "/St": 50
  1217 + },
  1218 + "object": "29 0 R",
  1219 + "outlines": [],
  1220 + "pageposfrom1": 24
  1221 + },
  1222 + {
  1223 + "contents": [
  1224 + "88 0 R"
  1225 + ],
  1226 + "images": [],
  1227 + "label": {
  1228 + "/S": "/R",
  1229 + "/St": 51
  1230 + },
  1231 + "object": "30 0 R",
  1232 + "outlines": [],
  1233 + "pageposfrom1": 25
  1234 + },
  1235 + {
  1236 + "contents": [
  1237 + "90 0 R"
  1238 + ],
  1239 + "images": [],
  1240 + "label": {
  1241 + "/S": "/R",
  1242 + "/St": 52
  1243 + },
  1244 + "object": "31 0 R",
  1245 + "outlines": [],
  1246 + "pageposfrom1": 26
  1247 + },
  1248 + {
  1249 + "contents": [
  1250 + "92 0 R"
  1251 + ],
  1252 + "images": [],
  1253 + "label": {
  1254 + "/S": "/R",
  1255 + "/St": 53
  1256 + },
  1257 + "object": "32 0 R",
  1258 + "outlines": [],
  1259 + "pageposfrom1": 27
  1260 + },
  1261 + {
  1262 + "contents": [
  1263 + "94 0 R"
  1264 + ],
  1265 + "images": [],
  1266 + "label": {
  1267 + "/S": "/R",
  1268 + "/St": 54
  1269 + },
  1270 + "object": "33 0 R",
  1271 + "outlines": [],
  1272 + "pageposfrom1": 28
  1273 + },
  1274 + {
  1275 + "contents": [
  1276 + "96 0 R"
  1277 + ],
  1278 + "images": [],
  1279 + "label": {
  1280 + "/S": "/R",
  1281 + "/St": 55
  1282 + },
  1283 + "object": "34 0 R",
  1284 + "outlines": [],
  1285 + "pageposfrom1": 29
  1286 + },
  1287 + {
  1288 + "contents": [
  1289 + "98 0 R"
  1290 + ],
  1291 + "images": [],
  1292 + "label": {
  1293 + "/S": "/r",
  1294 + "/St": 54
  1295 + },
  1296 + "object": "35 0 R",
  1297 + "outlines": [],
  1298 + "pageposfrom1": 30
  1299 + }
  1300 + ],
  1301 + "parameters": {
  1302 + "decodelevel": "generalized"
  1303 + },
  1304 + "version": 1
  1305 +}
... ...