aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-07-31 02:53:30 +0200
committerJay Berkenbilt <ejb@ql.org>2022-07-31 21:17:01 +0200
commit69820847af93cce0e400638999fee4d2cbb68db6 (patch)
tree2ade9466ffec2d57c381096e9bcdabd083d258a8
parentd01c4f8819ea93797784c19ecdd623eb41f2a8b4 (diff)
downloadqpdf-69820847af93cce0e400638999fee4d2cbb68db6.tar.zst
Change the output of --json to use "qpdf" instead of "objects"
-rw-r--r--TODO16
-rw-r--r--include/qpdf/QPDF.hh5
-rw-r--r--include/qpdf/QPDFJob.hh4
-rw-r--r--job.sums6
-rw-r--r--job.yml3
-rw-r--r--libqpdf/QPDFJob.cc80
-rw-r--r--libqpdf/QPDFJob_config.cc7
-rw-r--r--libqpdf/QPDF_json.cc3
-rw-r--r--libqpdf/qpdf/auto_job_init.hh2
-rw-r--r--libqpdf/qpdf/auto_job_json_init.hh2
-rw-r--r--qpdf/qtest/arg-parsing.test19
-rw-r--r--qpdf/qtest/json.test4
-rw-r--r--qpdf/qtest/pages-tree.test16
-rw-r--r--qpdf/qtest/qpdf/direct-pages-json-objects.out163
-rw-r--r--qpdf/qtest/qpdf/direct-pages-json-pages-push.out128
-rw-r--r--qpdf/qtest/qpdf/direct-pages-json-pages.out179
-rw-r--r--qpdf/qtest/qpdf/json-attachment-fields-v2.out269
-rw-r--r--qpdf/qtest/qpdf/json-field-types---show-encryption-key-v2.out5289
-rw-r--r--qpdf/qtest/qpdf/json-field-types-v2.out5289
-rw-r--r--qpdf/qtest/qpdf/json-image-streams-all-v2.out859
-rw-r--r--qpdf/qtest/qpdf/json-image-streams-small-v2.out883
-rw-r--r--qpdf/qtest/qpdf/json-image-streams-specialized-v2.out859
-rw-r--r--qpdf/qtest/qpdf/json-image-streams-v2.out859
-rw-r--r--qpdf/qtest/qpdf/json-outlines-with-actions-v2.out2157
-rw-r--r--qpdf/qtest/qpdf/json-outlines-with-old-root-dests-v2.out2173
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2-v2.out95
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-v2.out21
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-v2.out2241
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-and-outlines-v2.out2241
-rw-r--r--qpdf/qtest/qpdf/json-page-labels-num-tree-v2.out1993
-rw-r--r--qpdf/qtest/qpdf/page_api_2-json-objects.out211
-rw-r--r--qpdf/qtest/qpdf/page_api_2-json-pages-push.out177
-rw-r--r--qpdf/qtest/qpdf/page_api_2-json-pages.out253
33 files changed, 13521 insertions, 12985 deletions
diff --git a/TODO b/TODO
index 3830a938..97ac3d1c 100644
--- a/TODO
+++ b/TODO
@@ -97,21 +97,19 @@ JSON v2 fixes
This implies a few things:
- * Fix --json-help
-
- * --json-key=objects is only valid for v1. --json-key=qpdf is only
- valid for v2.
+ * Still need to test pushedinheritedpageresources and
+ calledgetallpages and check/use their values when reading
- * This changes the policy about additional extra keys. Have a
- guarantee that qpdf will never add a key whose name is or starts
- with "xdata". We still have to ignore unknown keys for future
- compatibility, but at least this gives people a namespace they can
- know will never conflict with future keys.
+ * Fix --json-help
* When reading back in, we'll have to call
pushInheritedAttributesToPage or getAllPages based on the values
of the metadata.
+ * Test --json with --json-stream-data and --json-output with
+ --json-stream-data=none. Recheck writeJSON's handling of the
+ pipeline argument.
+
* Support json v2 in the C API. At a minimum, write_json,
create_from_json, and update_from_json need to be there and should
take the same kinds of functions as the C API for logger.
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 943528bd..f218f87f 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -142,7 +142,8 @@ class QPDF
// "complete" is false, the "qpdf" key and its value are written
// to the pipeline assuming that a dictionary is already open, and
// finish() is not called. The parameter first_key indicates
- // whether this is the first key if in-progress dictionary.
+ // whether this is the first key in an in-progress dictionary. It
+ // will be set to false by writeJSON.
//
// The decode_level parameter controls which streams are
// uncompressed in the JSON. Use qpdf_dl_none to preserve all
@@ -168,7 +169,7 @@ class QPDF
int version,
Pipeline* p,
bool complete,
- bool first_key,
+ bool& first_key,
qpdf_stream_decode_level_e decode_level,
qpdf_json_stream_data_e json_stream_data,
std::string const& file_prefix,
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index 96b05768..1d8b07f6 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -543,7 +543,7 @@ class QPDFJob
void setEncryptionOptions(QPDF&, QPDFWriter&);
void maybeFixWritePassword(int R, std::string& password);
void writeOutfile(QPDF& pdf);
- void writeJSON(QPDF& pdf);
+ void writeJSON(Pipeline* p, QPDF& pdf, bool complete, bool& first_key);
// JSON
void doJSON(QPDF& pdf, Pipeline*);
@@ -700,7 +700,7 @@ class QPDFJob
std::shared_ptr<char> infilename;
std::shared_ptr<char> outfilename;
bool json_input;
- int json_output;
+ bool json_output;
std::string update_from_json;
};
std::shared_ptr<Members> m;
diff --git a/job.sums b/job.sums
index 9b715478..e6a9b6b7 100644
--- a/job.sums
+++ b/job.sums
@@ -6,12 +6,12 @@ include/qpdf/auto_job_c_enc.hh 28446f3c32153a52afa239ea40503e6cc8ac2c026813526a3
include/qpdf/auto_job_c_main.hh cdba1ae6ea5525a585d10a3dd95b7996d62b17de4211fe658b78d9d463b0f313
include/qpdf/auto_job_c_pages.hh b3cc0f21029f6d89efa043dcdbfa183cb59325b6506001c18911614fe8e568ec
include/qpdf/auto_job_c_uo.hh ae21b69a1efa9333050f4833d465f6daff87e5b38e5106e49bbef5d4132e4ed1
-job.yml 3b2b3c6f92b48f6c76109711cbfdd74669fa31a80cd17379548b09f8e76be05d
+job.yml ad7c086267fe6f309bf0838840f22cbd95326259cad148b4d5e6699b49f5f379
libqpdf/qpdf/auto_job_decl.hh 74df4d7fdbdf51ecd0d58ce1e9844bb5525b9adac5a45f7c9a787ecdda2868df
libqpdf/qpdf/auto_job_help.hh db2e4350c700e064b204e3e20d4fee4eddfe312b28092afcf608b4b6863d30e5
-libqpdf/qpdf/auto_job_init.hh 7ea8e0641dc26fdfba6e283e14dbbff0c016654e174cdace8054f8bef53750fd
+libqpdf/qpdf/auto_job_init.hh 3c3576b6d1d79fda64ae53f08fd9fd2b42c86f3c1d52dd4db0d7f2d4d64b9b4a
libqpdf/qpdf/auto_job_json_decl.hh 06caa46eaf71db8a50c046f91866baa8087745a9474319fb7c86d92634cc8297
-libqpdf/qpdf/auto_job_json_init.hh 5f6b53e3c81d4b54ce5c4cf9c3f52d0c02f987c53bf8841c0280367bad23e335
+libqpdf/qpdf/auto_job_json_init.hh 59545578a2e47c660ff98516ed53f06638be75eb4658e2a09d32cc08e0cb7268
libqpdf/qpdf/auto_job_schema.hh 9d543cd4a43eafffc2c4b8a6fee29e399c271c52cb6f7d417ae5497b3c1127dc
manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
manual/cli.rst 8e1f443c6fa000e023e516c318df4d04d58233d4d8648907c4a71f0ea5722bca
diff --git a/job.yml b/job.yml
index 12d2bd44..57dd2c48 100644
--- a/job.yml
+++ b/job.yml
@@ -44,10 +44,11 @@ choices:
- attachments
- encrypt
- objectinfo # only v1
- - objects
+ - objects # only v1
- outlines
- pagelabels
- pages
+ - qpdf # only v2
json_output:
- 2
- latest
diff --git a/libqpdf/QPDFJob.cc b/libqpdf/QPDFJob.cc
index e09c0d74..e5914ddd 100644
--- a/libqpdf/QPDFJob.cc
+++ b/libqpdf/QPDFJob.cc
@@ -417,7 +417,7 @@ QPDFJob::Members::Members() :
check_is_encrypted(false),
check_requires_password(false),
json_input(false),
- json_output(0)
+ json_output(false)
{
}
@@ -728,8 +728,15 @@ QPDFJob::checkConfiguration()
" overwrite the input file");
}
- if (m->json_keys.count("objectinfo")) {
- usage("json key \"objectinfo\" is only valid for json version 1");
+ if (m->json_version == 1) {
+ if (m->json_keys.count("qpdf")) {
+ usage("json key \"qpdf\" is only valid for json version > 1");
+ }
+ } else {
+ if (m->json_keys.count("objectinfo") || m->json_keys.count("objects")) {
+ usage("json keys \"objects\" and \"objectinfo\" are only valid for"
+ " json version 1");
+ }
}
}
@@ -1568,12 +1575,12 @@ QPDFJob::json_schema(int json_version, std::set<std::string>* keys)
// The list of selectable top-level keys id duplicated in the
// following places: job.yml, QPDFJob::json_schema, and
// QPDFJob::doJSON.
- if (all_keys || keys->count("objects")) {
- schema.addDictionaryMember("objects", JSON::parse(R"({
+ if (json_version == 1) {
+ if (all_keys || keys->count("objects")) {
+ schema.addDictionaryMember("objects", JSON::parse(R"({
"<n n R|trailer>": "json representation of object"
})"));
- }
- if (json_version == 1) {
+ }
if (all_keys || keys->count("objectinfo")) {
JSON objectinfo =
schema.addDictionaryMember("objectinfo", JSON::parse(R"({
@@ -1586,6 +1593,19 @@ QPDFJob::json_schema(int json_version, std::set<std::string>* keys)
}
})"));
}
+ } else {
+ if (all_keys || keys->count("qpdf")) {
+ schema.addDictionaryMember("qpdf", JSON::parse(R"([{
+ "jsonversion": "numeric JSON version",
+ "pdfversion": "PDF version as x.y",
+ "pushedinheritedpageresources": "whether inherited attributes were pushed to the page level",
+ "calledgetallpages": "whether getAllPages was called",
+ "maxobjectid": "highest object ID in output, ignored on input"
+},
+{
+ "<obj:n n R|trailer>": "json representation of object"
+}])"));
+ }
}
if (all_keys || keys->count("pages")) {
JSON page = schema.addDictionaryMember("pages", JSON::parse(R"([
@@ -1812,9 +1832,14 @@ QPDFJob::doJSON(QPDF& pdf, Pipeline* p)
// We do objects last so their information is consistent with
// repairing the page tree. To see the original file with any page
// tree problems and the page tree not flattened, select
- // objects/objectinfo without other keys.
- if (all_keys || m->json_keys.count("objects")) {
- doJSONObjects(p, first, pdf);
+ // qpdf/objects/objectinfo without other keys.
+ if (all_keys || m->json_keys.count("objects") ||
+ m->json_keys.count("qpdf")) {
+ if (this->m->json_version == 1) {
+ doJSONObjects(p, first, pdf);
+ } else {
+ writeJSON(p, pdf, false, first);
+ }
}
if (this->m->json_version == 1) {
// "objectinfo" is not needed for version >1 since you can
@@ -2274,7 +2299,8 @@ QPDFJob::addAttachments(QPDF& pdf)
}
message = pdf.getFilename() +
" already has attachments with the following keys: " + message +
- "; use --replace to replace or --key to specify a different key";
+ "; use --replace to replace or --key to specify a different "
+ "key";
throw std::runtime_error(message);
}
}
@@ -2925,10 +2951,12 @@ QPDFJob::maybeFixWritePassword(int R, std::string& password)
<< this->m->message_prefix << ": WARNING: "
<< "supplied password looks like a Unicode"
<< " password with characters not allowed in"
- << " passwords for 40-bit and 128-bit encryption;"
+ << " passwords for 40-bit and 128-bit "
+ "encryption;"
<< " most readers will not be able to open this"
<< " file with the supplied password."
- << " (Use --password-mode=bytes to suppress this"
+ << " (Use --password-mode=bytes to suppress "
+ "this"
<< " warning and use the password anyway.)\n";
}
} else if ((R >= 5) && (!is_valid_utf8)) {
@@ -2978,13 +3006,15 @@ QPDFJob::setEncryptionOptions(QPDF& pdf, QPDFWriter& w)
QTC::TC("qpdf", "QPDFJob weak crypto error");
*this->m->log->getError()
<< this->m->message_prefix
- << ": refusing to write a file with RC4, a weak cryptographic "
+ << ": refusing to write a file with RC4, a weak "
+ "cryptographic "
"algorithm\n"
<< "Please use 256-bit keys for better security.\n"
<< "Pass --allow-weak-crypto to enable writing insecure "
"files.\n"
<< "See also "
- "https://qpdf.readthedocs.io/en/stable/weak-crypto.html\n";
+ "https://qpdf.readthedocs.io/en/stable/"
+ "weak-crypto.html\n";
throw std::runtime_error(
"refusing to write a file with weak crypto");
}
@@ -3293,7 +3323,8 @@ QPDFJob::writeOutfile(QPDF& pdf)
m->outfilename = nullptr;
}
if (this->m->json_output) {
- writeJSON(pdf);
+ bool unused = true;
+ writeJSON(nullptr, pdf, true, unused);
} else {
// QPDFWriter must have block scope so the output file will be
// closed after write() finishes.
@@ -3347,7 +3378,7 @@ QPDFJob::writeOutfile(QPDF& pdf)
}
void
-QPDFJob::writeJSON(QPDF& pdf)
+QPDFJob::writeJSON(Pipeline* p, QPDF& pdf, bool complete, bool& first_key)
{
// File pipeline must have block scope so it will be closed
// after write.
@@ -3369,7 +3400,12 @@ QPDFJob::writeJSON(QPDF& pdf)
"name is unknown");
} else {
QTC::TC("qpdf", "QPDFJob write json to stdout");
- fp = this->m->log->getInfo();
+ if (p == nullptr) {
+ fp = this->m->log->getInfo();
+ }
+ }
+ if (p == nullptr) {
+ p = fp.get();
}
std::set<std::string> json_objects;
if (this->m->json_objects.count("trailer")) {
@@ -3382,10 +3418,10 @@ QPDFJob::writeJSON(QPDF& pdf)
json_objects.insert(s.str());
}
pdf.writeJSON(
- this->m->json_output,
- fp.get(),
- true,
- true,
+ this->m->json_version,
+ p,
+ complete,
+ first_key,
this->m->decode_level,
this->m->json_stream_data,
file_prefix,
diff --git a/libqpdf/QPDFJob_config.cc b/libqpdf/QPDFJob_config.cc
index 6a500b5c..9a2b3a84 100644
--- a/libqpdf/QPDFJob_config.cc
+++ b/libqpdf/QPDFJob_config.cc
@@ -296,12 +296,13 @@ QPDFJob::Config::jsonInput()
QPDFJob::Config*
QPDFJob::Config::jsonOutput(std::string const& parameter)
{
+ o.m->json_output = true;
if (parameter.empty() || (parameter == "latest")) {
- o.m->json_output = JSON::LATEST;
+ o.m->json_version = JSON::LATEST;
} else {
- o.m->json_output = QUtil::string_to_int(parameter.c_str());
+ o.m->json_version = QUtil::string_to_int(parameter.c_str());
}
- if ((o.m->json_output < 2) || (o.m->json_output > JSON::LATEST)) {
+ if ((o.m->json_version < 2) || (o.m->json_version > JSON::LATEST)) {
usage(std::string("unsupported json output version ") + parameter);
}
if (!o.m->json_stream_data_set) {
diff --git a/libqpdf/QPDF_json.cc b/libqpdf/QPDF_json.cc
index 9ecb1b31..f90096f5 100644
--- a/libqpdf/QPDF_json.cc
+++ b/libqpdf/QPDF_json.cc
@@ -802,7 +802,7 @@ QPDF::writeJSON(
int version,
Pipeline* p,
bool complete,
- bool first_key,
+ bool& first_key,
qpdf_stream_decode_level_e decode_level,
qpdf_json_stream_data_e json_stream_data,
std::string const& file_prefix,
@@ -892,4 +892,5 @@ QPDF::writeJSON(
*p << "\n";
p->finish();
}
+ first_key = false;
}
diff --git a/libqpdf/qpdf/auto_job_init.hh b/libqpdf/qpdf/auto_job_init.hh
index c76a0b6a..0c5302e1 100644
--- a/libqpdf/qpdf/auto_job_init.hh
+++ b/libqpdf/qpdf/auto_job_init.hh
@@ -19,7 +19,7 @@ static char const* decode_level_choices[] = {"none", "generalized", "specialized
static char const* object_streams_choices[] = {"disable", "preserve", "generate", 0};
static char const* remove_unref_choices[] = {"auto", "yes", "no", 0};
static char const* flatten_choices[] = {"all", "print", "screen", 0};
-static char const* json_key_choices[] = {"acroform", "attachments", "encrypt", "objectinfo", "objects", "outlines", "pagelabels", "pages", 0};
+static char const* json_key_choices[] = {"acroform", "attachments", "encrypt", "objectinfo", "objects", "outlines", "pagelabels", "pages", "qpdf", 0};
static char const* json_output_choices[] = {"2", "latest", 0};
static char const* json_stream_data_choices[] = {"none", "inline", "file", 0};
static char const* json_version_choices[] = {"1", "2", "latest", 0};
diff --git a/libqpdf/qpdf/auto_job_json_init.hh b/libqpdf/qpdf/auto_job_json_init.hh
index 168d5676..8f8fb987 100644
--- a/libqpdf/qpdf/auto_job_json_init.hh
+++ b/libqpdf/qpdf/auto_job_json_init.hh
@@ -12,7 +12,7 @@ static char const* decode_level_choices[] = {"none", "generalized", "specialized
static char const* object_streams_choices[] = {"disable", "preserve", "generate", 0};
static char const* remove_unref_choices[] = {"auto", "yes", "no", 0};
static char const* flatten_choices[] = {"all", "print", "screen", 0};
-static char const* json_key_choices[] = {"acroform", "attachments", "encrypt", "objectinfo", "objects", "outlines", "pagelabels", "pages", 0};
+static char const* json_key_choices[] = {"acroform", "attachments", "encrypt", "objectinfo", "objects", "outlines", "pagelabels", "pages", "qpdf", 0};
static char const* json_output_choices[] = {"2", "latest", 0};
static char const* json_stream_data_choices[] = {"none", "inline", "file", 0};
static char const* json_version_choices[] = {"1", "2", "latest", 0};
diff --git a/qpdf/qtest/arg-parsing.test b/qpdf/qtest/arg-parsing.test
index b8bd1051..99c48b27 100644
--- a/qpdf/qtest/arg-parsing.test
+++ b/qpdf/qtest/arg-parsing.test
@@ -15,7 +15,7 @@ cleanup();
my $td = new TestDriver('arg-parsing');
-my $n_tests = 13;
+my $n_tests = 16;
$td->runtest("required argument",
{$td->COMMAND => "qpdf --password minimal.pdf"},
@@ -77,6 +77,23 @@ $td->runtest("duplicated pages password",
{$td->REGEXP => ".*password already specified.*",
$td->EXIT_STATUS => 2},
$td->NORMALIZE_NEWLINES);
+$td->runtest("v1-only objects json-key",
+ {$td->COMMAND => "qpdf --json=2 --json-key=objects minimal.pdf"},
+ {$td->REGEXP => ".*\"objects\" and \"objectinfo\" are " .
+ "only valid for json version 1.*",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("v1-only objectinfo json-key",
+ {$td->COMMAND => "qpdf --json=2 --json-key=objectinfo minimal.pdf"},
+ {$td->REGEXP => ".*\"objects\" and \"objectinfo\" are " .
+ "only valid for json version 1.*",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
+$td->runtest("v2-only qpdf json-key",
+ {$td->COMMAND => "qpdf --json=1 --json-key=qpdf minimal.pdf"},
+ {$td->REGEXP => ".*\"qpdf\" is only valid for json version > 1.*",
+ $td->EXIT_STATUS => 2},
+ $td->NORMALIZE_NEWLINES);
# Ignoring -- at the top level was never intended but turned out to
# have been there for a long time so that people relied on it. It is
# intentionally not documented.
diff --git a/qpdf/qtest/json.test b/qpdf/qtest/json.test
index 1a2e1fe8..78f7108a 100644
--- a/qpdf/qtest/json.test
+++ b/qpdf/qtest/json.test
@@ -61,6 +61,10 @@ foreach my $d (@json_files)
@$xargs, $in]},
{$td->FILE => "$out-v1.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
+ for (@$xargs)
+ {
+ s/--json-key=objects/--json-key=qpdf/;
+ }
$td->runtest("json v2 $out",
{$td->COMMAND =>
['qpdf', '--json=2', '--test-json-schema', @$xargs, $in]},
diff --git a/qpdf/qtest/pages-tree.test b/qpdf/qtest/pages-tree.test
index e40d6de1..9950b675 100644
--- a/qpdf/qtest/pages-tree.test
+++ b/qpdf/qtest/pages-tree.test
@@ -14,7 +14,7 @@ cleanup();
my $td = new TestDriver('pages-tree');
-my $n_tests = 13;
+my $n_tests = 17;
$td->runtest("linearize duplicated pages",
{$td->COMMAND =>
@@ -58,19 +58,29 @@ foreach my $f (qw(page_api_2 direct-pages))
$td->runtest("json for $f (objects only)",
{$td->COMMAND =>
"qpdf --json=latest $f.pdf" .
- " --json-key=objects"},
+ " --json-key=qpdf"},
{$td->FILE => "$f-json-objects.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
$td->runtest("json for $f (with pages)",
{$td->COMMAND =>
"qpdf --json=latest $f.pdf" .
- " --json-key=objects --json-key=pages 2>warn.tmpout"},
+ " --json-key=qpdf --json-key=pages 2>warn.tmpout"},
{$td->FILE => "$f-json-pages.out", $td->EXIT_STATUS => 3},
$td->NORMALIZE_NEWLINES);
$td->runtest("check page warnings",
{$td->FILE => "warn.tmpout"},
{$td->FILE => "$f-json-warning.out"},
$td->NORMALIZE_NEWLINES);
+ $td->runtest("json for $f (with push)",
+ {$td->COMMAND =>
+ "qpdf --pages . -- --json=latest $f.pdf" .
+ " --json-key=qpdf --json-key=pages 2>warn2.tmpout"},
+ {$td->FILE => "$f-json-pages-push.out", $td->EXIT_STATUS => 3},
+ $td->NORMALIZE_NEWLINES);
+ $td->runtest("check page warnings",
+ {$td->FILE => "warn2.tmpout"},
+ {$td->FILE => "$f-json-warning.out"},
+ $td->NORMALIZE_NEWLINES);
}
cleanup();
diff --git a/qpdf/qtest/qpdf/direct-pages-json-objects.out b/qpdf/qtest/qpdf/direct-pages-json-objects.out
index 29bda2a4..951a5832 100644
--- a/qpdf/qtest/qpdf/direct-pages-json-objects.out
+++ b/qpdf/qtest/qpdf/direct-pages-json-objects.out
@@ -3,89 +3,98 @@
"parameters": {
"decodelevel": "generalized"
},
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": false,
+ "maxobjectid": 6
},
- "obj:2 0 R": {
- "value": {
- "/Count": 2,
- "/Kids": [
- {
- "/Contents": "3 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "5 0 R"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 2,
+ "/Kids": [
+ {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
},
- "/ProcSet": "6 0 R"
+ "/Type": "/Page"
},
- "/Type": "/Page"
- },
- {
- "/Contents": "3 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "5 0 R"
+ {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
},
- "/ProcSet": "6 0 R"
- },
- "/Type": "/Page"
+ "/Type": "/Page"
+ }
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "4 0 R"
}
- ],
- "/Type": "/Pages"
- }
- },
- "obj:3 0 R": {
- "stream": {
- "dict": {
- "/Length": "4 0 R"
}
- }
- },
- "obj:4 0 R": {
- "value": 44
- },
- "obj:5 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:6 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:1323a5937c577a66735583a93698ce3c",
- "b:372cbf44f6db88ab60d9263c0f0bd26a"
- ],
- "/Root": "1 0 R",
- "/Size": 7
+ },
+ "obj:4 0 R": {
+ "value": 44
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:6 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:1323a5937c577a66735583a93698ce3c",
+ "b:372cbf44f6db88ab60d9263c0f0bd26a"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 7
+ }
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/direct-pages-json-pages-push.out b/qpdf/qtest/qpdf/direct-pages-json-pages-push.out
new file mode 100644
index 00000000..ae9d7055
--- /dev/null
+++ b/qpdf/qtest/qpdf/direct-pages-json-pages-push.out
@@ -0,0 +1,128 @@
+{
+ "version": 2,
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "pages": [
+ {
+ "contents": [
+ "3 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "7 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "3 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "8 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ }
+ ],
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": true,
+ "calledgetallpages": true,
+ "maxobjectid": 8
+ },
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 2,
+ "/Kids": [
+ "7 0 R",
+ "8 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "4 0 R"
+ }
+ }
+ },
+ "obj:4 0 R": {
+ "value": 44
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:6 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
+ },
+ "/Type": "/Page"
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:1323a5937c577a66735583a93698ce3c",
+ "b:372cbf44f6db88ab60d9263c0f0bd26a"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 7
+ }
+ }
+ }
+ ]
+}
diff --git a/qpdf/qtest/qpdf/direct-pages-json-pages.out b/qpdf/qtest/qpdf/direct-pages-json-pages.out
index 667b73f6..69d43ab5 100644
--- a/qpdf/qtest/qpdf/direct-pages-json-pages.out
+++ b/qpdf/qtest/qpdf/direct-pages-json-pages.out
@@ -25,95 +25,104 @@
"pageposfrom1": 2
}
],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 2,
- "/Kids": [
- "7 0 R",
- "8 0 R"
- ],
- "/Type": "/Pages"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 8
},
- "obj:3 0 R": {
- "stream": {
- "dict": {
- "/Length": "4 0 R"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
}
- }
- },
- "obj:4 0 R": {
- "value": 44
- },
- "obj:5 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:6 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "3 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "5 0 R"
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 2,
+ "/Kids": [
+ "7 0 R",
+ "8 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "4 0 R"
+ }
+ }
+ },
+ "obj:4 0 R": {
+ "value": 44
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:6 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
},
- "/ProcSet": "6 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "3 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "5 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "3 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "5 0 R"
+ },
+ "/ProcSet": "6 0 R"
},
- "/ProcSet": "6 0 R"
- },
- "/Type": "/Page"
- }
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:1323a5937c577a66735583a93698ce3c",
- "b:372cbf44f6db88ab60d9263c0f0bd26a"
- ],
- "/Root": "1 0 R",
- "/Size": 7
+ "/Type": "/Page"
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:1323a5937c577a66735583a93698ce3c",
+ "b:372cbf44f6db88ab60d9263c0f0bd26a"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 7
+ }
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-attachment-fields-v2.out b/qpdf/qtest/qpdf/json-attachment-fields-v2.out
index 0241dc15..9d9539fc 100644
--- a/qpdf/qtest/qpdf/json-attachment-fields-v2.out
+++ b/qpdf/qtest/qpdf/json-attachment-fields-v2.out
@@ -100,143 +100,152 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Names": {
- "/EmbeddedFiles": "2 0 R"
- },
- "/PageMode": "/UseAttachments",
- "/Pages": "3 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Names": [
- "u:a.txt",
- "4 0 R",
- "u:Ï€.txt",
- "5 0 R"
- ]
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Count": 1,
- "/Kids": [
- "6 0 R"
- ],
- "/Type": "/Pages"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/EF": {
- "/F": "7 0 R",
- "/UF": "7 0 R"
- },
- "/F": "u:a.txt",
- "/Type": "/Filespec",
- "/UF": "u:a.txt"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Desc": "u:Two filenames",
- "/EF": {
- "/F": "9 0 R",
- "/UF": "9 0 R"
- },
- "/F": "u:pi.txt",
- "/Type": "/Filespec",
- "/UF": "u:Ï€.txt"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 14
},
- "obj:6 0 R": {
- "value": {
- "/Contents": "11 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Names": {
+ "/EmbeddedFiles": "2 0 R"
},
- "/ProcSet": "14 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "stream": {
- "dict": {
- "/Length": "8 0 R",
- "/Params": {
- "/Size": 7
+ "/PageMode": "/UseAttachments",
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Names": [
+ "u:a.txt",
+ "4 0 R",
+ "u:Ï€.txt",
+ "5 0 R"
+ ]
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Count": 1,
+ "/Kids": [
+ "6 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/EF": {
+ "/F": "7 0 R",
+ "/UF": "7 0 R"
},
- "/Type": "/EmbeddedFile"
+ "/F": "u:a.txt",
+ "/Type": "/Filespec",
+ "/UF": "u:a.txt"
}
- }
- },
- "obj:8 0 R": {
- "value": 7
- },
- "obj:9 0 R": {
- "stream": {
- "dict": {
- "/Length": "10 0 R",
- "/Params": {
- "/CheckSum": "b:e561f9248d7563d15dd93457b02ebbb6",
- "/CreationDate": "u:D:20220530094116-05'00'",
- "/ModDate": "u:D:20220530094116-05'00'",
- "/Size": 7
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Desc": "u:Two filenames",
+ "/EF": {
+ "/F": "9 0 R",
+ "/UF": "9 0 R"
},
- "/Subtype": "/text/plain",
- "/Type": "/EmbeddedFile"
+ "/F": "u:pi.txt",
+ "/Type": "/Filespec",
+ "/UF": "u:Ï€.txt"
}
- }
- },
- "obj:10 0 R": {
- "value": 7
- },
- "obj:11 0 R": {
- "stream": {
- "dict": {
- "/Length": "12 0 R"
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "11 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": "14 0 R"
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "8 0 R",
+ "/Params": {
+ "/Size": 7
+ },
+ "/Type": "/EmbeddedFile"
+ }
+ }
+ },
+ "obj:8 0 R": {
+ "value": 7
+ },
+ "obj:9 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "10 0 R",
+ "/Params": {
+ "/CheckSum": "b:e561f9248d7563d15dd93457b02ebbb6",
+ "/CreationDate": "u:D:20220530094116-05'00'",
+ "/ModDate": "u:D:20220530094116-05'00'",
+ "/Size": 7
+ },
+ "/Subtype": "/text/plain",
+ "/Type": "/EmbeddedFile"
+ }
+ }
+ },
+ "obj:10 0 R": {
+ "value": 7
+ },
+ "obj:11 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "12 0 R"
+ }
+ }
+ },
+ "obj:12 0 R": {
+ "value": 44
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:14 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:3d1a89e08f9d6b3e1f787d04fceed440",
+ "b:4e13de38230bb10a03e49285a742c392"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 15
}
- }
- },
- "obj:12 0 R": {
- "value": 44
- },
- "obj:13 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:14 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:3d1a89e08f9d6b3e1f787d04fceed440",
- "b:4e13de38230bb10a03e49285a742c392"
- ],
- "/Root": "1 0 R",
- "/Size": 15
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-field-types---show-encryption-key-v2.out b/qpdf/qtest/qpdf/json-field-types---show-encryption-key-v2.out
index 51c75655..415ce537 100644
--- a/qpdf/qtest/qpdf/json-field-types---show-encryption-key-v2.out
+++ b/qpdf/qtest/qpdf/json-field-types---show-encryption-key-v2.out
@@ -432,962 +432,933 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/AcroForm": {
- "/DR": "3 0 R",
- "/Fields": [
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.5",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 196
+ },
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/AcroForm": {
+ "/DR": "3 0 R",
+ "/Fields": [
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R"
+ ],
+ "/NeedAppearances": true
+ },
+ "/Lang": "u:en-US",
+ "/MarkInfo": {
+ "/Marked": true
+ },
+ "/OpenAction": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ 0
+ ],
+ "/Pages": "16 0 R",
+ "/StructTreeRoot": "17 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/CreationDate": "u:D:20190103125434-05'00'",
+ "/Creator": "u:Writer",
+ "/Producer": "u:LibreOffice 6.1"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Font": "18 0 R",
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "19 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Tx",
+ "/P": "15 0 R",
+ "/Rect": [
+ 123.499,
+ 689.901,
+ 260.801,
+ 704.699
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:text",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/DV": "/1",
+ "/FT": "/Btn",
+ "/Ff": 49152,
+ "/Kids": [
+ "21 0 R",
+ "22 0 R",
+ "23 0 R"
+ ],
+ "/P": "15 0 R",
+ "/T": "u:r1",
+ "/V": "/1"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/Off": "24 0 R",
+ "/Yes": "26 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Off",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 554.301,
+ 130.701,
+ 566.349
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:checkbox1",
+ "/Type": "/Annot",
+ "/V": "/Off"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/Off": "29 0 R",
+ "/Yes": "31 0 R"
+ }
+ },
+ "/AS": "/Yes",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Yes",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 527.751,
+ 130.701,
+ 539.799
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:checkbox2",
+ "/Type": "/Annot",
+ "/V": "/Yes"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/Off": "33 0 R",
+ "/Yes": "35 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Off",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 500.501,
+ 130.701,
+ 512.549
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:checkbox3",
+ "/Type": "/Annot",
+ "/V": "/Off"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/DV": "/2",
+ "/FT": "/Btn",
+ "/Ff": 49152,
+ "/Kids": [
+ "37 0 R",
+ "38 0 R",
+ "39 0 R"
+ ],
+ "/P": "15 0 R",
+ "/T": "u:r2",
+ "/V": "/2"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "40 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:salad πʬ",
+ "/F": 4,
+ "/FT": "/Tx",
+ "/P": "15 0 R",
+ "/Rect": [
+ 113.649,
+ 260.151,
+ 351.101,
+ 278.099
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:text2",
+ "/Type": "/Annot",
+ "/V": "u:salad πʬ"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "42 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Opt": [
+ "u:five",
+ "u:six",
+ "u:seven",
+ "u:eight"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 158.449,
+ 156.651,
+ 221.001,
+ 232.849
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:list1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:12 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "44 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 131072,
+ "/Opt": [
+ "u:nine",
+ "u:ten",
+ "u:elephant",
+ "u:twelve"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 159.149,
+ 107.251,
+ 244.201,
+ 130.949
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:drop1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "46 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 393216,
+ "/Opt": [
+ "u:one",
+ "u:two",
+ "u:pi",
+ "u:four"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 403.949,
+ 159.401,
+ 459.001,
+ 232.849
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:combolist1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:14 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "48 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 393216,
+ "/Opt": [
+ "u:alpha",
+ "u:beta",
+ "u:gamma",
+ "u:delta"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 404.599,
+ 101.451,
+ 476.701,
+ 135.349
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:combodrop1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:15 0 R": {
+ "value": {
+ "/Annots": [
"4 0 R",
- "5 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
"6 0 R",
"7 0 R",
"8 0 R",
- "9 0 R",
+ "37 0 R",
+ "38 0 R",
+ "39 0 R",
"10 0 R",
+ "13 0 R",
"11 0 R",
"12 0 R",
- "13 0 R",
"14 0 R"
],
- "/NeedAppearances": true
- },
- "/Lang": "u:en-US",
- "/MarkInfo": {
- "/Marked": true
- },
- "/OpenAction": [
- "15 0 R",
- "/XYZ",
- null,
- null,
- 0
- ],
- "/Pages": "16 0 R",
- "/StructTreeRoot": "17 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/CreationDate": "u:D:20190103125434-05'00'",
- "/Creator": "u:Writer",
- "/Producer": "u:LibreOffice 6.1"
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Font": "18 0 R",
- "/ProcSet": [
- "/PDF",
- "/Text"
- ]
- }
- },
- "obj:4 0 R": {
- "value": {
- "/AP": {
- "/N": "19 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Tx",
- "/P": "15 0 R",
- "/Rect": [
- 123.499,
- 689.901,
- 260.801,
- 704.699
- ],
- "/Subtype": "/Widget",
- "/T": "u:text",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/DV": "/1",
- "/FT": "/Btn",
- "/Ff": 49152,
- "/Kids": [
- "21 0 R",
- "22 0 R",
- "23 0 R"
- ],
- "/P": "15 0 R",
- "/T": "u:r1",
- "/V": "/1"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/Off": "24 0 R",
- "/Yes": "26 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/DV": "/Off",
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:8"
- },
- "/P": "15 0 R",
- "/Rect": [
- 118.649,
- 554.301,
- 130.701,
- 566.349
- ],
- "/Subtype": "/Widget",
- "/T": "u:checkbox1",
- "/Type": "/Annot",
- "/V": "/Off"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/Off": "29 0 R",
- "/Yes": "31 0 R"
- }
- },
- "/AS": "/Yes",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/DV": "/Yes",
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:8"
- },
- "/P": "15 0 R",
- "/Rect": [
- 118.649,
- 527.751,
- 130.701,
- 539.799
- ],
- "/Subtype": "/Widget",
- "/T": "u:checkbox2",
- "/Type": "/Annot",
- "/V": "/Yes"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/Off": "33 0 R",
- "/Yes": "35 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/DV": "/Off",
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:8"
- },
- "/P": "15 0 R",
- "/Rect": [
- 118.649,
- 500.501,
- 130.701,
- 512.549
- ],
- "/Subtype": "/Widget",
- "/T": "u:checkbox3",
- "/Type": "/Annot",
- "/V": "/Off"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/DV": "/2",
- "/FT": "/Btn",
- "/Ff": 49152,
- "/Kids": [
- "37 0 R",
- "38 0 R",
- "39 0 R"
- ],
- "/P": "15 0 R",
- "/T": "u:r2",
- "/V": "/2"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/AP": {
- "/N": "40 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:salad πʬ",
- "/F": 4,
- "/FT": "/Tx",
- "/P": "15 0 R",
- "/Rect": [
- 113.649,
- 260.151,
- 351.101,
- 278.099
- ],
- "/Subtype": "/Widget",
- "/T": "u:text2",
- "/Type": "/Annot",
- "/V": "u:salad πʬ"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/AP": {
- "/N": "42 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Opt": [
- "u:five",
- "u:six",
- "u:seven",
- "u:eight"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 158.449,
- 156.651,
- 221.001,
- 232.849
- ],
- "/Subtype": "/Widget",
- "/T": "u:list1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:12 0 R": {
- "value": {
- "/AP": {
- "/N": "44 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Ff": 131072,
- "/Opt": [
- "u:nine",
- "u:ten",
- "u:elephant",
- "u:twelve"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 159.149,
- 107.251,
- 244.201,
- 130.949
- ],
- "/Subtype": "/Widget",
- "/T": "u:drop1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:13 0 R": {
- "value": {
- "/AP": {
- "/N": "46 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Ff": 393216,
- "/Opt": [
- "u:one",
- "u:two",
- "u:pi",
- "u:four"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 403.949,
- 159.401,
- 459.001,
- 232.849
- ],
- "/Subtype": "/Widget",
- "/T": "u:combolist1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:14 0 R": {
- "value": {
- "/AP": {
- "/N": "48 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Ff": 393216,
- "/Opt": [
- "u:alpha",
- "u:beta",
- "u:gamma",
- "u:delta"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 404.599,
- 101.451,
- 476.701,
- 135.349
- ],
- "/Subtype": "/Widget",
- "/T": "u:combodrop1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:15 0 R": {
- "value": {
- "/Annots": [
- "4 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "37 0 R",
- "38 0 R",
- "39 0 R",
- "10 0 R",
- "13 0 R",
- "11 0 R",
- "12 0 R",
- "14 0 R"
- ],
- "/Contents": "50 0 R",
- "/Group": {
- "/CS": "/DeviceRGB",
- "/I": true,
- "/S": "/Transparency"
- },
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "16 0 R",
- "/Resources": "3 0 R",
- "/StructParents": 0,
- "/Type": "/Page"
- }
- },
- "obj:16 0 R": {
- "value": {
- "/Count": 1,
- "/Kids": [
- "15 0 R"
- ],
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Resources": "3 0 R",
- "/Type": "/Pages"
- }
- },
- "obj:17 0 R": {
- "value": {
- "/K": [
- "52 0 R"
- ],
- "/ParentTree": "53 0 R",
- "/RoleMap": {
- "/Document": "/Document",
- "/Standard": "/P"
- },
- "/Type": "/StructTreeRoot"
- }
- },
- "obj:18 0 R": {
- "value": {
- "/F1": "54 0 R",
- "/F2": "55 0 R",
- "/F3": "56 0 R",
- "/F4": "57 0 R",
- "/ZaDi": "28 0 R"
- }
- },
- "obj:19 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ "/Contents": "50 0 R",
+ "/Group": {
+ "/CS": "/DeviceRGB",
+ "/I": true,
+ "/S": "/Transparency"
+ },
+ "/MediaBox": [
0,
0,
- 137.3,
- 14.8
+ 612,
+ 792
],
- "/Length": "20 0 R",
+ "/Parent": "16 0 R",
"/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/StructParents": 0,
+ "/Type": "/Page"
}
- }
- },
- "obj:20 0 R": {
- "value": 12
- },
- "obj:21 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/1": "58 0 R",
- "/Off": "60 0 R"
- }
- },
- "/AS": "/1",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "5 0 R",
- "/Rect": [
- 152.749,
- 648.501,
- 164.801,
- 660.549
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:22 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/2": "62 0 R",
- "/Off": "64 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "5 0 R",
- "/Rect": [
- 152.749,
- 627.301,
- 164.801,
- 639.349
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:23 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/3": "66 0 R",
- "/Off": "68 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "5 0 R",
- "/Rect": [
- 151.399,
- 606.501,
- 163.451,
- 618.549
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:24 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:16 0 R": {
+ "value": {
+ "/Count": 1,
+ "/Kids": [
+ "15 0 R"
],
- "/Length": "25 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:25 0 R": {
- "value": 12
- },
- "obj:26 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ "/MediaBox": [
0,
0,
- 12.05,
- 12.05
+ 612,
+ 792
],
- "/Length": "27 0 R",
"/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Type": "/Pages"
}
- }
- },
- "obj:27 0 R": {
- "value": 82
- },
- "obj:28 0 R": {
- "value": {
- "/BaseFont": "/ZapfDingbats",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:29 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:17 0 R": {
+ "value": {
+ "/K": [
+ "52 0 R"
],
- "/Length": "30 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/ParentTree": "53 0 R",
+ "/RoleMap": {
+ "/Document": "/Document",
+ "/Standard": "/P"
+ },
+ "/Type": "/StructTreeRoot"
}
- }
- },
- "obj:30 0 R": {
- "value": 12
- },
- "obj:31 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:18 0 R": {
+ "value": {
+ "/F1": "54 0 R",
+ "/F2": "55 0 R",
+ "/F3": "56 0 R",
+ "/F4": "57 0 R",
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:19 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 137.3,
+ 14.8
+ ],
+ "/Length": "20 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:20 0 R": {
+ "value": 12
+ },
+ "obj:21 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/1": "58 0 R",
+ "/Off": "60 0 R"
+ }
+ },
+ "/AS": "/1",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 152.749,
+ 648.501,
+ 164.801,
+ 660.549
],
- "/Length": "32 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:32 0 R": {
- "value": 82
- },
- "obj:33 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:22 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/2": "62 0 R",
+ "/Off": "64 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 152.749,
+ 627.301,
+ 164.801,
+ 639.349
],
- "/Length": "34 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:34 0 R": {
- "value": 12
- },
- "obj:35 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:23 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/3": "66 0 R",
+ "/Off": "68 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 151.399,
+ 606.501,
+ 163.451,
+ 618.549
],
- "/Length": "36 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:36 0 R": {
- "value": 82
- },
- "obj:37 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/1": "70 0 R",
- "/Off": "72 0 R"
+ },
+ "obj:24 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "25 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:25 0 R": {
+ "value": 12
+ },
+ "obj:26 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "27 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "9 0 R",
- "/Rect": [
- 118.649,
- 388.101,
- 130.701,
- 400.149
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:38 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/2": "74 0 R",
- "/Off": "76 0 R"
+ }
+ },
+ "obj:27 0 R": {
+ "value": 82
+ },
+ "obj:28 0 R": {
+ "value": {
+ "/BaseFont": "/ZapfDingbats",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:29 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "30 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/AS": "/2",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:30 0 R": {
+ "value": 12
+ },
+ "obj:31 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "32 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "9 0 R",
- "/Rect": [
- 119.349,
- 362.201,
- 131.401,
- 374.249
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:39 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/3": "78 0 R",
- "/Off": "80 0 R"
+ }
+ },
+ "obj:32 0 R": {
+ "value": 82
+ },
+ "obj:33 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "34 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:34 0 R": {
+ "value": 12
+ },
+ "obj:35 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "36 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "9 0 R",
- "/Rect": [
- 119.349,
- 333.551,
- 131.401,
- 345.599
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:40 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 237.45,
- 17.95
- ],
- "/Length": "41 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
}
- }
- },
- "obj:41 0 R": {
- "value": 12
- },
- "obj:42 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 62.55,
- 76.2
+ },
+ "obj:36 0 R": {
+ "value": 82
+ },
+ "obj:37 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/1": "70 0 R",
+ "/Off": "72 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 118.649,
+ 388.101,
+ 130.701,
+ 400.149
],
- "/Length": "43 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:43 0 R": {
- "value": 46
- },
- "obj:44 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 85.05,
- 23.7
+ },
+ "obj:38 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/2": "74 0 R",
+ "/Off": "76 0 R"
+ }
+ },
+ "/AS": "/2",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 119.349,
+ 362.201,
+ 131.401,
+ 374.249
],
- "/Length": "45 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:45 0 R": {
- "value": 46
- },
- "obj:46 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 55.05,
- 73.45
+ },
+ "obj:39 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/3": "78 0 R",
+ "/Off": "80 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 119.349,
+ 333.551,
+ 131.401,
+ 345.599
],
- "/Length": "47 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:47 0 R": {
- "value": 47
- },
- "obj:48 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 72.1,
- 33.9
- ],
- "/Length": "49 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ },
+ "obj:40 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 237.45,
+ 17.95
+ ],
+ "/Length": "41 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
}
- }
- },
- "obj:49 0 R": {
- "value": 45
- },
- "obj:50 0 R": {
- "stream": {
- "dict": {
- "/Length": "51 0 R"
+ },
+ "obj:41 0 R": {
+ "value": 12
+ },
+ "obj:42 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 62.55,
+ 76.2
+ ],
+ "/Length": "43 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
}
- }
- },
- "obj:51 0 R": {
- "value": 4747
- },
- "obj:52 0 R": {
- "value": {
- "/K": [
- "82 0 R",
- "83 0 R",
- "84 0 R",
- "85 0 R",
- "86 0 R",
- "87 0 R",
- "88 0 R",
- "89 0 R",
- "90 0 R",
- "91 0 R",
- "92 0 R",
- "93 0 R",
- "94 0 R",
- "95 0 R",
- "96 0 R",
- "97 0 R",
- "98 0 R",
- "99 0 R",
- "100 0 R",
- "101 0 R",
- "102 0 R",
- "103 0 R",
- "104 0 R",
- "105 0 R",
- "106 0 R",
- "107 0 R",
- "108 0 R",
- "109 0 R",
- "110 0 R",
- "111 0 R",
- "112 0 R",
- "113 0 R",
- "114 0 R",
- "115 0 R",
- "116 0 R",
- "117 0 R",
- "118 0 R",
- "119 0 R",
- "120 0 R",
- "121 0 R",
- "122 0 R",
- "123 0 R",
- "124 0 R",
- "125 0 R",
- "126 0 R",
- "127 0 R",
- "128 0 R",
- "129 0 R",
- "130 0 R",
- "131 0 R",
- "132 0 R",
- "133 0 R",
- "134 0 R",
- "135 0 R",
- "136 0 R",
- "137 0 R",
- "138 0 R",
- "139 0 R",
- "140 0 R"
- ],
- "/P": "17 0 R",
- "/Pg": "15 0 R",
- "/S": "/Document",
- "/Type": "/StructElem"
- }
- },
- "obj:53 0 R": {
- "value": {
- "/Nums": [
- 0,
- [
+ },
+ "obj:43 0 R": {
+ "value": 46
+ },
+ "obj:44 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 85.05,
+ 23.7
+ ],
+ "/Length": "45 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:45 0 R": {
+ "value": 46
+ },
+ "obj:46 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 55.05,
+ 73.45
+ ],
+ "/Length": "47 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:47 0 R": {
+ "value": 47
+ },
+ "obj:48 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 72.1,
+ 33.9
+ ],
+ "/Length": "49 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:49 0 R": {
+ "value": 45
+ },
+ "obj:50 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "51 0 R"
+ }
+ }
+ },
+ "obj:51 0 R": {
+ "value": 4747
+ },
+ "obj:52 0 R": {
+ "value": {
+ "/K": [
"82 0 R",
+ "83 0 R",
"84 0 R",
+ "85 0 R",
"86 0 R",
+ "87 0 R",
+ "88 0 R",
+ "89 0 R",
+ "90 0 R",
+ "91 0 R",
+ "92 0 R",
"93 0 R",
+ "94 0 R",
+ "95 0 R",
+ "96 0 R",
+ "97 0 R",
+ "98 0 R",
+ "99 0 R",
+ "100 0 R",
+ "101 0 R",
+ "102 0 R",
+ "103 0 R",
"104 0 R",
+ "105 0 R",
+ "106 0 R",
+ "107 0 R",
+ "108 0 R",
+ "109 0 R",
+ "110 0 R",
+ "111 0 R",
+ "112 0 R",
+ "113 0 R",
+ "114 0 R",
"115 0 R",
+ "116 0 R",
+ "117 0 R",
+ "118 0 R",
"119 0 R",
- "119 0 R",
- "125 0 R",
+ "120 0 R",
+ "121 0 R",
+ "122 0 R",
+ "123 0 R",
+ "124 0 R",
"125 0 R",
"126 0 R",
"127 0 R",
@@ -1404,1772 +1375,1810 @@
"138 0 R",
"139 0 R",
"140 0 R"
+ ],
+ "/P": "17 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Document",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:53 0 R": {
+ "value": {
+ "/Nums": [
+ 0,
+ [
+ "82 0 R",
+ "84 0 R",
+ "86 0 R",
+ "93 0 R",
+ "104 0 R",
+ "115 0 R",
+ "119 0 R",
+ "119 0 R",
+ "125 0 R",
+ "125 0 R",
+ "126 0 R",
+ "127 0 R",
+ "128 0 R",
+ "129 0 R",
+ "130 0 R",
+ "131 0 R",
+ "132 0 R",
+ "133 0 R",
+ "134 0 R",
+ "135 0 R",
+ "136 0 R",
+ "137 0 R",
+ "138 0 R",
+ "139 0 R",
+ "140 0 R"
+ ]
]
- ]
- }
- },
- "obj:54 0 R": {
- "value": {
- "/BaseFont": "/BAAAAA+LiberationSerif",
- "/FirstChar": 0,
- "/FontDescriptor": "141 0 R",
- "/LastChar": 32,
- "/Subtype": "/TrueType",
- "/ToUnicode": "142 0 R",
- "/Type": "/Font",
- "/Widths": [
- 777,
- 943,
- 500,
- 443,
- 333,
- 333,
- 389,
- 250,
- 777,
- 500,
- 333,
- 500,
- 443,
- 610,
- 500,
- 277,
- 556,
- 277,
- 277,
- 500,
- 443,
- 500,
- 443,
- 500,
- 500,
- 556,
- 610,
- 666,
- 500,
- 722,
- 500,
- 722,
- 500
- ]
- }
- },
- "obj:55 0 R": {
- "value": {
- "/BaseFont": "/LiberationSans",
- "/Encoding": "/WinAnsiEncoding",
- "/FirstChar": 32,
- "/FontDescriptor": "144 0 R",
- "/LastChar": 255,
- "/Subtype": "/TrueType",
- "/Type": "/Font",
- "/Widths": [
- 277,
- 277,
- 354,
- 556,
- 556,
- 889,
- 666,
- 190,
- 333,
- 333,
- 389,
- 583,
- 277,
- 333,
- 277,
- 277,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 277,
- 277,
- 583,
- 583,
- 583,
- 556,
- 1015,
- 666,
- 666,
- 722,
- 722,
- 666,
- 610,
- 777,
- 722,
- 277,
- 500,
- 666,
- 556,
- 833,
- 722,
- 777,
- 666,
- 777,
- 722,
- 666,
- 610,
- 722,
- 666,
- 943,
- 666,
- 666,
- 610,
- 277,
- 277,
- 277,
- 469,
- 556,
- 333,
- 556,
- 556,
- 500,
- 556,
- 556,
- 277,
- 556,
- 556,
- 222,
- 222,
- 500,
- 222,
- 833,
- 556,
- 556,
- 556,
- 556,
- 333,
- 500,
- 277,
- 556,
- 500,
- 722,
- 500,
- 500,
- 500,
- 333,
- 259,
- 333,
- 583,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 277,
- 333,
- 556,
- 556,
- 556,
- 556,
- 259,
- 556,
- 333,
- 736,
- 370,
- 556,
- 583,
- 333,
- 736,
- 552,
- 399,
- 548,
- 333,
- 333,
- 333,
- 576,
- 537,
- 333,
- 333,
- 333,
- 365,
- 556,
- 833,
- 833,
- 833,
- 610,
- 666,
- 666,
- 666,
- 666,
- 666,
- 666,
- 1000,
- 722,
- 666,
- 666,
- 666,
- 666,
- 277,
- 277,
- 277,
- 277,
- 722,
- 722,
- 777,
- 777,
- 777,
- 777,
- 777,
- 583,
- 777,
- 722,
- 722,
- 722,
- 722,
- 666,
- 666,
- 610,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 889,
- 500,
- 556,
- 556,
- 556,
- 556,
- 277,
- 277,
- 277,
- 277,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 548,
- 610,
- 556,
- 556,
- 556,
- 556,
- 500,
- 556,
- 500
- ]
- }
- },
- "obj:56 0 R": {
- "value": {
- "/BaseFont": "/DAAAAA+LiberationSans",
- "/FirstChar": 0,
- "/FontDescriptor": "145 0 R",
- "/LastChar": 22,
- "/Subtype": "/TrueType",
- "/ToUnicode": "146 0 R",
- "/Type": "/Font",
- "/Widths": [
- 750,
- 333,
- 556,
- 333,
- 556,
- 556,
- 500,
- 722,
- 556,
- 556,
- 500,
- 277,
- 666,
- 556,
- 500,
- 556,
- 556,
- 777,
- 556,
- 277,
- 222,
- 556,
- 556
- ]
- }
- },
- "obj:57 0 R": {
- "value": {
- "/BaseFont": "/DejaVuSans",
- "/Encoding": "/WinAnsiEncoding",
- "/FirstChar": 32,
- "/FontDescriptor": "148 0 R",
- "/LastChar": 255,
- "/Subtype": "/TrueType",
- "/Type": "/Font",
- "/Widths": [
- 317,
- 400,
- 459,
- 837,
- 636,
- 950,
- 779,
- 274,
- 390,
- 390,
- 500,
- 837,
- 317,
- 360,
- 317,
- 336,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 336,
- 336,
- 837,
- 837,
- 837,
- 530,
- 1000,
- 684,
- 686,
- 698,
- 770,
- 631,
- 575,
- 774,
- 751,
- 294,
- 294,
- 655,
- 557,
- 862,
- 748,
- 787,
- 603,
- 787,
- 694,
- 634,
- 610,
- 731,
- 684,
- 988,
- 685,
- 610,
- 685,
- 390,
- 336,
- 390,
- 837,
- 500,
- 500,
- 612,
- 634,
- 549,
- 634,
- 615,
- 352,
- 634,
- 633,
- 277,
- 277,
- 579,
- 277,
- 974,
- 633,
- 611,
- 634,
- 634,
- 411,
- 520,
- 392,
- 633,
- 591,
- 817,
- 591,
- 591,
- 524,
- 636,
- 336,
- 636,
- 837,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 317,
- 400,
- 636,
- 636,
- 636,
- 636,
- 336,
- 500,
- 500,
- 1000,
- 471,
- 611,
- 837,
- 360,
- 1000,
- 500,
- 500,
- 837,
- 400,
- 400,
- 500,
- 636,
- 636,
- 317,
- 500,
- 400,
- 471,
- 611,
- 969,
- 969,
- 969,
- 530,
- 684,
- 684,
- 684,
- 684,
- 684,
- 684,
- 974,
- 698,
- 631,
- 631,
- 631,
- 631,
- 294,
- 294,
- 294,
- 294,
- 774,
- 748,
- 787,
- 787,
- 787,
- 787,
- 787,
- 837,
- 787,
- 731,
- 731,
- 731,
- 731,
- 610,
- 604,
- 629,
- 612,
- 612,
- 612,
- 612,
- 612,
- 612,
- 981,
- 549,
- 615,
- 615,
- 615,
- 615,
- 277,
- 277,
- 277,
- 277,
- 611,
- 633,
- 611,
- 611,
- 611,
- 611,
- 611,
- 837,
- 611,
- 633,
- 633,
- 633,
- 633,
- 591,
- 634,
- 591
- ]
- }
- },
- "obj:58 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ }
+ },
+ "obj:54 0 R": {
+ "value": {
+ "/BaseFont": "/BAAAAA+LiberationSerif",
+ "/FirstChar": 0,
+ "/FontDescriptor": "141 0 R",
+ "/LastChar": 32,
+ "/Subtype": "/TrueType",
+ "/ToUnicode": "142 0 R",
+ "/Type": "/Font",
+ "/Widths": [
+ 777,
+ 943,
+ 500,
+ 443,
+ 333,
+ 333,
+ 389,
+ 250,
+ 777,
+ 500,
+ 333,
+ 500,
+ 443,
+ 610,
+ 500,
+ 277,
+ 556,
+ 277,
+ 277,
+ 500,
+ 443,
+ 500,
+ 443,
+ 500,
+ 500,
+ 556,
+ 610,
+ 666,
+ 500,
+ 722,
+ 500,
+ 722,
+ 500
+ ]
+ }
+ },
+ "obj:55 0 R": {
+ "value": {
+ "/BaseFont": "/LiberationSans",
+ "/Encoding": "/WinAnsiEncoding",
+ "/FirstChar": 32,
+ "/FontDescriptor": "144 0 R",
+ "/LastChar": 255,
+ "/Subtype": "/TrueType",
+ "/Type": "/Font",
+ "/Widths": [
+ 277,
+ 277,
+ 354,
+ 556,
+ 556,
+ 889,
+ 666,
+ 190,
+ 333,
+ 333,
+ 389,
+ 583,
+ 277,
+ 333,
+ 277,
+ 277,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 277,
+ 277,
+ 583,
+ 583,
+ 583,
+ 556,
+ 1015,
+ 666,
+ 666,
+ 722,
+ 722,
+ 666,
+ 610,
+ 777,
+ 722,
+ 277,
+ 500,
+ 666,
+ 556,
+ 833,
+ 722,
+ 777,
+ 666,
+ 777,
+ 722,
+ 666,
+ 610,
+ 722,
+ 666,
+ 943,
+ 666,
+ 666,
+ 610,
+ 277,
+ 277,
+ 277,
+ 469,
+ 556,
+ 333,
+ 556,
+ 556,
+ 500,
+ 556,
+ 556,
+ 277,
+ 556,
+ 556,
+ 222,
+ 222,
+ 500,
+ 222,
+ 833,
+ 556,
+ 556,
+ 556,
+ 556,
+ 333,
+ 500,
+ 277,
+ 556,
+ 500,
+ 722,
+ 500,
+ 500,
+ 500,
+ 333,
+ 259,
+ 333,
+ 583,
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "59 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:59 0 R": {
- "value": 220
- },
- "obj:60 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "61 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:61 0 R": {
- "value": 12
- },
- "obj:62 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "63 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:63 0 R": {
- "value": 220
- },
- "obj:64 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "65 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:65 0 R": {
- "value": 12
- },
- "obj:66 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "67 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:67 0 R": {
- "value": 220
- },
- "obj:68 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "69 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:69 0 R": {
- "value": 12
- },
- "obj:70 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "71 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:71 0 R": {
- "value": 220
- },
- "obj:72 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "73 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:73 0 R": {
- "value": 12
- },
- "obj:74 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "75 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:75 0 R": {
- "value": 220
- },
- "obj:76 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "77 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:77 0 R": {
- "value": 12
- },
- "obj:78 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "79 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 277,
+ 333,
+ 556,
+ 556,
+ 556,
+ 556,
+ 259,
+ 556,
+ 333,
+ 736,
+ 370,
+ 556,
+ 583,
+ 333,
+ 736,
+ 552,
+ 399,
+ 548,
+ 333,
+ 333,
+ 333,
+ 576,
+ 537,
+ 333,
+ 333,
+ 333,
+ 365,
+ 556,
+ 833,
+ 833,
+ 833,
+ 610,
+ 666,
+ 666,
+ 666,
+ 666,
+ 666,
+ 666,
+ 1000,
+ 722,
+ 666,
+ 666,
+ 666,
+ 666,
+ 277,
+ 277,
+ 277,
+ 277,
+ 722,
+ 722,
+ 777,
+ 777,
+ 777,
+ 777,
+ 777,
+ 583,
+ 777,
+ 722,
+ 722,
+ 722,
+ 722,
+ 666,
+ 666,
+ 610,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 889,
+ 500,
+ 556,
+ 556,
+ 556,
+ 556,
+ 277,
+ 277,
+ 277,
+ 277,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 548,
+ 610,
+ 556,
+ 556,
+ 556,
+ 556,
+ 500,
+ 556,
+ 500
+ ]
}
- }
- },
- "obj:79 0 R": {
- "value": 220
- },
- "obj:80 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ },
+ "obj:56 0 R": {
+ "value": {
+ "/BaseFont": "/DAAAAA+LiberationSans",
+ "/FirstChar": 0,
+ "/FontDescriptor": "145 0 R",
+ "/LastChar": 22,
+ "/Subtype": "/TrueType",
+ "/ToUnicode": "146 0 R",
+ "/Type": "/Font",
+ "/Widths": [
+ 750,
+ 333,
+ 556,
+ 333,
+ 556,
+ 556,
+ 500,
+ 722,
+ 556,
+ 556,
+ 500,
+ 277,
+ 666,
+ 556,
+ 500,
+ 556,
+ 556,
+ 777,
+ 556,
+ 277,
+ 222,
+ 556,
+ 556
+ ]
+ }
+ },
+ "obj:57 0 R": {
+ "value": {
+ "/BaseFont": "/DejaVuSans",
+ "/Encoding": "/WinAnsiEncoding",
+ "/FirstChar": 32,
+ "/FontDescriptor": "148 0 R",
+ "/LastChar": 255,
+ "/Subtype": "/TrueType",
+ "/Type": "/Font",
+ "/Widths": [
+ 317,
+ 400,
+ 459,
+ 837,
+ 636,
+ 950,
+ 779,
+ 274,
+ 390,
+ 390,
+ 500,
+ 837,
+ 317,
+ 360,
+ 317,
+ 336,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 336,
+ 336,
+ 837,
+ 837,
+ 837,
+ 530,
+ 1000,
+ 684,
+ 686,
+ 698,
+ 770,
+ 631,
+ 575,
+ 774,
+ 751,
+ 294,
+ 294,
+ 655,
+ 557,
+ 862,
+ 748,
+ 787,
+ 603,
+ 787,
+ 694,
+ 634,
+ 610,
+ 731,
+ 684,
+ 988,
+ 685,
+ 610,
+ 685,
+ 390,
+ 336,
+ 390,
+ 837,
+ 500,
+ 500,
+ 612,
+ 634,
+ 549,
+ 634,
+ 615,
+ 352,
+ 634,
+ 633,
+ 277,
+ 277,
+ 579,
+ 277,
+ 974,
+ 633,
+ 611,
+ 634,
+ 634,
+ 411,
+ 520,
+ 392,
+ 633,
+ 591,
+ 817,
+ 591,
+ 591,
+ 524,
+ 636,
+ 336,
+ 636,
+ 837,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
0,
0,
- 12.05,
- 12.05
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 317,
+ 400,
+ 636,
+ 636,
+ 636,
+ 636,
+ 336,
+ 500,
+ 500,
+ 1000,
+ 471,
+ 611,
+ 837,
+ 360,
+ 1000,
+ 500,
+ 500,
+ 837,
+ 400,
+ 400,
+ 500,
+ 636,
+ 636,
+ 317,
+ 500,
+ 400,
+ 471,
+ 611,
+ 969,
+ 969,
+ 969,
+ 530,
+ 684,
+ 684,
+ 684,
+ 684,
+ 684,
+ 684,
+ 974,
+ 698,
+ 631,
+ 631,
+ 631,
+ 631,
+ 294,
+ 294,
+ 294,
+ 294,
+ 774,
+ 748,
+ 787,
+ 787,
+ 787,
+ 787,
+ 787,
+ 837,
+ 787,
+ 731,
+ 731,
+ 731,
+ 731,
+ 610,
+ 604,
+ 629,
+ 612,
+ 612,
+ 612,
+ 612,
+ 612,
+ 612,
+ 981,
+ 549,
+ 615,
+ 615,
+ 615,
+ 615,
+ 277,
+ 277,
+ 277,
+ 277,
+ 611,
+ 633,
+ 611,
+ 611,
+ 611,
+ 611,
+ 611,
+ 837,
+ 611,
+ 633,
+ 633,
+ 633,
+ 633,
+ 591,
+ 634,
+ 591
+ ]
+ }
+ },
+ "obj:58 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "59 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:59 0 R": {
+ "value": 220
+ },
+ "obj:60 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "61 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:61 0 R": {
+ "value": 12
+ },
+ "obj:62 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "63 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:63 0 R": {
+ "value": 220
+ },
+ "obj:64 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "65 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:65 0 R": {
+ "value": 12
+ },
+ "obj:66 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "67 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:67 0 R": {
+ "value": 220
+ },
+ "obj:68 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "69 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:69 0 R": {
+ "value": 12
+ },
+ "obj:70 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "71 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:71 0 R": {
+ "value": 220
+ },
+ "obj:72 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "73 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:73 0 R": {
+ "value": 12
+ },
+ "obj:74 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "75 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:75 0 R": {
+ "value": 220
+ },
+ "obj:76 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "77 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:77 0 R": {
+ "value": 12
+ },
+ "obj:78 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "79 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:79 0 R": {
+ "value": 220
+ },
+ "obj:80 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "81 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:81 0 R": {
+ "value": 12
+ },
+ "obj:82 0 R": {
+ "value": {
+ "/A": "149 0 R",
+ "/K": [
+ 0
],
- "/Length": "81 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:81 0 R": {
- "value": 12
- },
- "obj:82 0 R": {
- "value": {
- "/A": "149 0 R",
- "/K": [
- 0
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:83 0 R": {
- "value": {
- "/A": "150 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:84 0 R": {
- "value": {
- "/A": "151 0 R",
- "/K": [
- 1
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:85 0 R": {
- "value": {
- "/A": "152 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:86 0 R": {
- "value": {
- "/A": "153 0 R",
- "/K": [
- 2
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:87 0 R": {
- "value": {
- "/A": "154 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:88 0 R": {
- "value": {
- "/A": "155 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:89 0 R": {
- "value": {
- "/A": "156 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:90 0 R": {
- "value": {
- "/A": "157 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:91 0 R": {
- "value": {
- "/A": "158 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:92 0 R": {
- "value": {
- "/A": "159 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:93 0 R": {
- "value": {
- "/A": "160 0 R",
- "/K": [
- 3
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:94 0 R": {
- "value": {
- "/A": "161 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:95 0 R": {
- "value": {
- "/A": "162 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:96 0 R": {
- "value": {
- "/A": "163 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:97 0 R": {
- "value": {
- "/A": "164 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:98 0 R": {
- "value": {
- "/A": "165 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:99 0 R": {
- "value": {
- "/A": "166 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:100 0 R": {
- "value": {
- "/A": "167 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:101 0 R": {
- "value": {
- "/A": "168 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:102 0 R": {
- "value": {
- "/A": "169 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:103 0 R": {
- "value": {
- "/A": "170 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:104 0 R": {
- "value": {
- "/A": "171 0 R",
- "/K": [
- 4
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:105 0 R": {
- "value": {
- "/A": "172 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:106 0 R": {
- "value": {
- "/A": "173 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:107 0 R": {
- "value": {
- "/A": "174 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:108 0 R": {
- "value": {
- "/A": "175 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:109 0 R": {
- "value": {
- "/A": "176 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:110 0 R": {
- "value": {
- "/A": "177 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:111 0 R": {
- "value": {
- "/A": "178 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:112 0 R": {
- "value": {
- "/A": "179 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:113 0 R": {
- "value": {
- "/A": "180 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:114 0 R": {
- "value": {
- "/A": "181 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:115 0 R": {
- "value": {
- "/A": "182 0 R",
- "/K": [
- 5
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:116 0 R": {
- "value": {
- "/A": "183 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:117 0 R": {
- "value": {
- "/A": "184 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:118 0 R": {
- "value": {
- "/A": "185 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:119 0 R": {
- "value": {
- "/A": "186 0 R",
- "/K": [
- 6,
- 7
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:120 0 R": {
- "value": {
- "/A": "187 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:121 0 R": {
- "value": {
- "/A": "188 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:122 0 R": {
- "value": {
- "/A": "189 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:123 0 R": {
- "value": {
- "/A": "190 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:124 0 R": {
- "value": {
- "/A": "191 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:125 0 R": {
- "value": {
- "/A": "192 0 R",
- "/K": [
- 8,
- 9
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:126 0 R": {
- "value": {
- "/K": [
- 10
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:127 0 R": {
- "value": {
- "/K": [
- 11
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:128 0 R": {
- "value": {
- "/K": [
- 12
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:129 0 R": {
- "value": {
- "/K": [
- 13
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:130 0 R": {
- "value": {
- "/K": [
- 14
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:131 0 R": {
- "value": {
- "/K": [
- 15
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:132 0 R": {
- "value": {
- "/K": [
- 16
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:133 0 R": {
- "value": {
- "/K": [
- 17
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:134 0 R": {
- "value": {
- "/K": [
- 18
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:135 0 R": {
- "value": {
- "/K": [
- 19
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:136 0 R": {
- "value": {
- "/K": [
- 20
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:137 0 R": {
- "value": {
- "/K": [
- 21
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:138 0 R": {
- "value": {
- "/K": [
- 22
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:139 0 R": {
- "value": {
- "/K": [
- 23
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:140 0 R": {
- "value": {
- "/K": [
- 24
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:141 0 R": {
- "value": {
- "/Ascent": 891,
- "/CapHeight": 981,
- "/Descent": -216,
- "/Flags": 4,
- "/FontBBox": [
- -543,
- -303,
- 1277,
- 981
- ],
- "/FontFile2": "193 0 R",
- "/FontName": "/BAAAAA+LiberationSerif",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:142 0 R": {
- "stream": {
- "dict": {
- "/Length": "143 0 R"
+ },
+ "obj:83 0 R": {
+ "value": {
+ "/A": "150 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:143 0 R": {
- "value": 702
- },
- "obj:144 0 R": {
- "value": {
- "/Ascent": 905,
- "/CapHeight": 979,
- "/Descent": -211,
- "/Flags": 4,
- "/FontBBox": [
- -543,
- -303,
- 1300,
- 979
- ],
- "/FontName": "/LiberationSans",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:145 0 R": {
- "value": {
- "/Ascent": 905,
- "/CapHeight": 979,
- "/Descent": -211,
- "/Flags": 4,
- "/FontBBox": [
- -543,
- -303,
- 1300,
- 979
- ],
- "/FontFile2": "195 0 R",
- "/FontName": "/DAAAAA+LiberationSans",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:146 0 R": {
- "stream": {
- "dict": {
- "/Length": "147 0 R"
+ },
+ "obj:84 0 R": {
+ "value": {
+ "/A": "151 0 R",
+ "/K": [
+ 1
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:147 0 R": {
- "value": 582
- },
- "obj:148 0 R": {
- "value": {
- "/Ascent": 928,
- "/CapHeight": 1232,
- "/Descent": -235,
- "/Flags": 4,
- "/FontBBox": [
- -1020,
- -462,
- 1792,
- 1232
- ],
- "/FontName": "/DejaVuSans",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:149 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:150 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:151 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:152 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:153 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:154 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:155 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:156 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:157 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:158 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:159 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:160 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:161 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:162 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:163 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:164 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:165 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:166 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:167 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:168 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:169 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:170 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:171 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:172 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:173 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:174 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:175 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:176 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:177 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:178 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:179 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:180 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:181 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:182 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:183 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:184 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:185 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:186 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:187 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:188 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:189 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:190 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:191 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:192 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:193 0 R": {
- "stream": {
- "dict": {
- "/Length": "194 0 R",
- "/Length1": 16184
+ },
+ "obj:85 0 R": {
+ "value": {
+ "/A": "152 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:194 0 R": {
- "value": 16184
- },
- "obj:195 0 R": {
- "stream": {
- "dict": {
- "/Length": "196 0 R",
- "/Length1": 11088
+ },
+ "obj:86 0 R": {
+ "value": {
+ "/A": "153 0 R",
+ "/K": [
+ 2
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:87 0 R": {
+ "value": {
+ "/A": "154 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:88 0 R": {
+ "value": {
+ "/A": "155 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:89 0 R": {
+ "value": {
+ "/A": "156 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:90 0 R": {
+ "value": {
+ "/A": "157 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:91 0 R": {
+ "value": {
+ "/A": "158 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:92 0 R": {
+ "value": {
+ "/A": "159 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:93 0 R": {
+ "value": {
+ "/A": "160 0 R",
+ "/K": [
+ 3
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:94 0 R": {
+ "value": {
+ "/A": "161 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:95 0 R": {
+ "value": {
+ "/A": "162 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:96 0 R": {
+ "value": {
+ "/A": "163 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:97 0 R": {
+ "value": {
+ "/A": "164 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:98 0 R": {
+ "value": {
+ "/A": "165 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:99 0 R": {
+ "value": {
+ "/A": "166 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:100 0 R": {
+ "value": {
+ "/A": "167 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:101 0 R": {
+ "value": {
+ "/A": "168 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:102 0 R": {
+ "value": {
+ "/A": "169 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:103 0 R": {
+ "value": {
+ "/A": "170 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:104 0 R": {
+ "value": {
+ "/A": "171 0 R",
+ "/K": [
+ 4
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:105 0 R": {
+ "value": {
+ "/A": "172 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:106 0 R": {
+ "value": {
+ "/A": "173 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:107 0 R": {
+ "value": {
+ "/A": "174 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:108 0 R": {
+ "value": {
+ "/A": "175 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:109 0 R": {
+ "value": {
+ "/A": "176 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:110 0 R": {
+ "value": {
+ "/A": "177 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:111 0 R": {
+ "value": {
+ "/A": "178 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:112 0 R": {
+ "value": {
+ "/A": "179 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:113 0 R": {
+ "value": {
+ "/A": "180 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:114 0 R": {
+ "value": {
+ "/A": "181 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:115 0 R": {
+ "value": {
+ "/A": "182 0 R",
+ "/K": [
+ 5
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:116 0 R": {
+ "value": {
+ "/A": "183 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:117 0 R": {
+ "value": {
+ "/A": "184 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:118 0 R": {
+ "value": {
+ "/A": "185 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:119 0 R": {
+ "value": {
+ "/A": "186 0 R",
+ "/K": [
+ 6,
+ 7
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:120 0 R": {
+ "value": {
+ "/A": "187 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:121 0 R": {
+ "value": {
+ "/A": "188 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:122 0 R": {
+ "value": {
+ "/A": "189 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:123 0 R": {
+ "value": {
+ "/A": "190 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:124 0 R": {
+ "value": {
+ "/A": "191 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:125 0 R": {
+ "value": {
+ "/A": "192 0 R",
+ "/K": [
+ 8,
+ 9
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:126 0 R": {
+ "value": {
+ "/K": [
+ 10
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:127 0 R": {
+ "value": {
+ "/K": [
+ 11
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:128 0 R": {
+ "value": {
+ "/K": [
+ 12
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:129 0 R": {
+ "value": {
+ "/K": [
+ 13
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:130 0 R": {
+ "value": {
+ "/K": [
+ 14
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:131 0 R": {
+ "value": {
+ "/K": [
+ 15
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:132 0 R": {
+ "value": {
+ "/K": [
+ 16
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:133 0 R": {
+ "value": {
+ "/K": [
+ 17
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:134 0 R": {
+ "value": {
+ "/K": [
+ 18
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:135 0 R": {
+ "value": {
+ "/K": [
+ 19
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:136 0 R": {
+ "value": {
+ "/K": [
+ 20
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:137 0 R": {
+ "value": {
+ "/K": [
+ 21
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:138 0 R": {
+ "value": {
+ "/K": [
+ 22
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:139 0 R": {
+ "value": {
+ "/K": [
+ 23
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:140 0 R": {
+ "value": {
+ "/K": [
+ 24
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:141 0 R": {
+ "value": {
+ "/Ascent": 891,
+ "/CapHeight": 981,
+ "/Descent": -216,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1277,
+ 981
+ ],
+ "/FontFile2": "193 0 R",
+ "/FontName": "/BAAAAA+LiberationSerif",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:142 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "143 0 R"
+ }
+ }
+ },
+ "obj:143 0 R": {
+ "value": 702
+ },
+ "obj:144 0 R": {
+ "value": {
+ "/Ascent": 905,
+ "/CapHeight": 979,
+ "/Descent": -211,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1300,
+ 979
+ ],
+ "/FontName": "/LiberationSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:145 0 R": {
+ "value": {
+ "/Ascent": 905,
+ "/CapHeight": 979,
+ "/Descent": -211,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1300,
+ 979
+ ],
+ "/FontFile2": "195 0 R",
+ "/FontName": "/DAAAAA+LiberationSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:146 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "147 0 R"
+ }
+ }
+ },
+ "obj:147 0 R": {
+ "value": 582
+ },
+ "obj:148 0 R": {
+ "value": {
+ "/Ascent": 928,
+ "/CapHeight": 1232,
+ "/Descent": -235,
+ "/Flags": 4,
+ "/FontBBox": [
+ -1020,
+ -462,
+ 1792,
+ 1232
+ ],
+ "/FontName": "/DejaVuSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:149 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:150 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:151 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:152 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:153 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:154 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:155 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:156 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:157 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:158 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:159 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:160 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:161 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:162 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:163 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:164 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:165 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:166 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:167 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:168 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:169 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:170 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:171 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:172 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:173 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:174 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:175 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:176 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:177 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:178 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:179 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:180 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:181 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:182 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:183 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:184 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:185 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:186 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:187 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:188 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:189 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:190 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:191 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:192 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:193 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "194 0 R",
+ "/Length1": 16184
+ }
+ }
+ },
+ "obj:194 0 R": {
+ "value": 16184
+ },
+ "obj:195 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "196 0 R",
+ "/Length1": 11088
+ }
+ }
+ },
+ "obj:196 0 R": {
+ "value": 11088
+ },
+ "trailer": {
+ "value": {
+ "/DocChecksum": "/CC322E136FE95DECF8BC297B1A9B2C2E",
+ "/ID": [
+ "b:f8abc47bb1df544a0df9c15a75ef0046",
+ "b:ecae7a672bccf334835b54867b208438"
+ ],
+ "/Info": "2 0 R",
+ "/Root": "1 0 R",
+ "/Size": 197
}
- }
- },
- "obj:196 0 R": {
- "value": 11088
- },
- "trailer": {
- "value": {
- "/DocChecksum": "/CC322E136FE95DECF8BC297B1A9B2C2E",
- "/ID": [
- "b:f8abc47bb1df544a0df9c15a75ef0046",
- "b:ecae7a672bccf334835b54867b208438"
- ],
- "/Info": "2 0 R",
- "/Root": "1 0 R",
- "/Size": 197
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-field-types-v2.out b/qpdf/qtest/qpdf/json-field-types-v2.out
index 51c75655..415ce537 100644
--- a/qpdf/qtest/qpdf/json-field-types-v2.out
+++ b/qpdf/qtest/qpdf/json-field-types-v2.out
@@ -432,962 +432,933 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/AcroForm": {
- "/DR": "3 0 R",
- "/Fields": [
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.5",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 196
+ },
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/AcroForm": {
+ "/DR": "3 0 R",
+ "/Fields": [
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R"
+ ],
+ "/NeedAppearances": true
+ },
+ "/Lang": "u:en-US",
+ "/MarkInfo": {
+ "/Marked": true
+ },
+ "/OpenAction": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ 0
+ ],
+ "/Pages": "16 0 R",
+ "/StructTreeRoot": "17 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/CreationDate": "u:D:20190103125434-05'00'",
+ "/Creator": "u:Writer",
+ "/Producer": "u:LibreOffice 6.1"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Font": "18 0 R",
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "19 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Tx",
+ "/P": "15 0 R",
+ "/Rect": [
+ 123.499,
+ 689.901,
+ 260.801,
+ 704.699
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:text",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/DV": "/1",
+ "/FT": "/Btn",
+ "/Ff": 49152,
+ "/Kids": [
+ "21 0 R",
+ "22 0 R",
+ "23 0 R"
+ ],
+ "/P": "15 0 R",
+ "/T": "u:r1",
+ "/V": "/1"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/Off": "24 0 R",
+ "/Yes": "26 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Off",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 554.301,
+ 130.701,
+ 566.349
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:checkbox1",
+ "/Type": "/Annot",
+ "/V": "/Off"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/Off": "29 0 R",
+ "/Yes": "31 0 R"
+ }
+ },
+ "/AS": "/Yes",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Yes",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 527.751,
+ 130.701,
+ 539.799
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:checkbox2",
+ "/Type": "/Annot",
+ "/V": "/Yes"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/Off": "33 0 R",
+ "/Yes": "35 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/DV": "/Off",
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:8"
+ },
+ "/P": "15 0 R",
+ "/Rect": [
+ 118.649,
+ 500.501,
+ 130.701,
+ 512.549
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:checkbox3",
+ "/Type": "/Annot",
+ "/V": "/Off"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/DV": "/2",
+ "/FT": "/Btn",
+ "/Ff": 49152,
+ "/Kids": [
+ "37 0 R",
+ "38 0 R",
+ "39 0 R"
+ ],
+ "/P": "15 0 R",
+ "/T": "u:r2",
+ "/V": "/2"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "40 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:salad πʬ",
+ "/F": 4,
+ "/FT": "/Tx",
+ "/P": "15 0 R",
+ "/Rect": [
+ 113.649,
+ 260.151,
+ 351.101,
+ 278.099
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:text2",
+ "/Type": "/Annot",
+ "/V": "u:salad πʬ"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "42 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Opt": [
+ "u:five",
+ "u:six",
+ "u:seven",
+ "u:eight"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 158.449,
+ 156.651,
+ 221.001,
+ 232.849
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:list1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:12 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "44 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 131072,
+ "/Opt": [
+ "u:nine",
+ "u:ten",
+ "u:elephant",
+ "u:twelve"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 159.149,
+ 107.251,
+ 244.201,
+ 130.949
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:drop1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "46 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 393216,
+ "/Opt": [
+ "u:one",
+ "u:two",
+ "u:pi",
+ "u:four"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 403.949,
+ 159.401,
+ 459.001,
+ 232.849
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:combolist1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:14 0 R": {
+ "value": {
+ "/AP": {
+ "/N": "48 0 R"
+ },
+ "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
+ "/DR": {
+ "/Font": "18 0 R"
+ },
+ "/DV": "u:",
+ "/F": 4,
+ "/FT": "/Ch",
+ "/Ff": 393216,
+ "/Opt": [
+ "u:alpha",
+ "u:beta",
+ "u:gamma",
+ "u:delta"
+ ],
+ "/P": "15 0 R",
+ "/Rect": [
+ 404.599,
+ 101.451,
+ 476.701,
+ 135.349
+ ],
+ "/Subtype": "/Widget",
+ "/T": "u:combodrop1",
+ "/Type": "/Annot",
+ "/V": "u:"
+ }
+ },
+ "obj:15 0 R": {
+ "value": {
+ "/Annots": [
"4 0 R",
- "5 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
"6 0 R",
"7 0 R",
"8 0 R",
- "9 0 R",
+ "37 0 R",
+ "38 0 R",
+ "39 0 R",
"10 0 R",
+ "13 0 R",
"11 0 R",
"12 0 R",
- "13 0 R",
"14 0 R"
],
- "/NeedAppearances": true
- },
- "/Lang": "u:en-US",
- "/MarkInfo": {
- "/Marked": true
- },
- "/OpenAction": [
- "15 0 R",
- "/XYZ",
- null,
- null,
- 0
- ],
- "/Pages": "16 0 R",
- "/StructTreeRoot": "17 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/CreationDate": "u:D:20190103125434-05'00'",
- "/Creator": "u:Writer",
- "/Producer": "u:LibreOffice 6.1"
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Font": "18 0 R",
- "/ProcSet": [
- "/PDF",
- "/Text"
- ]
- }
- },
- "obj:4 0 R": {
- "value": {
- "/AP": {
- "/N": "19 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Tx",
- "/P": "15 0 R",
- "/Rect": [
- 123.499,
- 689.901,
- 260.801,
- 704.699
- ],
- "/Subtype": "/Widget",
- "/T": "u:text",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/DV": "/1",
- "/FT": "/Btn",
- "/Ff": 49152,
- "/Kids": [
- "21 0 R",
- "22 0 R",
- "23 0 R"
- ],
- "/P": "15 0 R",
- "/T": "u:r1",
- "/V": "/1"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/Off": "24 0 R",
- "/Yes": "26 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/DV": "/Off",
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:8"
- },
- "/P": "15 0 R",
- "/Rect": [
- 118.649,
- 554.301,
- 130.701,
- 566.349
- ],
- "/Subtype": "/Widget",
- "/T": "u:checkbox1",
- "/Type": "/Annot",
- "/V": "/Off"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/Off": "29 0 R",
- "/Yes": "31 0 R"
- }
- },
- "/AS": "/Yes",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/DV": "/Yes",
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:8"
- },
- "/P": "15 0 R",
- "/Rect": [
- 118.649,
- 527.751,
- 130.701,
- 539.799
- ],
- "/Subtype": "/Widget",
- "/T": "u:checkbox2",
- "/Type": "/Annot",
- "/V": "/Yes"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/Off": "33 0 R",
- "/Yes": "35 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/DV": "/Off",
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:8"
- },
- "/P": "15 0 R",
- "/Rect": [
- 118.649,
- 500.501,
- 130.701,
- 512.549
- ],
- "/Subtype": "/Widget",
- "/T": "u:checkbox3",
- "/Type": "/Annot",
- "/V": "/Off"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/DV": "/2",
- "/FT": "/Btn",
- "/Ff": 49152,
- "/Kids": [
- "37 0 R",
- "38 0 R",
- "39 0 R"
- ],
- "/P": "15 0 R",
- "/T": "u:r2",
- "/V": "/2"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/AP": {
- "/N": "40 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F2 12 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:salad πʬ",
- "/F": 4,
- "/FT": "/Tx",
- "/P": "15 0 R",
- "/Rect": [
- 113.649,
- 260.151,
- 351.101,
- 278.099
- ],
- "/Subtype": "/Widget",
- "/T": "u:text2",
- "/Type": "/Annot",
- "/V": "u:salad πʬ"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/AP": {
- "/N": "42 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Opt": [
- "u:five",
- "u:six",
- "u:seven",
- "u:eight"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 158.449,
- 156.651,
- 221.001,
- 232.849
- ],
- "/Subtype": "/Widget",
- "/T": "u:list1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:12 0 R": {
- "value": {
- "/AP": {
- "/N": "44 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Ff": 131072,
- "/Opt": [
- "u:nine",
- "u:ten",
- "u:elephant",
- "u:twelve"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 159.149,
- 107.251,
- 244.201,
- 130.949
- ],
- "/Subtype": "/Widget",
- "/T": "u:drop1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:13 0 R": {
- "value": {
- "/AP": {
- "/N": "46 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Ff": 393216,
- "/Opt": [
- "u:one",
- "u:two",
- "u:pi",
- "u:four"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 403.949,
- 159.401,
- 459.001,
- 232.849
- ],
- "/Subtype": "/Widget",
- "/T": "u:combolist1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:14 0 R": {
- "value": {
- "/AP": {
- "/N": "48 0 R"
- },
- "/DA": "u:0.18039 0.20392 0.21176 rg /F4 10 Tf",
- "/DR": {
- "/Font": "18 0 R"
- },
- "/DV": "u:",
- "/F": 4,
- "/FT": "/Ch",
- "/Ff": 393216,
- "/Opt": [
- "u:alpha",
- "u:beta",
- "u:gamma",
- "u:delta"
- ],
- "/P": "15 0 R",
- "/Rect": [
- 404.599,
- 101.451,
- 476.701,
- 135.349
- ],
- "/Subtype": "/Widget",
- "/T": "u:combodrop1",
- "/Type": "/Annot",
- "/V": "u:"
- }
- },
- "obj:15 0 R": {
- "value": {
- "/Annots": [
- "4 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "37 0 R",
- "38 0 R",
- "39 0 R",
- "10 0 R",
- "13 0 R",
- "11 0 R",
- "12 0 R",
- "14 0 R"
- ],
- "/Contents": "50 0 R",
- "/Group": {
- "/CS": "/DeviceRGB",
- "/I": true,
- "/S": "/Transparency"
- },
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "16 0 R",
- "/Resources": "3 0 R",
- "/StructParents": 0,
- "/Type": "/Page"
- }
- },
- "obj:16 0 R": {
- "value": {
- "/Count": 1,
- "/Kids": [
- "15 0 R"
- ],
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Resources": "3 0 R",
- "/Type": "/Pages"
- }
- },
- "obj:17 0 R": {
- "value": {
- "/K": [
- "52 0 R"
- ],
- "/ParentTree": "53 0 R",
- "/RoleMap": {
- "/Document": "/Document",
- "/Standard": "/P"
- },
- "/Type": "/StructTreeRoot"
- }
- },
- "obj:18 0 R": {
- "value": {
- "/F1": "54 0 R",
- "/F2": "55 0 R",
- "/F3": "56 0 R",
- "/F4": "57 0 R",
- "/ZaDi": "28 0 R"
- }
- },
- "obj:19 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ "/Contents": "50 0 R",
+ "/Group": {
+ "/CS": "/DeviceRGB",
+ "/I": true,
+ "/S": "/Transparency"
+ },
+ "/MediaBox": [
0,
0,
- 137.3,
- 14.8
+ 612,
+ 792
],
- "/Length": "20 0 R",
+ "/Parent": "16 0 R",
"/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/StructParents": 0,
+ "/Type": "/Page"
}
- }
- },
- "obj:20 0 R": {
- "value": 12
- },
- "obj:21 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/1": "58 0 R",
- "/Off": "60 0 R"
- }
- },
- "/AS": "/1",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "5 0 R",
- "/Rect": [
- 152.749,
- 648.501,
- 164.801,
- 660.549
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:22 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/2": "62 0 R",
- "/Off": "64 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "5 0 R",
- "/Rect": [
- 152.749,
- 627.301,
- 164.801,
- 639.349
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:23 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/3": "66 0 R",
- "/Off": "68 0 R"
- }
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
- }
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "5 0 R",
- "/Rect": [
- 151.399,
- 606.501,
- 163.451,
- 618.549
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:24 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:16 0 R": {
+ "value": {
+ "/Count": 1,
+ "/Kids": [
+ "15 0 R"
],
- "/Length": "25 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:25 0 R": {
- "value": 12
- },
- "obj:26 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ "/MediaBox": [
0,
0,
- 12.05,
- 12.05
+ 612,
+ 792
],
- "/Length": "27 0 R",
"/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Type": "/Pages"
}
- }
- },
- "obj:27 0 R": {
- "value": 82
- },
- "obj:28 0 R": {
- "value": {
- "/BaseFont": "/ZapfDingbats",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:29 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:17 0 R": {
+ "value": {
+ "/K": [
+ "52 0 R"
],
- "/Length": "30 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/ParentTree": "53 0 R",
+ "/RoleMap": {
+ "/Document": "/Document",
+ "/Standard": "/P"
+ },
+ "/Type": "/StructTreeRoot"
}
- }
- },
- "obj:30 0 R": {
- "value": 12
- },
- "obj:31 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:18 0 R": {
+ "value": {
+ "/F1": "54 0 R",
+ "/F2": "55 0 R",
+ "/F3": "56 0 R",
+ "/F4": "57 0 R",
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:19 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 137.3,
+ 14.8
+ ],
+ "/Length": "20 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:20 0 R": {
+ "value": 12
+ },
+ "obj:21 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/1": "58 0 R",
+ "/Off": "60 0 R"
+ }
+ },
+ "/AS": "/1",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 152.749,
+ 648.501,
+ 164.801,
+ 660.549
],
- "/Length": "32 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:32 0 R": {
- "value": 82
- },
- "obj:33 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:22 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/2": "62 0 R",
+ "/Off": "64 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 152.749,
+ 627.301,
+ 164.801,
+ 639.349
],
- "/Length": "34 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:34 0 R": {
- "value": 12
- },
- "obj:35 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 12.05,
- 12.05
+ },
+ "obj:23 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/3": "66 0 R",
+ "/Off": "68 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "5 0 R",
+ "/Rect": [
+ 151.399,
+ 606.501,
+ 163.451,
+ 618.549
],
- "/Length": "36 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:36 0 R": {
- "value": 82
- },
- "obj:37 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/1": "70 0 R",
- "/Off": "72 0 R"
+ },
+ "obj:24 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "25 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:25 0 R": {
+ "value": 12
+ },
+ "obj:26 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "27 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "9 0 R",
- "/Rect": [
- 118.649,
- 388.101,
- 130.701,
- 400.149
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:38 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/2": "74 0 R",
- "/Off": "76 0 R"
+ }
+ },
+ "obj:27 0 R": {
+ "value": 82
+ },
+ "obj:28 0 R": {
+ "value": {
+ "/BaseFont": "/ZapfDingbats",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:29 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "30 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/AS": "/2",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:30 0 R": {
+ "value": 12
+ },
+ "obj:31 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "32 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "9 0 R",
- "/Rect": [
- 119.349,
- 362.201,
- 131.401,
- 374.249
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:39 0 R": {
- "value": {
- "/AP": {
- "/N": {
- "/3": "78 0 R",
- "/Off": "80 0 R"
+ }
+ },
+ "obj:32 0 R": {
+ "value": 82
+ },
+ "obj:33 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "34 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/AS": "/Off",
- "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
- "/DR": {
- "/Font": {
- "/ZaDi": "28 0 R"
+ }
+ },
+ "obj:34 0 R": {
+ "value": 12
+ },
+ "obj:35 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "36 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
}
- },
- "/F": 4,
- "/FT": "/Btn",
- "/MK": {
- "/CA": "u:l"
- },
- "/P": "15 0 R",
- "/Parent": "9 0 R",
- "/Rect": [
- 119.349,
- 333.551,
- 131.401,
- 345.599
- ],
- "/Subtype": "/Widget",
- "/Type": "/Annot"
- }
- },
- "obj:40 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 237.45,
- 17.95
- ],
- "/Length": "41 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
}
- }
- },
- "obj:41 0 R": {
- "value": 12
- },
- "obj:42 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 62.55,
- 76.2
+ },
+ "obj:36 0 R": {
+ "value": 82
+ },
+ "obj:37 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/1": "70 0 R",
+ "/Off": "72 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 118.649,
+ 388.101,
+ 130.701,
+ 400.149
],
- "/Length": "43 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:43 0 R": {
- "value": 46
- },
- "obj:44 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 85.05,
- 23.7
+ },
+ "obj:38 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/2": "74 0 R",
+ "/Off": "76 0 R"
+ }
+ },
+ "/AS": "/2",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 119.349,
+ 362.201,
+ 131.401,
+ 374.249
],
- "/Length": "45 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:45 0 R": {
- "value": 46
- },
- "obj:46 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 55.05,
- 73.45
+ },
+ "obj:39 0 R": {
+ "value": {
+ "/AP": {
+ "/N": {
+ "/3": "78 0 R",
+ "/Off": "80 0 R"
+ }
+ },
+ "/AS": "/Off",
+ "/DA": "u:0.18039 0.20392 0.21176 rg /ZaDi 0 Tf",
+ "/DR": {
+ "/Font": {
+ "/ZaDi": "28 0 R"
+ }
+ },
+ "/F": 4,
+ "/FT": "/Btn",
+ "/MK": {
+ "/CA": "u:l"
+ },
+ "/P": "15 0 R",
+ "/Parent": "9 0 R",
+ "/Rect": [
+ 119.349,
+ 333.551,
+ 131.401,
+ 345.599
],
- "/Length": "47 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/Subtype": "/Widget",
+ "/Type": "/Annot"
}
- }
- },
- "obj:47 0 R": {
- "value": 47
- },
- "obj:48 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
- 0,
- 0,
- 72.1,
- 33.9
- ],
- "/Length": "49 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ },
+ "obj:40 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 237.45,
+ 17.95
+ ],
+ "/Length": "41 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
}
- }
- },
- "obj:49 0 R": {
- "value": 45
- },
- "obj:50 0 R": {
- "stream": {
- "dict": {
- "/Length": "51 0 R"
+ },
+ "obj:41 0 R": {
+ "value": 12
+ },
+ "obj:42 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 62.55,
+ 76.2
+ ],
+ "/Length": "43 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
}
- }
- },
- "obj:51 0 R": {
- "value": 4747
- },
- "obj:52 0 R": {
- "value": {
- "/K": [
- "82 0 R",
- "83 0 R",
- "84 0 R",
- "85 0 R",
- "86 0 R",
- "87 0 R",
- "88 0 R",
- "89 0 R",
- "90 0 R",
- "91 0 R",
- "92 0 R",
- "93 0 R",
- "94 0 R",
- "95 0 R",
- "96 0 R",
- "97 0 R",
- "98 0 R",
- "99 0 R",
- "100 0 R",
- "101 0 R",
- "102 0 R",
- "103 0 R",
- "104 0 R",
- "105 0 R",
- "106 0 R",
- "107 0 R",
- "108 0 R",
- "109 0 R",
- "110 0 R",
- "111 0 R",
- "112 0 R",
- "113 0 R",
- "114 0 R",
- "115 0 R",
- "116 0 R",
- "117 0 R",
- "118 0 R",
- "119 0 R",
- "120 0 R",
- "121 0 R",
- "122 0 R",
- "123 0 R",
- "124 0 R",
- "125 0 R",
- "126 0 R",
- "127 0 R",
- "128 0 R",
- "129 0 R",
- "130 0 R",
- "131 0 R",
- "132 0 R",
- "133 0 R",
- "134 0 R",
- "135 0 R",
- "136 0 R",
- "137 0 R",
- "138 0 R",
- "139 0 R",
- "140 0 R"
- ],
- "/P": "17 0 R",
- "/Pg": "15 0 R",
- "/S": "/Document",
- "/Type": "/StructElem"
- }
- },
- "obj:53 0 R": {
- "value": {
- "/Nums": [
- 0,
- [
+ },
+ "obj:43 0 R": {
+ "value": 46
+ },
+ "obj:44 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 85.05,
+ 23.7
+ ],
+ "/Length": "45 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:45 0 R": {
+ "value": 46
+ },
+ "obj:46 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 55.05,
+ 73.45
+ ],
+ "/Length": "47 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:47 0 R": {
+ "value": 47
+ },
+ "obj:48 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 72.1,
+ 33.9
+ ],
+ "/Length": "49 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:49 0 R": {
+ "value": 45
+ },
+ "obj:50 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "51 0 R"
+ }
+ }
+ },
+ "obj:51 0 R": {
+ "value": 4747
+ },
+ "obj:52 0 R": {
+ "value": {
+ "/K": [
"82 0 R",
+ "83 0 R",
"84 0 R",
+ "85 0 R",
"86 0 R",
+ "87 0 R",
+ "88 0 R",
+ "89 0 R",
+ "90 0 R",
+ "91 0 R",
+ "92 0 R",
"93 0 R",
+ "94 0 R",
+ "95 0 R",
+ "96 0 R",
+ "97 0 R",
+ "98 0 R",
+ "99 0 R",
+ "100 0 R",
+ "101 0 R",
+ "102 0 R",
+ "103 0 R",
"104 0 R",
+ "105 0 R",
+ "106 0 R",
+ "107 0 R",
+ "108 0 R",
+ "109 0 R",
+ "110 0 R",
+ "111 0 R",
+ "112 0 R",
+ "113 0 R",
+ "114 0 R",
"115 0 R",
+ "116 0 R",
+ "117 0 R",
+ "118 0 R",
"119 0 R",
- "119 0 R",
- "125 0 R",
+ "120 0 R",
+ "121 0 R",
+ "122 0 R",
+ "123 0 R",
+ "124 0 R",
"125 0 R",
"126 0 R",
"127 0 R",
@@ -1404,1772 +1375,1810 @@
"138 0 R",
"139 0 R",
"140 0 R"
+ ],
+ "/P": "17 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Document",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:53 0 R": {
+ "value": {
+ "/Nums": [
+ 0,
+ [
+ "82 0 R",
+ "84 0 R",
+ "86 0 R",
+ "93 0 R",
+ "104 0 R",
+ "115 0 R",
+ "119 0 R",
+ "119 0 R",
+ "125 0 R",
+ "125 0 R",
+ "126 0 R",
+ "127 0 R",
+ "128 0 R",
+ "129 0 R",
+ "130 0 R",
+ "131 0 R",
+ "132 0 R",
+ "133 0 R",
+ "134 0 R",
+ "135 0 R",
+ "136 0 R",
+ "137 0 R",
+ "138 0 R",
+ "139 0 R",
+ "140 0 R"
+ ]
]
- ]
- }
- },
- "obj:54 0 R": {
- "value": {
- "/BaseFont": "/BAAAAA+LiberationSerif",
- "/FirstChar": 0,
- "/FontDescriptor": "141 0 R",
- "/LastChar": 32,
- "/Subtype": "/TrueType",
- "/ToUnicode": "142 0 R",
- "/Type": "/Font",
- "/Widths": [
- 777,
- 943,
- 500,
- 443,
- 333,
- 333,
- 389,
- 250,
- 777,
- 500,
- 333,
- 500,
- 443,
- 610,
- 500,
- 277,
- 556,
- 277,
- 277,
- 500,
- 443,
- 500,
- 443,
- 500,
- 500,
- 556,
- 610,
- 666,
- 500,
- 722,
- 500,
- 722,
- 500
- ]
- }
- },
- "obj:55 0 R": {
- "value": {
- "/BaseFont": "/LiberationSans",
- "/Encoding": "/WinAnsiEncoding",
- "/FirstChar": 32,
- "/FontDescriptor": "144 0 R",
- "/LastChar": 255,
- "/Subtype": "/TrueType",
- "/Type": "/Font",
- "/Widths": [
- 277,
- 277,
- 354,
- 556,
- 556,
- 889,
- 666,
- 190,
- 333,
- 333,
- 389,
- 583,
- 277,
- 333,
- 277,
- 277,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 277,
- 277,
- 583,
- 583,
- 583,
- 556,
- 1015,
- 666,
- 666,
- 722,
- 722,
- 666,
- 610,
- 777,
- 722,
- 277,
- 500,
- 666,
- 556,
- 833,
- 722,
- 777,
- 666,
- 777,
- 722,
- 666,
- 610,
- 722,
- 666,
- 943,
- 666,
- 666,
- 610,
- 277,
- 277,
- 277,
- 469,
- 556,
- 333,
- 556,
- 556,
- 500,
- 556,
- 556,
- 277,
- 556,
- 556,
- 222,
- 222,
- 500,
- 222,
- 833,
- 556,
- 556,
- 556,
- 556,
- 333,
- 500,
- 277,
- 556,
- 500,
- 722,
- 500,
- 500,
- 500,
- 333,
- 259,
- 333,
- 583,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 277,
- 333,
- 556,
- 556,
- 556,
- 556,
- 259,
- 556,
- 333,
- 736,
- 370,
- 556,
- 583,
- 333,
- 736,
- 552,
- 399,
- 548,
- 333,
- 333,
- 333,
- 576,
- 537,
- 333,
- 333,
- 333,
- 365,
- 556,
- 833,
- 833,
- 833,
- 610,
- 666,
- 666,
- 666,
- 666,
- 666,
- 666,
- 1000,
- 722,
- 666,
- 666,
- 666,
- 666,
- 277,
- 277,
- 277,
- 277,
- 722,
- 722,
- 777,
- 777,
- 777,
- 777,
- 777,
- 583,
- 777,
- 722,
- 722,
- 722,
- 722,
- 666,
- 666,
- 610,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 889,
- 500,
- 556,
- 556,
- 556,
- 556,
- 277,
- 277,
- 277,
- 277,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 556,
- 548,
- 610,
- 556,
- 556,
- 556,
- 556,
- 500,
- 556,
- 500
- ]
- }
- },
- "obj:56 0 R": {
- "value": {
- "/BaseFont": "/DAAAAA+LiberationSans",
- "/FirstChar": 0,
- "/FontDescriptor": "145 0 R",
- "/LastChar": 22,
- "/Subtype": "/TrueType",
- "/ToUnicode": "146 0 R",
- "/Type": "/Font",
- "/Widths": [
- 750,
- 333,
- 556,
- 333,
- 556,
- 556,
- 500,
- 722,
- 556,
- 556,
- 500,
- 277,
- 666,
- 556,
- 500,
- 556,
- 556,
- 777,
- 556,
- 277,
- 222,
- 556,
- 556
- ]
- }
- },
- "obj:57 0 R": {
- "value": {
- "/BaseFont": "/DejaVuSans",
- "/Encoding": "/WinAnsiEncoding",
- "/FirstChar": 32,
- "/FontDescriptor": "148 0 R",
- "/LastChar": 255,
- "/Subtype": "/TrueType",
- "/Type": "/Font",
- "/Widths": [
- 317,
- 400,
- 459,
- 837,
- 636,
- 950,
- 779,
- 274,
- 390,
- 390,
- 500,
- 837,
- 317,
- 360,
- 317,
- 336,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 636,
- 336,
- 336,
- 837,
- 837,
- 837,
- 530,
- 1000,
- 684,
- 686,
- 698,
- 770,
- 631,
- 575,
- 774,
- 751,
- 294,
- 294,
- 655,
- 557,
- 862,
- 748,
- 787,
- 603,
- 787,
- 694,
- 634,
- 610,
- 731,
- 684,
- 988,
- 685,
- 610,
- 685,
- 390,
- 336,
- 390,
- 837,
- 500,
- 500,
- 612,
- 634,
- 549,
- 634,
- 615,
- 352,
- 634,
- 633,
- 277,
- 277,
- 579,
- 277,
- 974,
- 633,
- 611,
- 634,
- 634,
- 411,
- 520,
- 392,
- 633,
- 591,
- 817,
- 591,
- 591,
- 524,
- 636,
- 336,
- 636,
- 837,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 317,
- 400,
- 636,
- 636,
- 636,
- 636,
- 336,
- 500,
- 500,
- 1000,
- 471,
- 611,
- 837,
- 360,
- 1000,
- 500,
- 500,
- 837,
- 400,
- 400,
- 500,
- 636,
- 636,
- 317,
- 500,
- 400,
- 471,
- 611,
- 969,
- 969,
- 969,
- 530,
- 684,
- 684,
- 684,
- 684,
- 684,
- 684,
- 974,
- 698,
- 631,
- 631,
- 631,
- 631,
- 294,
- 294,
- 294,
- 294,
- 774,
- 748,
- 787,
- 787,
- 787,
- 787,
- 787,
- 837,
- 787,
- 731,
- 731,
- 731,
- 731,
- 610,
- 604,
- 629,
- 612,
- 612,
- 612,
- 612,
- 612,
- 612,
- 981,
- 549,
- 615,
- 615,
- 615,
- 615,
- 277,
- 277,
- 277,
- 277,
- 611,
- 633,
- 611,
- 611,
- 611,
- 611,
- 611,
- 837,
- 611,
- 633,
- 633,
- 633,
- 633,
- 591,
- 634,
- 591
- ]
- }
- },
- "obj:58 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ }
+ },
+ "obj:54 0 R": {
+ "value": {
+ "/BaseFont": "/BAAAAA+LiberationSerif",
+ "/FirstChar": 0,
+ "/FontDescriptor": "141 0 R",
+ "/LastChar": 32,
+ "/Subtype": "/TrueType",
+ "/ToUnicode": "142 0 R",
+ "/Type": "/Font",
+ "/Widths": [
+ 777,
+ 943,
+ 500,
+ 443,
+ 333,
+ 333,
+ 389,
+ 250,
+ 777,
+ 500,
+ 333,
+ 500,
+ 443,
+ 610,
+ 500,
+ 277,
+ 556,
+ 277,
+ 277,
+ 500,
+ 443,
+ 500,
+ 443,
+ 500,
+ 500,
+ 556,
+ 610,
+ 666,
+ 500,
+ 722,
+ 500,
+ 722,
+ 500
+ ]
+ }
+ },
+ "obj:55 0 R": {
+ "value": {
+ "/BaseFont": "/LiberationSans",
+ "/Encoding": "/WinAnsiEncoding",
+ "/FirstChar": 32,
+ "/FontDescriptor": "144 0 R",
+ "/LastChar": 255,
+ "/Subtype": "/TrueType",
+ "/Type": "/Font",
+ "/Widths": [
+ 277,
+ 277,
+ 354,
+ 556,
+ 556,
+ 889,
+ 666,
+ 190,
+ 333,
+ 333,
+ 389,
+ 583,
+ 277,
+ 333,
+ 277,
+ 277,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 277,
+ 277,
+ 583,
+ 583,
+ 583,
+ 556,
+ 1015,
+ 666,
+ 666,
+ 722,
+ 722,
+ 666,
+ 610,
+ 777,
+ 722,
+ 277,
+ 500,
+ 666,
+ 556,
+ 833,
+ 722,
+ 777,
+ 666,
+ 777,
+ 722,
+ 666,
+ 610,
+ 722,
+ 666,
+ 943,
+ 666,
+ 666,
+ 610,
+ 277,
+ 277,
+ 277,
+ 469,
+ 556,
+ 333,
+ 556,
+ 556,
+ 500,
+ 556,
+ 556,
+ 277,
+ 556,
+ 556,
+ 222,
+ 222,
+ 500,
+ 222,
+ 833,
+ 556,
+ 556,
+ 556,
+ 556,
+ 333,
+ 500,
+ 277,
+ 556,
+ 500,
+ 722,
+ 500,
+ 500,
+ 500,
+ 333,
+ 259,
+ 333,
+ 583,
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "59 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:59 0 R": {
- "value": 220
- },
- "obj:60 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "61 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:61 0 R": {
- "value": 12
- },
- "obj:62 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "63 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:63 0 R": {
- "value": 220
- },
- "obj:64 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "65 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:65 0 R": {
- "value": 12
- },
- "obj:66 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "67 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:67 0 R": {
- "value": 220
- },
- "obj:68 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "69 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:69 0 R": {
- "value": 12
- },
- "obj:70 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "71 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:71 0 R": {
- "value": 220
- },
- "obj:72 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "73 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:73 0 R": {
- "value": 12
- },
- "obj:74 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "75 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:75 0 R": {
- "value": 220
- },
- "obj:76 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "77 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
- }
- }
- },
- "obj:77 0 R": {
- "value": 12
- },
- "obj:78 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
0,
0,
- 12.05,
- 12.05
- ],
- "/Length": "79 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 277,
+ 333,
+ 556,
+ 556,
+ 556,
+ 556,
+ 259,
+ 556,
+ 333,
+ 736,
+ 370,
+ 556,
+ 583,
+ 333,
+ 736,
+ 552,
+ 399,
+ 548,
+ 333,
+ 333,
+ 333,
+ 576,
+ 537,
+ 333,
+ 333,
+ 333,
+ 365,
+ 556,
+ 833,
+ 833,
+ 833,
+ 610,
+ 666,
+ 666,
+ 666,
+ 666,
+ 666,
+ 666,
+ 1000,
+ 722,
+ 666,
+ 666,
+ 666,
+ 666,
+ 277,
+ 277,
+ 277,
+ 277,
+ 722,
+ 722,
+ 777,
+ 777,
+ 777,
+ 777,
+ 777,
+ 583,
+ 777,
+ 722,
+ 722,
+ 722,
+ 722,
+ 666,
+ 666,
+ 610,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 889,
+ 500,
+ 556,
+ 556,
+ 556,
+ 556,
+ 277,
+ 277,
+ 277,
+ 277,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 556,
+ 548,
+ 610,
+ 556,
+ 556,
+ 556,
+ 556,
+ 500,
+ 556,
+ 500
+ ]
}
- }
- },
- "obj:79 0 R": {
- "value": 220
- },
- "obj:80 0 R": {
- "stream": {
- "dict": {
- "/BBox": [
+ },
+ "obj:56 0 R": {
+ "value": {
+ "/BaseFont": "/DAAAAA+LiberationSans",
+ "/FirstChar": 0,
+ "/FontDescriptor": "145 0 R",
+ "/LastChar": 22,
+ "/Subtype": "/TrueType",
+ "/ToUnicode": "146 0 R",
+ "/Type": "/Font",
+ "/Widths": [
+ 750,
+ 333,
+ 556,
+ 333,
+ 556,
+ 556,
+ 500,
+ 722,
+ 556,
+ 556,
+ 500,
+ 277,
+ 666,
+ 556,
+ 500,
+ 556,
+ 556,
+ 777,
+ 556,
+ 277,
+ 222,
+ 556,
+ 556
+ ]
+ }
+ },
+ "obj:57 0 R": {
+ "value": {
+ "/BaseFont": "/DejaVuSans",
+ "/Encoding": "/WinAnsiEncoding",
+ "/FirstChar": 32,
+ "/FontDescriptor": "148 0 R",
+ "/LastChar": 255,
+ "/Subtype": "/TrueType",
+ "/Type": "/Font",
+ "/Widths": [
+ 317,
+ 400,
+ 459,
+ 837,
+ 636,
+ 950,
+ 779,
+ 274,
+ 390,
+ 390,
+ 500,
+ 837,
+ 317,
+ 360,
+ 317,
+ 336,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 636,
+ 336,
+ 336,
+ 837,
+ 837,
+ 837,
+ 530,
+ 1000,
+ 684,
+ 686,
+ 698,
+ 770,
+ 631,
+ 575,
+ 774,
+ 751,
+ 294,
+ 294,
+ 655,
+ 557,
+ 862,
+ 748,
+ 787,
+ 603,
+ 787,
+ 694,
+ 634,
+ 610,
+ 731,
+ 684,
+ 988,
+ 685,
+ 610,
+ 685,
+ 390,
+ 336,
+ 390,
+ 837,
+ 500,
+ 500,
+ 612,
+ 634,
+ 549,
+ 634,
+ 615,
+ 352,
+ 634,
+ 633,
+ 277,
+ 277,
+ 579,
+ 277,
+ 974,
+ 633,
+ 611,
+ 634,
+ 634,
+ 411,
+ 520,
+ 392,
+ 633,
+ 591,
+ 817,
+ 591,
+ 591,
+ 524,
+ 636,
+ 336,
+ 636,
+ 837,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
0,
0,
- 12.05,
- 12.05
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 317,
+ 400,
+ 636,
+ 636,
+ 636,
+ 636,
+ 336,
+ 500,
+ 500,
+ 1000,
+ 471,
+ 611,
+ 837,
+ 360,
+ 1000,
+ 500,
+ 500,
+ 837,
+ 400,
+ 400,
+ 500,
+ 636,
+ 636,
+ 317,
+ 500,
+ 400,
+ 471,
+ 611,
+ 969,
+ 969,
+ 969,
+ 530,
+ 684,
+ 684,
+ 684,
+ 684,
+ 684,
+ 684,
+ 974,
+ 698,
+ 631,
+ 631,
+ 631,
+ 631,
+ 294,
+ 294,
+ 294,
+ 294,
+ 774,
+ 748,
+ 787,
+ 787,
+ 787,
+ 787,
+ 787,
+ 837,
+ 787,
+ 731,
+ 731,
+ 731,
+ 731,
+ 610,
+ 604,
+ 629,
+ 612,
+ 612,
+ 612,
+ 612,
+ 612,
+ 612,
+ 981,
+ 549,
+ 615,
+ 615,
+ 615,
+ 615,
+ 277,
+ 277,
+ 277,
+ 277,
+ 611,
+ 633,
+ 611,
+ 611,
+ 611,
+ 611,
+ 611,
+ 837,
+ 611,
+ 633,
+ 633,
+ 633,
+ 633,
+ 591,
+ 634,
+ 591
+ ]
+ }
+ },
+ "obj:58 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "59 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:59 0 R": {
+ "value": 220
+ },
+ "obj:60 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "61 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:61 0 R": {
+ "value": 12
+ },
+ "obj:62 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "63 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:63 0 R": {
+ "value": 220
+ },
+ "obj:64 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "65 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:65 0 R": {
+ "value": 12
+ },
+ "obj:66 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "67 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:67 0 R": {
+ "value": 220
+ },
+ "obj:68 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "69 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:69 0 R": {
+ "value": 12
+ },
+ "obj:70 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "71 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:71 0 R": {
+ "value": 220
+ },
+ "obj:72 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "73 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:73 0 R": {
+ "value": 12
+ },
+ "obj:74 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "75 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:75 0 R": {
+ "value": 220
+ },
+ "obj:76 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "77 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:77 0 R": {
+ "value": 12
+ },
+ "obj:78 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "79 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:79 0 R": {
+ "value": 220
+ },
+ "obj:80 0 R": {
+ "stream": {
+ "dict": {
+ "/BBox": [
+ 0,
+ 0,
+ 12.05,
+ 12.05
+ ],
+ "/Length": "81 0 R",
+ "/Resources": "3 0 R",
+ "/Subtype": "/Form",
+ "/Type": "/XObject"
+ }
+ }
+ },
+ "obj:81 0 R": {
+ "value": 12
+ },
+ "obj:82 0 R": {
+ "value": {
+ "/A": "149 0 R",
+ "/K": [
+ 0
],
- "/Length": "81 0 R",
- "/Resources": "3 0 R",
- "/Subtype": "/Form",
- "/Type": "/XObject"
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:81 0 R": {
- "value": 12
- },
- "obj:82 0 R": {
- "value": {
- "/A": "149 0 R",
- "/K": [
- 0
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:83 0 R": {
- "value": {
- "/A": "150 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:84 0 R": {
- "value": {
- "/A": "151 0 R",
- "/K": [
- 1
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:85 0 R": {
- "value": {
- "/A": "152 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:86 0 R": {
- "value": {
- "/A": "153 0 R",
- "/K": [
- 2
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:87 0 R": {
- "value": {
- "/A": "154 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:88 0 R": {
- "value": {
- "/A": "155 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:89 0 R": {
- "value": {
- "/A": "156 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:90 0 R": {
- "value": {
- "/A": "157 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:91 0 R": {
- "value": {
- "/A": "158 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:92 0 R": {
- "value": {
- "/A": "159 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:93 0 R": {
- "value": {
- "/A": "160 0 R",
- "/K": [
- 3
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:94 0 R": {
- "value": {
- "/A": "161 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:95 0 R": {
- "value": {
- "/A": "162 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:96 0 R": {
- "value": {
- "/A": "163 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:97 0 R": {
- "value": {
- "/A": "164 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:98 0 R": {
- "value": {
- "/A": "165 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:99 0 R": {
- "value": {
- "/A": "166 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:100 0 R": {
- "value": {
- "/A": "167 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:101 0 R": {
- "value": {
- "/A": "168 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:102 0 R": {
- "value": {
- "/A": "169 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:103 0 R": {
- "value": {
- "/A": "170 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:104 0 R": {
- "value": {
- "/A": "171 0 R",
- "/K": [
- 4
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:105 0 R": {
- "value": {
- "/A": "172 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:106 0 R": {
- "value": {
- "/A": "173 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:107 0 R": {
- "value": {
- "/A": "174 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:108 0 R": {
- "value": {
- "/A": "175 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:109 0 R": {
- "value": {
- "/A": "176 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:110 0 R": {
- "value": {
- "/A": "177 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:111 0 R": {
- "value": {
- "/A": "178 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:112 0 R": {
- "value": {
- "/A": "179 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:113 0 R": {
- "value": {
- "/A": "180 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:114 0 R": {
- "value": {
- "/A": "181 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:115 0 R": {
- "value": {
- "/A": "182 0 R",
- "/K": [
- 5
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:116 0 R": {
- "value": {
- "/A": "183 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:117 0 R": {
- "value": {
- "/A": "184 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:118 0 R": {
- "value": {
- "/A": "185 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:119 0 R": {
- "value": {
- "/A": "186 0 R",
- "/K": [
- 6,
- 7
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:120 0 R": {
- "value": {
- "/A": "187 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:121 0 R": {
- "value": {
- "/A": "188 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:122 0 R": {
- "value": {
- "/A": "189 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:123 0 R": {
- "value": {
- "/A": "190 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:124 0 R": {
- "value": {
- "/A": "191 0 R",
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:125 0 R": {
- "value": {
- "/A": "192 0 R",
- "/K": [
- 8,
- 9
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Standard",
- "/Type": "/StructElem"
- }
- },
- "obj:126 0 R": {
- "value": {
- "/K": [
- 10
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:127 0 R": {
- "value": {
- "/K": [
- 11
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:128 0 R": {
- "value": {
- "/K": [
- 12
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:129 0 R": {
- "value": {
- "/K": [
- 13
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:130 0 R": {
- "value": {
- "/K": [
- 14
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:131 0 R": {
- "value": {
- "/K": [
- 15
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:132 0 R": {
- "value": {
- "/K": [
- 16
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:133 0 R": {
- "value": {
- "/K": [
- 17
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:134 0 R": {
- "value": {
- "/K": [
- 18
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:135 0 R": {
- "value": {
- "/K": [
- 19
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:136 0 R": {
- "value": {
- "/K": [
- 20
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:137 0 R": {
- "value": {
- "/K": [
- 21
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:138 0 R": {
- "value": {
- "/K": [
- 22
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:139 0 R": {
- "value": {
- "/K": [
- 23
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:140 0 R": {
- "value": {
- "/K": [
- 24
- ],
- "/P": "52 0 R",
- "/Pg": "15 0 R",
- "/S": "/Form",
- "/Type": "/StructElem"
- }
- },
- "obj:141 0 R": {
- "value": {
- "/Ascent": 891,
- "/CapHeight": 981,
- "/Descent": -216,
- "/Flags": 4,
- "/FontBBox": [
- -543,
- -303,
- 1277,
- 981
- ],
- "/FontFile2": "193 0 R",
- "/FontName": "/BAAAAA+LiberationSerif",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:142 0 R": {
- "stream": {
- "dict": {
- "/Length": "143 0 R"
+ },
+ "obj:83 0 R": {
+ "value": {
+ "/A": "150 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:143 0 R": {
- "value": 702
- },
- "obj:144 0 R": {
- "value": {
- "/Ascent": 905,
- "/CapHeight": 979,
- "/Descent": -211,
- "/Flags": 4,
- "/FontBBox": [
- -543,
- -303,
- 1300,
- 979
- ],
- "/FontName": "/LiberationSans",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:145 0 R": {
- "value": {
- "/Ascent": 905,
- "/CapHeight": 979,
- "/Descent": -211,
- "/Flags": 4,
- "/FontBBox": [
- -543,
- -303,
- 1300,
- 979
- ],
- "/FontFile2": "195 0 R",
- "/FontName": "/DAAAAA+LiberationSans",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:146 0 R": {
- "stream": {
- "dict": {
- "/Length": "147 0 R"
+ },
+ "obj:84 0 R": {
+ "value": {
+ "/A": "151 0 R",
+ "/K": [
+ 1
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:147 0 R": {
- "value": 582
- },
- "obj:148 0 R": {
- "value": {
- "/Ascent": 928,
- "/CapHeight": 1232,
- "/Descent": -235,
- "/Flags": 4,
- "/FontBBox": [
- -1020,
- -462,
- 1792,
- 1232
- ],
- "/FontName": "/DejaVuSans",
- "/ItalicAngle": 0,
- "/StemV": 80,
- "/Type": "/FontDescriptor"
- }
- },
- "obj:149 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:150 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:151 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:152 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:153 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:154 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:155 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:156 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:157 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:158 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:159 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:160 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:161 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:162 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:163 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:164 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:165 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:166 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:167 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:168 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:169 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:170 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:171 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:172 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:173 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:174 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:175 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:176 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:177 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:178 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:179 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:180 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:181 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:182 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:183 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:184 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:185 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:186 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:187 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:188 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:189 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:190 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:191 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:192 0 R": {
- "value": {
- "/O": "/Layout",
- "/Placement": "/Block"
- }
- },
- "obj:193 0 R": {
- "stream": {
- "dict": {
- "/Length": "194 0 R",
- "/Length1": 16184
+ },
+ "obj:85 0 R": {
+ "value": {
+ "/A": "152 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
}
- }
- },
- "obj:194 0 R": {
- "value": 16184
- },
- "obj:195 0 R": {
- "stream": {
- "dict": {
- "/Length": "196 0 R",
- "/Length1": 11088
+ },
+ "obj:86 0 R": {
+ "value": {
+ "/A": "153 0 R",
+ "/K": [
+ 2
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:87 0 R": {
+ "value": {
+ "/A": "154 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:88 0 R": {
+ "value": {
+ "/A": "155 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:89 0 R": {
+ "value": {
+ "/A": "156 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:90 0 R": {
+ "value": {
+ "/A": "157 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:91 0 R": {
+ "value": {
+ "/A": "158 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:92 0 R": {
+ "value": {
+ "/A": "159 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:93 0 R": {
+ "value": {
+ "/A": "160 0 R",
+ "/K": [
+ 3
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:94 0 R": {
+ "value": {
+ "/A": "161 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:95 0 R": {
+ "value": {
+ "/A": "162 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:96 0 R": {
+ "value": {
+ "/A": "163 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:97 0 R": {
+ "value": {
+ "/A": "164 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:98 0 R": {
+ "value": {
+ "/A": "165 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:99 0 R": {
+ "value": {
+ "/A": "166 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:100 0 R": {
+ "value": {
+ "/A": "167 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:101 0 R": {
+ "value": {
+ "/A": "168 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:102 0 R": {
+ "value": {
+ "/A": "169 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:103 0 R": {
+ "value": {
+ "/A": "170 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:104 0 R": {
+ "value": {
+ "/A": "171 0 R",
+ "/K": [
+ 4
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:105 0 R": {
+ "value": {
+ "/A": "172 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:106 0 R": {
+ "value": {
+ "/A": "173 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:107 0 R": {
+ "value": {
+ "/A": "174 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:108 0 R": {
+ "value": {
+ "/A": "175 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:109 0 R": {
+ "value": {
+ "/A": "176 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:110 0 R": {
+ "value": {
+ "/A": "177 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:111 0 R": {
+ "value": {
+ "/A": "178 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:112 0 R": {
+ "value": {
+ "/A": "179 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:113 0 R": {
+ "value": {
+ "/A": "180 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:114 0 R": {
+ "value": {
+ "/A": "181 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:115 0 R": {
+ "value": {
+ "/A": "182 0 R",
+ "/K": [
+ 5
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:116 0 R": {
+ "value": {
+ "/A": "183 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:117 0 R": {
+ "value": {
+ "/A": "184 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:118 0 R": {
+ "value": {
+ "/A": "185 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:119 0 R": {
+ "value": {
+ "/A": "186 0 R",
+ "/K": [
+ 6,
+ 7
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:120 0 R": {
+ "value": {
+ "/A": "187 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:121 0 R": {
+ "value": {
+ "/A": "188 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:122 0 R": {
+ "value": {
+ "/A": "189 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:123 0 R": {
+ "value": {
+ "/A": "190 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:124 0 R": {
+ "value": {
+ "/A": "191 0 R",
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:125 0 R": {
+ "value": {
+ "/A": "192 0 R",
+ "/K": [
+ 8,
+ 9
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Standard",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:126 0 R": {
+ "value": {
+ "/K": [
+ 10
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:127 0 R": {
+ "value": {
+ "/K": [
+ 11
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:128 0 R": {
+ "value": {
+ "/K": [
+ 12
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:129 0 R": {
+ "value": {
+ "/K": [
+ 13
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:130 0 R": {
+ "value": {
+ "/K": [
+ 14
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:131 0 R": {
+ "value": {
+ "/K": [
+ 15
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:132 0 R": {
+ "value": {
+ "/K": [
+ 16
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:133 0 R": {
+ "value": {
+ "/K": [
+ 17
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:134 0 R": {
+ "value": {
+ "/K": [
+ 18
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:135 0 R": {
+ "value": {
+ "/K": [
+ 19
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:136 0 R": {
+ "value": {
+ "/K": [
+ 20
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:137 0 R": {
+ "value": {
+ "/K": [
+ 21
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:138 0 R": {
+ "value": {
+ "/K": [
+ 22
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:139 0 R": {
+ "value": {
+ "/K": [
+ 23
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:140 0 R": {
+ "value": {
+ "/K": [
+ 24
+ ],
+ "/P": "52 0 R",
+ "/Pg": "15 0 R",
+ "/S": "/Form",
+ "/Type": "/StructElem"
+ }
+ },
+ "obj:141 0 R": {
+ "value": {
+ "/Ascent": 891,
+ "/CapHeight": 981,
+ "/Descent": -216,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1277,
+ 981
+ ],
+ "/FontFile2": "193 0 R",
+ "/FontName": "/BAAAAA+LiberationSerif",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:142 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "143 0 R"
+ }
+ }
+ },
+ "obj:143 0 R": {
+ "value": 702
+ },
+ "obj:144 0 R": {
+ "value": {
+ "/Ascent": 905,
+ "/CapHeight": 979,
+ "/Descent": -211,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1300,
+ 979
+ ],
+ "/FontName": "/LiberationSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:145 0 R": {
+ "value": {
+ "/Ascent": 905,
+ "/CapHeight": 979,
+ "/Descent": -211,
+ "/Flags": 4,
+ "/FontBBox": [
+ -543,
+ -303,
+ 1300,
+ 979
+ ],
+ "/FontFile2": "195 0 R",
+ "/FontName": "/DAAAAA+LiberationSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:146 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "147 0 R"
+ }
+ }
+ },
+ "obj:147 0 R": {
+ "value": 582
+ },
+ "obj:148 0 R": {
+ "value": {
+ "/Ascent": 928,
+ "/CapHeight": 1232,
+ "/Descent": -235,
+ "/Flags": 4,
+ "/FontBBox": [
+ -1020,
+ -462,
+ 1792,
+ 1232
+ ],
+ "/FontName": "/DejaVuSans",
+ "/ItalicAngle": 0,
+ "/StemV": 80,
+ "/Type": "/FontDescriptor"
+ }
+ },
+ "obj:149 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:150 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:151 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:152 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:153 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:154 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:155 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:156 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:157 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:158 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:159 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:160 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:161 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:162 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:163 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:164 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:165 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:166 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:167 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:168 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:169 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:170 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:171 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:172 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:173 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:174 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:175 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:176 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:177 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:178 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:179 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:180 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:181 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:182 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:183 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:184 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:185 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:186 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:187 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:188 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:189 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:190 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:191 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:192 0 R": {
+ "value": {
+ "/O": "/Layout",
+ "/Placement": "/Block"
+ }
+ },
+ "obj:193 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "194 0 R",
+ "/Length1": 16184
+ }
+ }
+ },
+ "obj:194 0 R": {
+ "value": 16184
+ },
+ "obj:195 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "196 0 R",
+ "/Length1": 11088
+ }
+ }
+ },
+ "obj:196 0 R": {
+ "value": 11088
+ },
+ "trailer": {
+ "value": {
+ "/DocChecksum": "/CC322E136FE95DECF8BC297B1A9B2C2E",
+ "/ID": [
+ "b:f8abc47bb1df544a0df9c15a75ef0046",
+ "b:ecae7a672bccf334835b54867b208438"
+ ],
+ "/Info": "2 0 R",
+ "/Root": "1 0 R",
+ "/Size": 197
}
- }
- },
- "obj:196 0 R": {
- "value": 11088
- },
- "trailer": {
- "value": {
- "/DocChecksum": "/CC322E136FE95DECF8BC297B1A9B2C2E",
- "/ID": [
- "b:f8abc47bb1df544a0df9c15a75ef0046",
- "b:ecae7a672bccf334835b54867b208438"
- ],
- "/Info": "2 0 R",
- "/Root": "1 0 R",
- "/Size": 197
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-image-streams-all-v2.out b/qpdf/qtest/qpdf/json-image-streams-all-v2.out
index 5f09fe46..2729bfb8 100644
--- a/qpdf/qtest/qpdf/json-image-streams-all-v2.out
+++ b/qpdf/qtest/qpdf/json-image-streams-all-v2.out
@@ -275,468 +275,477 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 9,
- "/Kids": [
- "3 0 R",
- "4 0 R",
- "5 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R"
- ],
- "/Type": "/Pages"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 30
},
- "obj:3 0 R": {
- "value": {
- "/Contents": "12 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
- },
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 9,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R"
],
- "/XObject": {
- "/Im1": "14 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Contents": "15 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Contents": "12 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "14 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "15 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "16 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "17 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "16 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "17 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "18 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "19 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "18 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "19 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "20 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "21 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "20 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "21 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "22 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "23 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "22 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "23 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "24 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "25 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "24 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "25 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "26 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "27 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "26 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "27 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "28 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "29 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "28 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "29 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "30 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "30 0 R"
+ }
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 95
}
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "stream": {
- "dict": {
- "/Length": 95
}
- }
- },
- "obj:13 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:14 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Height": 480,
- "/Length": 768000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:15 0 R": {
- "stream": {
- "dict": {
- "/Length": 101
+ },
+ "obj:14 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Height": 480,
+ "/Length": 768000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:16 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 9364,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:15 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 101
+ }
}
- }
- },
- "obj:17 0 R": {
- "stream": {
- "dict": {
- "/Length": 107
+ },
+ "obj:16 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 9364,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:18 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 768998,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:17 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 107
+ }
}
- }
- },
- "obj:19 0 R": {
- "stream": {
- "dict": {
- "/Length": 94
+ },
+ "obj:18 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 768998,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:20 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Height": 480,
- "/Length": 576000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:19 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 94
+ }
}
- }
- },
- "obj:21 0 R": {
- "stream": {
- "dict": {
- "/Length": 100
+ },
+ "obj:20 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Height": 480,
+ "/Length": 576000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:22 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 3650,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:21 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 100
+ }
}
- }
- },
- "obj:23 0 R": {
- "stream": {
- "dict": {
- "/Length": 106
+ },
+ "obj:22 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 3650,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:24 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 641497,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:23 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 106
+ }
}
- }
- },
- "obj:25 0 R": {
- "stream": {
- "dict": {
- "/Length": 95
+ },
+ "obj:24 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 641497,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:26 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Height": 480,
- "/Length": 192000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:25 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 95
+ }
}
- }
- },
- "obj:27 0 R": {
- "stream": {
- "dict": {
- "/Length": 101
+ },
+ "obj:26 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Height": 480,
+ "/Length": 192000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:28 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 2587,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:27 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 101
+ }
}
- }
- },
- "obj:29 0 R": {
- "stream": {
- "dict": {
- "/Length": 107
+ },
+ "obj:28 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 2587,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:30 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 3001,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:29 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 107
+ }
+ }
+ },
+ "obj:30 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 3001,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:53b6958e9beef00ea2ac077d5f2912b6",
+ "b:272b8d8ba45632ab505020e7606d221d"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 31
}
- }
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:53b6958e9beef00ea2ac077d5f2912b6",
- "b:272b8d8ba45632ab505020e7606d221d"
- ],
- "/Root": "1 0 R",
- "/Size": 31
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-image-streams-small-v2.out b/qpdf/qtest/qpdf/json-image-streams-small-v2.out
index c5f7abbe..aa445eaa 100644
--- a/qpdf/qtest/qpdf/json-image-streams-small-v2.out
+++ b/qpdf/qtest/qpdf/json-image-streams-small-v2.out
@@ -275,480 +275,489 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 9,
- "/Kids": [
- "3 0 R",
- "4 0 R",
- "5 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R"
- ],
- "/Type": "/Pages"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 30
},
- "obj:3 0 R": {
- "value": {
- "/Contents": "12 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
- },
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 9,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R"
],
- "/XObject": {
- "/Im1": "14 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Contents": "15 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Contents": "12 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "14 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "15 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "16 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "17 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "16 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "17 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "18 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "19 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "18 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "19 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "20 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "21 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "20 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "21 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "22 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "23 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "22 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "23 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "24 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "25 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "24 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "25 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "26 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "27 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "26 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "27 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "28 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "29 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "28 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "29 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "30 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "30 0 R"
+ }
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 97
}
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 97
}
- }
- },
- "obj:13 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:14 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/FlateDecode",
- "/Height": 48,
- "/Length": 51,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:15 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 102
+ },
+ "obj:14 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/FlateDecode",
+ "/Height": 48,
+ "/Length": 51,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:16 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/DCTDecode",
- "/Height": 48,
- "/Length": 454,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:15 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 102
+ }
}
- }
- },
- "obj:17 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 108
+ },
+ "obj:16 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/DCTDecode",
+ "/Height": 48,
+ "/Length": 454,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:18 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/RunLengthDecode",
- "/Height": 48,
- "/Length": 7688,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:17 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 108
+ }
}
- }
- },
- "obj:19 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 96
+ },
+ "obj:18 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 48,
+ "/Length": 7688,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:20 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/FlateDecode",
- "/Height": 48,
- "/Length": 46,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:19 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 96
+ }
}
- }
- },
- "obj:21 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 99
+ },
+ "obj:20 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/FlateDecode",
+ "/Height": 48,
+ "/Length": 46,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:22 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/DCTDecode",
- "/Height": 48,
- "/Length": 849,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:21 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 99
+ }
}
- }
- },
- "obj:23 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 106
+ },
+ "obj:22 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/DCTDecode",
+ "/Height": 48,
+ "/Length": 849,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:24 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/RunLengthDecode",
- "/Height": 48,
- "/Length": 6411,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:23 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 106
+ }
}
- }
- },
- "obj:25 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 97
+ },
+ "obj:24 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 48,
+ "/Length": 6411,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:26 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/FlateDecode",
- "/Height": 48,
- "/Length": 36,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:25 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 97
+ }
}
- }
- },
- "obj:27 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 101
+ },
+ "obj:26 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/FlateDecode",
+ "/Height": 48,
+ "/Length": 36,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:28 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/DCTDecode",
- "/Height": 48,
- "/Length": 359,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:27 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 101
+ }
}
- }
- },
- "obj:29 0 R": {
- "stream": {
- "dict": {
- "/Filter": "/FlateDecode",
- "/Length": 108
+ },
+ "obj:28 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/DCTDecode",
+ "/Height": 48,
+ "/Length": 359,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
}
- }
- },
- "obj:30 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/RunLengthDecode",
- "/Height": 48,
- "/Length": 37,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 40
+ },
+ "obj:29 0 R": {
+ "stream": {
+ "dict": {
+ "/Filter": "/FlateDecode",
+ "/Length": 108
+ }
+ }
+ },
+ "obj:30 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 48,
+ "/Length": 37,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 40
+ }
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:5aa7af805079bb907e9034361d9a11a2",
+ "b:5aa7af805079bb907e9034361d9a11a2"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 31
}
- }
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:5aa7af805079bb907e9034361d9a11a2",
- "b:5aa7af805079bb907e9034361d9a11a2"
- ],
- "/Root": "1 0 R",
- "/Size": 31
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-image-streams-specialized-v2.out b/qpdf/qtest/qpdf/json-image-streams-specialized-v2.out
index 773a1ba6..294f0488 100644
--- a/qpdf/qtest/qpdf/json-image-streams-specialized-v2.out
+++ b/qpdf/qtest/qpdf/json-image-streams-specialized-v2.out
@@ -275,468 +275,477 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 9,
- "/Kids": [
- "3 0 R",
- "4 0 R",
- "5 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R"
- ],
- "/Type": "/Pages"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 30
},
- "obj:3 0 R": {
- "value": {
- "/Contents": "12 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
- },
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 9,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R"
],
- "/XObject": {
- "/Im1": "14 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Contents": "15 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Contents": "12 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "14 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "15 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "16 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "17 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "16 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "17 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "18 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "19 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "18 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "19 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "20 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "21 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "20 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "21 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "22 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "23 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "22 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "23 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "24 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "25 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "24 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "25 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "26 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "27 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "26 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "27 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "28 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "29 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "28 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "29 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "30 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "30 0 R"
+ }
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 95
}
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "stream": {
- "dict": {
- "/Length": 95
}
- }
- },
- "obj:13 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:14 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Height": 480,
- "/Length": 768000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:15 0 R": {
- "stream": {
- "dict": {
- "/Length": 101
+ },
+ "obj:14 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Height": 480,
+ "/Length": 768000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:16 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 9364,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:15 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 101
+ }
}
- }
- },
- "obj:17 0 R": {
- "stream": {
- "dict": {
- "/Length": 107
+ },
+ "obj:16 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 9364,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:18 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 768998,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:17 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 107
+ }
}
- }
- },
- "obj:19 0 R": {
- "stream": {
- "dict": {
- "/Length": 94
+ },
+ "obj:18 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 768998,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:20 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Height": 480,
- "/Length": 576000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:19 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 94
+ }
}
- }
- },
- "obj:21 0 R": {
- "stream": {
- "dict": {
- "/Length": 100
+ },
+ "obj:20 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Height": 480,
+ "/Length": 576000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:22 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 3650,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:21 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 100
+ }
}
- }
- },
- "obj:23 0 R": {
- "stream": {
- "dict": {
- "/Length": 106
+ },
+ "obj:22 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 3650,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:24 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 641497,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:23 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 106
+ }
}
- }
- },
- "obj:25 0 R": {
- "stream": {
- "dict": {
- "/Length": 95
+ },
+ "obj:24 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 641497,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:26 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Height": 480,
- "/Length": 192000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:25 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 95
+ }
}
- }
- },
- "obj:27 0 R": {
- "stream": {
- "dict": {
- "/Length": 101
+ },
+ "obj:26 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Height": 480,
+ "/Length": 192000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:28 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 2587,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:27 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 101
+ }
}
- }
- },
- "obj:29 0 R": {
- "stream": {
- "dict": {
- "/Length": 107
+ },
+ "obj:28 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 2587,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:30 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 3001,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:29 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 107
+ }
+ }
+ },
+ "obj:30 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 3001,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:53b6958e9beef00ea2ac077d5f2912b6",
+ "b:272b8d8ba45632ab505020e7606d221d"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 31
}
- }
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:53b6958e9beef00ea2ac077d5f2912b6",
- "b:272b8d8ba45632ab505020e7606d221d"
- ],
- "/Root": "1 0 R",
- "/Size": 31
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-image-streams-v2.out b/qpdf/qtest/qpdf/json-image-streams-v2.out
index f0fa7775..5cabbd78 100644
--- a/qpdf/qtest/qpdf/json-image-streams-v2.out
+++ b/qpdf/qtest/qpdf/json-image-streams-v2.out
@@ -275,468 +275,477 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 9,
- "/Kids": [
- "3 0 R",
- "4 0 R",
- "5 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R"
- ],
- "/Type": "/Pages"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 30
},
- "obj:3 0 R": {
- "value": {
- "/Contents": "12 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
- },
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 9,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R"
],
- "/XObject": {
- "/Im1": "14 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Contents": "15 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Contents": "12 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "14 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "15 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "16 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "17 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "16 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "17 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "18 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "19 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "18 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "19 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "20 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "21 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "20 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "21 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "22 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "23 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "22 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "23 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "24 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "25 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "24 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "25 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "26 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "27 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "26 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "27 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "28 0 R"
- }
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "29 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 392
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "13 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "28 0 R"
+ }
},
- "/ProcSet": [
- "/PDF",
- "/Text",
- "/ImageC"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "29 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 392
],
- "/XObject": {
- "/Im1": "30 0 R"
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "13 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text",
+ "/ImageC"
+ ],
+ "/XObject": {
+ "/Im1": "30 0 R"
+ }
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 95
}
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "stream": {
- "dict": {
- "/Length": 95
}
- }
- },
- "obj:13 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:14 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Height": 480,
- "/Length": 768000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:15 0 R": {
- "stream": {
- "dict": {
- "/Length": 101
+ },
+ "obj:14 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Height": 480,
+ "/Length": 768000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:16 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 9364,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:15 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 101
+ }
}
- }
- },
- "obj:17 0 R": {
- "stream": {
- "dict": {
- "/Length": 107
+ },
+ "obj:16 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 9364,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:18 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceCMYK",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 768998,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:17 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 107
+ }
}
- }
- },
- "obj:19 0 R": {
- "stream": {
- "dict": {
- "/Length": 94
+ },
+ "obj:18 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceCMYK",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 768998,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:20 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Height": 480,
- "/Length": 576000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:19 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 94
+ }
}
- }
- },
- "obj:21 0 R": {
- "stream": {
- "dict": {
- "/Length": 100
+ },
+ "obj:20 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Height": 480,
+ "/Length": 576000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:22 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 3650,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:21 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 100
+ }
}
- }
- },
- "obj:23 0 R": {
- "stream": {
- "dict": {
- "/Length": 106
+ },
+ "obj:22 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 3650,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:24 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceRGB",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 641497,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:23 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 106
+ }
}
- }
- },
- "obj:25 0 R": {
- "stream": {
- "dict": {
- "/Length": 95
+ },
+ "obj:24 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceRGB",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 641497,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:26 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Height": 480,
- "/Length": 192000,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:25 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 95
+ }
}
- }
- },
- "obj:27 0 R": {
- "stream": {
- "dict": {
- "/Length": 101
+ },
+ "obj:26 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Height": 480,
+ "/Length": 192000,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:28 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/DCTDecode",
- "/Height": 480,
- "/Length": 2587,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:27 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 101
+ }
}
- }
- },
- "obj:29 0 R": {
- "stream": {
- "dict": {
- "/Length": 107
+ },
+ "obj:28 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/DCTDecode",
+ "/Height": 480,
+ "/Length": 2587,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
}
- }
- },
- "obj:30 0 R": {
- "stream": {
- "dict": {
- "/BitsPerComponent": 8,
- "/ColorSpace": "/DeviceGray",
- "/Filter": "/RunLengthDecode",
- "/Height": 480,
- "/Length": 3001,
- "/Subtype": "/Image",
- "/Type": "/XObject",
- "/Width": 400
+ },
+ "obj:29 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": 107
+ }
+ }
+ },
+ "obj:30 0 R": {
+ "stream": {
+ "dict": {
+ "/BitsPerComponent": 8,
+ "/ColorSpace": "/DeviceGray",
+ "/Filter": "/RunLengthDecode",
+ "/Height": 480,
+ "/Length": 3001,
+ "/Subtype": "/Image",
+ "/Type": "/XObject",
+ "/Width": 400
+ }
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:53b6958e9beef00ea2ac077d5f2912b6",
+ "b:272b8d8ba45632ab505020e7606d221d"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 31
}
- }
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:53b6958e9beef00ea2ac077d5f2912b6",
- "b:272b8d8ba45632ab505020e7606d221d"
- ],
- "/Root": "1 0 R",
- "/Size": 31
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-outlines-with-actions-v2.out b/qpdf/qtest/qpdf/json-outlines-with-actions-v2.out
index 224f5d8d..81bf941e 100644
--- a/qpdf/qtest/qpdf/json-outlines-with-actions-v2.out
+++ b/qpdf/qtest/qpdf/json-outlines-with-actions-v2.out
@@ -620,1152 +620,1161 @@
"title": "Salad 2 -> 15: /XYZ 66 756 3"
}
],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Names": {
- "/Dests": "107 0 R"
- },
- "/Outlines": "2 0 R",
- "/PageMode": "/UseOutlines",
- "/Pages": "3 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 6,
- "/First": "4 0 R",
- "/Last": "5 0 R",
- "/Type": "/Outlines"
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Count": 30,
- "/Kids": [
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R",
- "12 0 R",
- "13 0 R",
- "14 0 R",
- "15 0 R",
- "16 0 R",
- "17 0 R",
- "18 0 R",
- "19 0 R",
- "20 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "24 0 R",
- "25 0 R",
- "26 0 R",
- "27 0 R",
- "28 0 R",
- "29 0 R",
- "30 0 R",
- "31 0 R",
- "32 0 R",
- "33 0 R",
- "34 0 R",
- "35 0 R"
- ],
- "/Type": "/Pages"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Count": 4,
- "/Dest": [
- "11 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "36 0 R",
- "/Last": "37 0 R",
- "/Next": "5 0 R",
- "/Parent": "2 0 R",
- "/Title": "u:Potato 1 -> 5: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Dest": [
- "21 0 R",
- "/XYZ",
- 66,
- 756,
- 3
- ],
- "/Parent": "2 0 R",
- "/Prev": "4 0 R",
- "/Title": "u:Salad 2 -> 15: /XYZ 66 756 3",
- "/Type": "/Outline"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 108
},
- "obj:6 0 R": {
- "value": {
- "/Contents": "38 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Names": {
+ "/Dests": "107 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "42 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Outlines": "2 0 R",
+ "/PageMode": "/UseOutlines",
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 6,
+ "/First": "4 0 R",
+ "/Last": "5 0 R",
+ "/Type": "/Outlines"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Count": 30,
+ "/Kids": [
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R",
+ "15 0 R",
+ "16 0 R",
+ "17 0 R",
+ "18 0 R",
+ "19 0 R",
+ "20 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
+ "24 0 R",
+ "25 0 R",
+ "26 0 R",
+ "27 0 R",
+ "28 0 R",
+ "29 0 R",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R",
+ "33 0 R",
+ "34 0 R",
+ "35 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Count": 4,
+ "/Dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "36 0 R",
+ "/Last": "37 0 R",
+ "/Next": "5 0 R",
+ "/Parent": "2 0 R",
+ "/Title": "u:Potato 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "2 0 R",
+ "/Prev": "4 0 R",
+ "/Title": "u:Salad 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "38 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "44 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "42 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "46 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "44 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "48 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "46 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "50 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "48 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "value": {
- "/Contents": "52 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "50 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:13 0 R": {
- "value": {
- "/Contents": "54 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "value": {
+ "/Contents": "52 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:14 0 R": {
- "value": {
- "/Contents": "56 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/Contents": "54 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:15 0 R": {
- "value": {
- "/Contents": "58 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:14 0 R": {
+ "value": {
+ "/Contents": "56 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:16 0 R": {
- "value": {
- "/Contents": "60 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:15 0 R": {
+ "value": {
+ "/Contents": "58 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:17 0 R": {
- "value": {
- "/Contents": "62 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:16 0 R": {
+ "value": {
+ "/Contents": "60 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:18 0 R": {
- "value": {
- "/Contents": "64 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:17 0 R": {
+ "value": {
+ "/Contents": "62 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:19 0 R": {
- "value": {
- "/Contents": "66 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:18 0 R": {
+ "value": {
+ "/Contents": "64 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:20 0 R": {
- "value": {
- "/Contents": "68 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:19 0 R": {
+ "value": {
+ "/Contents": "66 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:21 0 R": {
- "value": {
- "/Contents": "70 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:20 0 R": {
+ "value": {
+ "/Contents": "68 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:22 0 R": {
- "value": {
- "/Contents": "72 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:21 0 R": {
+ "value": {
+ "/Contents": "70 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:23 0 R": {
- "value": {
- "/Contents": "74 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:22 0 R": {
+ "value": {
+ "/Contents": "72 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:24 0 R": {
- "value": {
- "/Contents": "76 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:23 0 R": {
+ "value": {
+ "/Contents": "74 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:25 0 R": {
- "value": {
- "/Contents": "78 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:24 0 R": {
+ "value": {
+ "/Contents": "76 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:26 0 R": {
- "value": {
- "/Contents": "80 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:25 0 R": {
+ "value": {
+ "/Contents": "78 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:27 0 R": {
- "value": {
- "/Contents": "82 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:26 0 R": {
+ "value": {
+ "/Contents": "80 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:28 0 R": {
- "value": {
- "/Contents": "84 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:27 0 R": {
+ "value": {
+ "/Contents": "82 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:29 0 R": {
- "value": {
- "/Contents": "86 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:28 0 R": {
+ "value": {
+ "/Contents": "84 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:30 0 R": {
- "value": {
- "/Contents": "88 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:29 0 R": {
+ "value": {
+ "/Contents": "86 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:31 0 R": {
- "value": {
- "/Contents": "90 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:30 0 R": {
+ "value": {
+ "/Contents": "88 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:32 0 R": {
- "value": {
- "/Contents": "92 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:31 0 R": {
+ "value": {
+ "/Contents": "90 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:33 0 R": {
- "value": {
- "/Contents": "94 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:32 0 R": {
+ "value": {
+ "/Contents": "92 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:34 0 R": {
- "value": {
- "/Contents": "96 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:33 0 R": {
+ "value": {
+ "/Contents": "94 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:35 0 R": {
- "value": {
- "/Contents": "98 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:34 0 R": {
+ "value": {
+ "/Contents": "96 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:36 0 R": {
- "value": {
- "/Count": -3,
- "/Dest": [
- "17 0 R",
- "/Fit"
- ],
- "/First": "100 0 R",
- "/Last": "101 0 R",
- "/Next": "37 0 R",
- "/Parent": "4 0 R",
- "/Title": "u:Mern 1.1 -> 11: /Fit",
- "/Type": "/Outline"
- }
- },
- "obj:37 0 R": {
- "value": {
- "/Count": 2,
- "/Dest": [
- "19 0 R",
- "/FitH",
- 792
- ],
- "/First": "102 0 R",
- "/Last": "103 0 R",
- "/Parent": "4 0 R",
- "/Prev": "36 0 R",
- "/Title": "u:Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
- "/Type": "/Outline"
- }
- },
- "obj:38 0 R": {
- "stream": {
- "dict": {
- "/Length": "39 0 R"
+ "/Type": "/Page"
}
- }
- },
- "obj:39 0 R": {
- "value": 45
- },
- "obj:40 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:41 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "obj:42 0 R": {
- "stream": {
- "dict": {
- "/Length": "43 0 R"
+ },
+ "obj:35 0 R": {
+ "value": {
+ "/Contents": "98 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
+ },
+ "/Type": "/Page"
}
- }
- },
- "obj:43 0 R": {
- "value": 45
- },
- "obj:44 0 R": {
- "stream": {
- "dict": {
- "/Length": "45 0 R"
+ },
+ "obj:36 0 R": {
+ "value": {
+ "/Count": -3,
+ "/Dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "37 0 R",
+ "/Parent": "4 0 R",
+ "/Title": "u:Mern 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
}
- }
- },
- "obj:45 0 R": {
- "value": 45
- },
- "obj:46 0 R": {
- "stream": {
- "dict": {
- "/Length": "47 0 R"
+ },
+ "obj:37 0 R": {
+ "value": {
+ "/Count": 2,
+ "/Dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Parent": "4 0 R",
+ "/Prev": "36 0 R",
+ "/Title": "u:Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
}
- }
- },
- "obj:47 0 R": {
- "value": 45
- },
- "obj:48 0 R": {
- "stream": {
- "dict": {
- "/Length": "49 0 R"
+ },
+ "obj:38 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "39 0 R"
+ }
}
- }
- },
- "obj:49 0 R": {
- "value": 45
- },
- "obj:50 0 R": {
- "stream": {
- "dict": {
- "/Length": "51 0 R"
+ },
+ "obj:39 0 R": {
+ "value": 45
+ },
+ "obj:40 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:51 0 R": {
- "value": 45
- },
- "obj:52 0 R": {
- "stream": {
- "dict": {
- "/Length": "53 0 R"
+ },
+ "obj:41 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "obj:42 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "43 0 R"
+ }
}
- }
- },
- "obj:53 0 R": {
- "value": 45
- },
- "obj:54 0 R": {
- "stream": {
- "dict": {
- "/Length": "55 0 R"
+ },
+ "obj:43 0 R": {
+ "value": 45
+ },
+ "obj:44 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "45 0 R"
+ }
}
- }
- },
- "obj:55 0 R": {
- "value": 45
- },
- "obj:56 0 R": {
- "stream": {
- "dict": {
- "/Length": "57 0 R"
+ },
+ "obj:45 0 R": {
+ "value": 45
+ },
+ "obj:46 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "47 0 R"
+ }
}
- }
- },
- "obj:57 0 R": {
- "value": 45
- },
- "obj:58 0 R": {
- "stream": {
- "dict": {
- "/Length": "59 0 R"
+ },
+ "obj:47 0 R": {
+ "value": 45
+ },
+ "obj:48 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "49 0 R"
+ }
}
- }
- },
- "obj:59 0 R": {
- "value": 45
- },
- "obj:60 0 R": {
- "stream": {
- "dict": {
- "/Length": "61 0 R"
+ },
+ "obj:49 0 R": {
+ "value": 45
+ },
+ "obj:50 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "51 0 R"
+ }
}
- }
- },
- "obj:61 0 R": {
- "value": 46
- },
- "obj:62 0 R": {
- "stream": {
- "dict": {
- "/Length": "63 0 R"
+ },
+ "obj:51 0 R": {
+ "value": 45
+ },
+ "obj:52 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "53 0 R"
+ }
}
- }
- },
- "obj:63 0 R": {
- "value": 46
- },
- "obj:64 0 R": {
- "stream": {
- "dict": {
- "/Length": "65 0 R"
+ },
+ "obj:53 0 R": {
+ "value": 45
+ },
+ "obj:54 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "55 0 R"
+ }
}
- }
- },
- "obj:65 0 R": {
- "value": 46
- },
- "obj:66 0 R": {
- "stream": {
- "dict": {
- "/Length": "67 0 R"
+ },
+ "obj:55 0 R": {
+ "value": 45
+ },
+ "obj:56 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "57 0 R"
+ }
}
- }
- },
- "obj:67 0 R": {
- "value": 46
- },
- "obj:68 0 R": {
- "stream": {
- "dict": {
- "/Length": "69 0 R"
+ },
+ "obj:57 0 R": {
+ "value": 45
+ },
+ "obj:58 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "59 0 R"
+ }
}
- }
- },
- "obj:69 0 R": {
- "value": 46
- },
- "obj:70 0 R": {
- "stream": {
- "dict": {
- "/Length": "71 0 R"
+ },
+ "obj:59 0 R": {
+ "value": 45
+ },
+ "obj:60 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "61 0 R"
+ }
}
- }
- },
- "obj:71 0 R": {
- "value": 46
- },
- "obj:72 0 R": {
- "stream": {
- "dict": {
- "/Length": "73 0 R"
+ },
+ "obj:61 0 R": {
+ "value": 46
+ },
+ "obj:62 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "63 0 R"
+ }
}
- }
- },
- "obj:73 0 R": {
- "value": 46
- },
- "obj:74 0 R": {
- "stream": {
- "dict": {
- "/Length": "75 0 R"
+ },
+ "obj:63 0 R": {
+ "value": 46
+ },
+ "obj:64 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "65 0 R"
+ }
}
- }
- },
- "obj:75 0 R": {
- "value": 46
- },
- "obj:76 0 R": {
- "stream": {
- "dict": {
- "/Length": "77 0 R"
+ },
+ "obj:65 0 R": {
+ "value": 46
+ },
+ "obj:66 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "67 0 R"
+ }
}
- }
- },
- "obj:77 0 R": {
- "value": 46
- },
- "obj:78 0 R": {
- "stream": {
- "dict": {
- "/Length": "79 0 R"
+ },
+ "obj:67 0 R": {
+ "value": 46
+ },
+ "obj:68 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "69 0 R"
+ }
}
- }
- },
- "obj:79 0 R": {
- "value": 46
- },
- "obj:80 0 R": {
- "stream": {
- "dict": {
- "/Length": "81 0 R"
+ },
+ "obj:69 0 R": {
+ "value": 46
+ },
+ "obj:70 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "71 0 R"
+ }
}
- }
- },
- "obj:81 0 R": {
- "value": 46
- },
- "obj:82 0 R": {
- "stream": {
- "dict": {
- "/Length": "83 0 R"
+ },
+ "obj:71 0 R": {
+ "value": 46
+ },
+ "obj:72 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "73 0 R"
+ }
}
- }
- },
- "obj:83 0 R": {
- "value": 46
- },
- "obj:84 0 R": {
- "stream": {
- "dict": {
- "/Length": "85 0 R"
+ },
+ "obj:73 0 R": {
+ "value": 46
+ },
+ "obj:74 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "75 0 R"
+ }
}
- }
- },
- "obj:85 0 R": {
- "value": 46
- },
- "obj:86 0 R": {
- "stream": {
- "dict": {
- "/Length": "87 0 R"
+ },
+ "obj:75 0 R": {
+ "value": 46
+ },
+ "obj:76 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "77 0 R"
+ }
}
- }
- },
- "obj:87 0 R": {
- "value": 46
- },
- "obj:88 0 R": {
- "stream": {
- "dict": {
- "/Length": "89 0 R"
+ },
+ "obj:77 0 R": {
+ "value": 46
+ },
+ "obj:78 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "79 0 R"
+ }
}
- }
- },
- "obj:89 0 R": {
- "value": 46
- },
- "obj:90 0 R": {
- "stream": {
- "dict": {
- "/Length": "91 0 R"
+ },
+ "obj:79 0 R": {
+ "value": 46
+ },
+ "obj:80 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "81 0 R"
+ }
}
- }
- },
- "obj:91 0 R": {
- "value": 46
- },
- "obj:92 0 R": {
- "stream": {
- "dict": {
- "/Length": "93 0 R"
+ },
+ "obj:81 0 R": {
+ "value": 46
+ },
+ "obj:82 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "83 0 R"
+ }
}
- }
- },
- "obj:93 0 R": {
- "value": 46
- },
- "obj:94 0 R": {
- "stream": {
- "dict": {
- "/Length": "95 0 R"
+ },
+ "obj:83 0 R": {
+ "value": 46
+ },
+ "obj:84 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "85 0 R"
+ }
}
- }
- },
- "obj:95 0 R": {
- "value": 46
- },
- "obj:96 0 R": {
- "stream": {
- "dict": {
- "/Length": "97 0 R"
+ },
+ "obj:85 0 R": {
+ "value": 46
+ },
+ "obj:86 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "87 0 R"
+ }
}
- }
- },
- "obj:97 0 R": {
- "value": 46
- },
- "obj:98 0 R": {
- "stream": {
- "dict": {
- "/Length": "99 0 R"
+ },
+ "obj:87 0 R": {
+ "value": 46
+ },
+ "obj:88 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "89 0 R"
+ }
}
- }
- },
- "obj:99 0 R": {
- "value": 46
- },
- "obj:100 0 R": {
- "value": {
- "/Count": -2,
- "/Dest": [
- "18 0 R",
- "/FitV",
- 100
- ],
- "/First": "104 0 R",
- "/Last": "105 0 R",
- "/Next": "101 0 R",
- "/Parent": "36 0 R",
- "/Title": "u:Biherbadem 1.1.1 -> 12: /FitV 100",
- "/Type": "/Outline"
- }
- },
- "obj:101 0 R": {
- "value": {
- "/Count": 1,
- "/Dest": [
- "18 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "106 0 R",
- "/Last": "106 0 R",
- "/Parent": "36 0 R",
- "/Prev": "100 0 R",
- "/Title": "u:Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:102 0 R": {
- "value": {
- "/Dest": "u:gabeebee",
- "/Next": "103 0 R",
- "/Parent": "37 0 R",
- "/Title": "u:Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
- "/Type": "/Outline"
- }
- },
- "obj:103 0 R": {
- "value": {
- "/A": {
- "/D": [
- "6 0 R",
+ },
+ "obj:89 0 R": {
+ "value": 46
+ },
+ "obj:90 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "91 0 R"
+ }
+ }
+ },
+ "obj:91 0 R": {
+ "value": 46
+ },
+ "obj:92 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "93 0 R"
+ }
+ }
+ },
+ "obj:93 0 R": {
+ "value": 46
+ },
+ "obj:94 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "95 0 R"
+ }
+ }
+ },
+ "obj:95 0 R": {
+ "value": 46
+ },
+ "obj:96 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "97 0 R"
+ }
+ }
+ },
+ "obj:97 0 R": {
+ "value": 46
+ },
+ "obj:98 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "99 0 R"
+ }
+ }
+ },
+ "obj:99 0 R": {
+ "value": 46
+ },
+ "obj:100 0 R": {
+ "value": {
+ "/Count": -2,
+ "/Dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "104 0 R",
+ "/Last": "105 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "36 0 R",
+ "/Title": "u:Biherbadem 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:101 0 R": {
+ "value": {
+ "/Count": 1,
+ "/Dest": [
+ "18 0 R",
"/XYZ",
null,
null,
null
],
- "/S": "/GoTo",
- "/Type": "/Action"
- },
- "/Parent": "37 0 R",
- "/Prev": "102 0 R",
- "/Title": "u:Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:104 0 R": {
- "value": {
- "/A": {
- "/D": "u:glarp",
- "/S": "/GoTo",
- "/Type": "/Action"
- },
- "/Next": "105 0 R",
- "/Parent": "100 0 R",
- "/Title": "u:Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:105 0 R": {
- "value": {
- "/Dest": [
- "25 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "100 0 R",
- "/Prev": "104 0 R",
- "/Title": "u:Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:106 0 R": {
- "value": {
- "/Dest": "108 0 R",
- "/Parent": "101 0 R",
- "/Title": "u:Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:107 0 R": {
- "value": {
- "/Names": [
- "u:gabeebee",
- [
- "7 0 R",
- "/FitR",
- 66,
- 714,
- 180,
- 770
- ],
- "u:glarp",
- [
- "24 0 R",
+ "/First": "106 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "36 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "u:Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:102 0 R": {
+ "value": {
+ "/Dest": "u:gabeebee",
+ "/Next": "103 0 R",
+ "/Parent": "37 0 R",
+ "/Title": "u:Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:103 0 R": {
+ "value": {
+ "/A": {
+ "/D": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Parent": "37 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "u:Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:104 0 R": {
+ "value": {
+ "/A": {
+ "/D": "u:glarp",
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Next": "105 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "u:Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:105 0 R": {
+ "value": {
+ "/Dest": [
+ "25 0 R",
"/XYZ",
null,
null,
null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "104 0 R",
+ "/Title": "u:Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:106 0 R": {
+ "value": {
+ "/Dest": "108 0 R",
+ "/Parent": "101 0 R",
+ "/Title": "u:Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:107 0 R": {
+ "value": {
+ "/Names": [
+ "u:gabeebee",
+ [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "u:glarp",
+ [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ]
]
+ }
+ },
+ "obj:108 0 R": {
+ "value": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
]
- }
- },
- "obj:108 0 R": {
- "value": [
- "28 0 R",
- "/XYZ",
- null,
- null,
- null
- ]
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:d52b0c17c216506962ae6743afec260f",
- "b:d52b0c17c216506962ae6743afec260f"
- ],
- "/Root": "1 0 R",
- "/Size": 109
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:d52b0c17c216506962ae6743afec260f",
+ "b:d52b0c17c216506962ae6743afec260f"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 109
+ }
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-outlines-with-old-root-dests-v2.out b/qpdf/qtest/qpdf/json-outlines-with-old-root-dests-v2.out
index 25b59719..7ce60a0f 100644
--- a/qpdf/qtest/qpdf/json-outlines-with-old-root-dests-v2.out
+++ b/qpdf/qtest/qpdf/json-outlines-with-old-root-dests-v2.out
@@ -725,1155 +725,1164 @@
"title": "•Salad 2 -> 15: /XYZ 66 756 3"
}
],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Dests": "107 0 R",
- "/Outlines": "2 0 R",
- "/PageLabels": {
- "/Nums": [
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 107
+ },
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Dests": "107 0 R",
+ "/Outlines": "2 0 R",
+ "/PageLabels": {
+ "/Nums": [
+ 0,
+ {
+ "/P": "u:0"
+ },
+ 1,
+ {
+ "/S": "/R"
+ }
+ ]
+ },
+ "/PageMode": "/UseOutlines",
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 6,
+ "/First": "4 0 R",
+ "/Last": "5 0 R",
+ "/Type": "/Outlines"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Count": 30,
+ "/Kids": [
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R",
+ "15 0 R",
+ "16 0 R",
+ "17 0 R",
+ "18 0 R",
+ "19 0 R",
+ "20 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
+ "24 0 R",
+ "25 0 R",
+ "26 0 R",
+ "27 0 R",
+ "28 0 R",
+ "29 0 R",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R",
+ "33 0 R",
+ "34 0 R",
+ "35 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Count": 4,
+ "/Dest": [
+ "11 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "36 0 R",
+ "/Last": "37 0 R",
+ "/Next": "5 0 R",
+ "/Parent": "2 0 R",
+ "/Title": "u:•Potato 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "2 0 R",
+ "/Prev": "4 0 R",
+ "/Title": "u:•Salad 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "38 0 R",
+ "/MediaBox": [
0,
- {
- "/P": "u:0"
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
},
- 1,
- {
- "/S": "/R"
- }
- ]
- },
- "/PageMode": "/UseOutlines",
- "/Pages": "3 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 6,
- "/First": "4 0 R",
- "/Last": "5 0 R",
- "/Type": "/Outlines"
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Count": 30,
- "/Kids": [
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R",
- "12 0 R",
- "13 0 R",
- "14 0 R",
- "15 0 R",
- "16 0 R",
- "17 0 R",
- "18 0 R",
- "19 0 R",
- "20 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "24 0 R",
- "25 0 R",
- "26 0 R",
- "27 0 R",
- "28 0 R",
- "29 0 R",
- "30 0 R",
- "31 0 R",
- "32 0 R",
- "33 0 R",
- "34 0 R",
- "35 0 R"
- ],
- "/Type": "/Pages"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Count": 4,
- "/Dest": [
- "11 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "36 0 R",
- "/Last": "37 0 R",
- "/Next": "5 0 R",
- "/Parent": "2 0 R",
- "/Title": "u:•Potato 1 -> 5: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Dest": [
- "21 0 R",
- "/XYZ",
- 66,
- 756,
- 3
- ],
- "/Parent": "2 0 R",
- "/Prev": "4 0 R",
- "/Title": "u:•Salad 2 -> 15: /XYZ 66 756 3",
- "/Type": "/Outline"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "38 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "42 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "42 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "44 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "44 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "46 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "46 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "48 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "48 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "50 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "50 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "value": {
- "/Contents": "52 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "value": {
+ "/Contents": "52 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:13 0 R": {
- "value": {
- "/Contents": "54 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/Contents": "54 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:14 0 R": {
- "value": {
- "/Contents": "56 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:14 0 R": {
+ "value": {
+ "/Contents": "56 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:15 0 R": {
- "value": {
- "/Contents": "58 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:15 0 R": {
+ "value": {
+ "/Contents": "58 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:16 0 R": {
- "value": {
- "/Contents": "60 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:16 0 R": {
+ "value": {
+ "/Contents": "60 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:17 0 R": {
- "value": {
- "/Contents": "62 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:17 0 R": {
+ "value": {
+ "/Contents": "62 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:18 0 R": {
- "value": {
- "/Contents": "64 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:18 0 R": {
+ "value": {
+ "/Contents": "64 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:19 0 R": {
- "value": {
- "/Contents": "66 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:19 0 R": {
+ "value": {
+ "/Contents": "66 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:20 0 R": {
- "value": {
- "/Contents": "68 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:20 0 R": {
+ "value": {
+ "/Contents": "68 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:21 0 R": {
- "value": {
- "/Contents": "70 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:21 0 R": {
+ "value": {
+ "/Contents": "70 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:22 0 R": {
- "value": {
- "/Contents": "72 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:22 0 R": {
+ "value": {
+ "/Contents": "72 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:23 0 R": {
- "value": {
- "/Contents": "74 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:23 0 R": {
+ "value": {
+ "/Contents": "74 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:24 0 R": {
- "value": {
- "/Contents": "76 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:24 0 R": {
+ "value": {
+ "/Contents": "76 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:25 0 R": {
- "value": {
- "/Contents": "78 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:25 0 R": {
+ "value": {
+ "/Contents": "78 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:26 0 R": {
- "value": {
- "/Contents": "80 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:26 0 R": {
+ "value": {
+ "/Contents": "80 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:27 0 R": {
- "value": {
- "/Contents": "82 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:27 0 R": {
+ "value": {
+ "/Contents": "82 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:28 0 R": {
- "value": {
- "/Contents": "84 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:28 0 R": {
+ "value": {
+ "/Contents": "84 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:29 0 R": {
- "value": {
- "/Contents": "86 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:29 0 R": {
+ "value": {
+ "/Contents": "86 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:30 0 R": {
- "value": {
- "/Contents": "88 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:30 0 R": {
+ "value": {
+ "/Contents": "88 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:31 0 R": {
- "value": {
- "/Contents": "90 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:31 0 R": {
+ "value": {
+ "/Contents": "90 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:32 0 R": {
- "value": {
- "/Contents": "92 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:32 0 R": {
+ "value": {
+ "/Contents": "92 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:33 0 R": {
- "value": {
- "/Contents": "94 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:33 0 R": {
+ "value": {
+ "/Contents": "94 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:34 0 R": {
- "value": {
- "/Contents": "96 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:34 0 R": {
+ "value": {
+ "/Contents": "96 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:35 0 R": {
- "value": {
- "/Contents": "98 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:35 0 R": {
+ "value": {
+ "/Contents": "98 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:36 0 R": {
- "value": {
- "/Count": 3,
- "/Dest": [
- "17 0 R",
- "/Fit"
- ],
- "/First": "100 0 R",
- "/Last": "101 0 R",
- "/Next": "37 0 R",
- "/Parent": "4 0 R",
- "/Title": "u:•Mern 1.1 -> 11: /Fit",
- "/Type": "/Outline"
- }
- },
- "obj:37 0 R": {
- "value": {
- "/Count": 2,
- "/Dest": [
- "19 0 R",
- "/FitH",
- 792
- ],
- "/First": "102 0 R",
- "/Last": "103 0 R",
- "/Parent": "4 0 R",
- "/Prev": "36 0 R",
- "/Title": "u:•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
- "/Type": "/Outline"
- }
- },
- "obj:38 0 R": {
- "stream": {
- "dict": {
- "/Length": "39 0 R"
+ "/Type": "/Page"
}
- }
- },
- "obj:39 0 R": {
- "value": 44
- },
- "obj:40 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:41 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "obj:42 0 R": {
- "stream": {
- "dict": {
- "/Length": "43 0 R"
+ },
+ "obj:36 0 R": {
+ "value": {
+ "/Count": 3,
+ "/Dest": [
+ "17 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "37 0 R",
+ "/Parent": "4 0 R",
+ "/Title": "u:•Mern 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
}
- }
- },
- "obj:43 0 R": {
- "value": 44
- },
- "obj:44 0 R": {
- "stream": {
- "dict": {
- "/Length": "45 0 R"
+ },
+ "obj:37 0 R": {
+ "value": {
+ "/Count": 2,
+ "/Dest": [
+ "19 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Parent": "4 0 R",
+ "/Prev": "36 0 R",
+ "/Title": "u:•Squash ÷πʬ÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
}
- }
- },
- "obj:45 0 R": {
- "value": 44
- },
- "obj:46 0 R": {
- "stream": {
- "dict": {
- "/Length": "47 0 R"
+ },
+ "obj:38 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "39 0 R"
+ }
}
- }
- },
- "obj:47 0 R": {
- "value": 44
- },
- "obj:48 0 R": {
- "stream": {
- "dict": {
- "/Length": "49 0 R"
+ },
+ "obj:39 0 R": {
+ "value": 44
+ },
+ "obj:40 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:49 0 R": {
- "value": 44
- },
- "obj:50 0 R": {
- "stream": {
- "dict": {
- "/Length": "51 0 R"
+ },
+ "obj:41 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "obj:42 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "43 0 R"
+ }
}
- }
- },
- "obj:51 0 R": {
- "value": 44
- },
- "obj:52 0 R": {
- "stream": {
- "dict": {
- "/Length": "53 0 R"
+ },
+ "obj:43 0 R": {
+ "value": 44
+ },
+ "obj:44 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "45 0 R"
+ }
}
- }
- },
- "obj:53 0 R": {
- "value": 44
- },
- "obj:54 0 R": {
- "stream": {
- "dict": {
- "/Length": "55 0 R"
+ },
+ "obj:45 0 R": {
+ "value": 44
+ },
+ "obj:46 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "47 0 R"
+ }
}
- }
- },
- "obj:55 0 R": {
- "value": 44
- },
- "obj:56 0 R": {
- "stream": {
- "dict": {
- "/Length": "57 0 R"
+ },
+ "obj:47 0 R": {
+ "value": 44
+ },
+ "obj:48 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "49 0 R"
+ }
}
- }
- },
- "obj:57 0 R": {
- "value": 44
- },
- "obj:58 0 R": {
- "stream": {
- "dict": {
- "/Length": "59 0 R"
+ },
+ "obj:49 0 R": {
+ "value": 44
+ },
+ "obj:50 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "51 0 R"
+ }
}
- }
- },
- "obj:59 0 R": {
- "value": 44
- },
- "obj:60 0 R": {
- "stream": {
- "dict": {
- "/Length": "61 0 R"
+ },
+ "obj:51 0 R": {
+ "value": 44
+ },
+ "obj:52 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "53 0 R"
+ }
}
- }
- },
- "obj:61 0 R": {
- "value": 45
- },
- "obj:62 0 R": {
- "stream": {
- "dict": {
- "/Length": "63 0 R"
+ },
+ "obj:53 0 R": {
+ "value": 44
+ },
+ "obj:54 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "55 0 R"
+ }
}
- }
- },
- "obj:63 0 R": {
- "value": 45
- },
- "obj:64 0 R": {
- "stream": {
- "dict": {
- "/Length": "65 0 R"
+ },
+ "obj:55 0 R": {
+ "value": 44
+ },
+ "obj:56 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "57 0 R"
+ }
}
- }
- },
- "obj:65 0 R": {
- "value": 45
- },
- "obj:66 0 R": {
- "stream": {
- "dict": {
- "/Length": "67 0 R"
+ },
+ "obj:57 0 R": {
+ "value": 44
+ },
+ "obj:58 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "59 0 R"
+ }
}
- }
- },
- "obj:67 0 R": {
- "value": 45
- },
- "obj:68 0 R": {
- "stream": {
- "dict": {
- "/Length": "69 0 R"
+ },
+ "obj:59 0 R": {
+ "value": 44
+ },
+ "obj:60 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "61 0 R"
+ }
}
- }
- },
- "obj:69 0 R": {
- "value": 45
- },
- "obj:70 0 R": {
- "stream": {
- "dict": {
- "/Length": "71 0 R"
+ },
+ "obj:61 0 R": {
+ "value": 45
+ },
+ "obj:62 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "63 0 R"
+ }
}
- }
- },
- "obj:71 0 R": {
- "value": 45
- },
- "obj:72 0 R": {
- "stream": {
- "dict": {
- "/Length": "73 0 R"
+ },
+ "obj:63 0 R": {
+ "value": 45
+ },
+ "obj:64 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "65 0 R"
+ }
}
- }
- },
- "obj:73 0 R": {
- "value": 45
- },
- "obj:74 0 R": {
- "stream": {
- "dict": {
- "/Length": "75 0 R"
+ },
+ "obj:65 0 R": {
+ "value": 45
+ },
+ "obj:66 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "67 0 R"
+ }
}
- }
- },
- "obj:75 0 R": {
- "value": 45
- },
- "obj:76 0 R": {
- "stream": {
- "dict": {
- "/Length": "77 0 R"
+ },
+ "obj:67 0 R": {
+ "value": 45
+ },
+ "obj:68 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "69 0 R"
+ }
}
- }
- },
- "obj:77 0 R": {
- "value": 45
- },
- "obj:78 0 R": {
- "stream": {
- "dict": {
- "/Length": "79 0 R"
+ },
+ "obj:69 0 R": {
+ "value": 45
+ },
+ "obj:70 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "71 0 R"
+ }
}
- }
- },
- "obj:79 0 R": {
- "value": 45
- },
- "obj:80 0 R": {
- "stream": {
- "dict": {
- "/Length": "81 0 R"
+ },
+ "obj:71 0 R": {
+ "value": 45
+ },
+ "obj:72 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "73 0 R"
+ }
}
- }
- },
- "obj:81 0 R": {
- "value": 45
- },
- "obj:82 0 R": {
- "stream": {
- "dict": {
- "/Length": "83 0 R"
+ },
+ "obj:73 0 R": {
+ "value": 45
+ },
+ "obj:74 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "75 0 R"
+ }
}
- }
- },
- "obj:83 0 R": {
- "value": 45
- },
- "obj:84 0 R": {
- "stream": {
- "dict": {
- "/Length": "85 0 R"
+ },
+ "obj:75 0 R": {
+ "value": 45
+ },
+ "obj:76 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "77 0 R"
+ }
}
- }
- },
- "obj:85 0 R": {
- "value": 45
- },
- "obj:86 0 R": {
- "stream": {
- "dict": {
- "/Length": "87 0 R"
+ },
+ "obj:77 0 R": {
+ "value": 45
+ },
+ "obj:78 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "79 0 R"
+ }
}
- }
- },
- "obj:87 0 R": {
- "value": 45
- },
- "obj:88 0 R": {
- "stream": {
- "dict": {
- "/Length": "89 0 R"
+ },
+ "obj:79 0 R": {
+ "value": 45
+ },
+ "obj:80 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "81 0 R"
+ }
}
- }
- },
- "obj:89 0 R": {
- "value": 45
- },
- "obj:90 0 R": {
- "stream": {
- "dict": {
- "/Length": "91 0 R"
+ },
+ "obj:81 0 R": {
+ "value": 45
+ },
+ "obj:82 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "83 0 R"
+ }
}
- }
- },
- "obj:91 0 R": {
- "value": 45
- },
- "obj:92 0 R": {
- "stream": {
- "dict": {
- "/Length": "93 0 R"
+ },
+ "obj:83 0 R": {
+ "value": 45
+ },
+ "obj:84 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "85 0 R"
+ }
}
- }
- },
- "obj:93 0 R": {
- "value": 45
- },
- "obj:94 0 R": {
- "stream": {
- "dict": {
- "/Length": "95 0 R"
+ },
+ "obj:85 0 R": {
+ "value": 45
+ },
+ "obj:86 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "87 0 R"
+ }
}
- }
- },
- "obj:95 0 R": {
- "value": 45
- },
- "obj:96 0 R": {
- "stream": {
- "dict": {
- "/Length": "97 0 R"
+ },
+ "obj:87 0 R": {
+ "value": 45
+ },
+ "obj:88 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "89 0 R"
+ }
}
- }
- },
- "obj:97 0 R": {
- "value": 45
- },
- "obj:98 0 R": {
- "stream": {
- "dict": {
- "/Length": "99 0 R"
+ },
+ "obj:89 0 R": {
+ "value": 45
+ },
+ "obj:90 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "91 0 R"
+ }
}
- }
- },
- "obj:99 0 R": {
- "value": 45
- },
- "obj:100 0 R": {
- "value": {
- "/Count": -2,
- "/Dest": [
- "18 0 R",
- "/FitV",
- 100
- ],
- "/First": "104 0 R",
- "/Last": "105 0 R",
- "/Next": "101 0 R",
- "/Parent": "36 0 R",
- "/Title": "u:•Biherbadem 1.1.1 -> 12: /FitV 100",
- "/Type": "/Outline"
- }
- },
- "obj:101 0 R": {
- "value": {
- "/Count": 1,
- "/Dest": [
- "18 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "106 0 R",
- "/Last": "106 0 R",
- "/Parent": "36 0 R",
- "/Prev": "100 0 R",
- "/Title": "u:•Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:102 0 R": {
- "value": {
- "/Dest": "/gabeebee",
- "/Next": "103 0 R",
- "/Parent": "37 0 R",
- "/Title": "u:•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
- "/Type": "/Outline"
- }
- },
- "obj:103 0 R": {
- "value": {
- "/A": {
- "/D": [
- "6 0 R",
+ },
+ "obj:91 0 R": {
+ "value": 45
+ },
+ "obj:92 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "93 0 R"
+ }
+ }
+ },
+ "obj:93 0 R": {
+ "value": 45
+ },
+ "obj:94 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "95 0 R"
+ }
+ }
+ },
+ "obj:95 0 R": {
+ "value": 45
+ },
+ "obj:96 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "97 0 R"
+ }
+ }
+ },
+ "obj:97 0 R": {
+ "value": 45
+ },
+ "obj:98 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "99 0 R"
+ }
+ }
+ },
+ "obj:99 0 R": {
+ "value": 45
+ },
+ "obj:100 0 R": {
+ "value": {
+ "/Count": -2,
+ "/Dest": [
+ "18 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "104 0 R",
+ "/Last": "105 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "36 0 R",
+ "/Title": "u:•Biherbadem 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:101 0 R": {
+ "value": {
+ "/Count": 1,
+ "/Dest": [
+ "18 0 R",
"/XYZ",
null,
null,
null
],
- "/S": "/GoTo",
- "/Type": "/Action"
- },
- "/Parent": "37 0 R",
- "/Prev": "102 0 R",
- "/Title": "u:•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:104 0 R": {
- "value": {
- "/A": {
- "/D": "/glarp",
- "/S": "/GoTo",
- "/Type": "/Action"
- },
- "/Next": "105 0 R",
- "/Parent": "100 0 R",
- "/Title": "u:•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:105 0 R": {
- "value": {
- "/Dest": [
- "25 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "100 0 R",
- "/Prev": "104 0 R",
- "/Title": "u:•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:106 0 R": {
- "value": {
- "/Dest": [
- "28 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "101 0 R",
- "/Title": "u:•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:107 0 R": {
- "value": {
- "/gabeebee": [
- "7 0 R",
- "/FitR",
- 66,
- 714,
- 180,
- 770
- ],
- "/glarp": [
- "24 0 R",
- "/XYZ",
- null,
- null,
- null
- ]
- }
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:d52b0c17c216506962ae6743afec260f",
- "b:d52b0c17c216506962ae6743afec260f"
- ],
- "/Root": "1 0 R",
- "/Size": 108
+ "/First": "106 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "36 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "u:•Gawehwehweh 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:102 0 R": {
+ "value": {
+ "/Dest": "/gabeebee",
+ "/Next": "103 0 R",
+ "/Parent": "37 0 R",
+ "/Title": "u:•Gabeebeebee (name) 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:103 0 R": {
+ "value": {
+ "/A": {
+ "/D": [
+ "6 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Parent": "37 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "u:•Merschqaberschq (A) 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:104 0 R": {
+ "value": {
+ "/A": {
+ "/D": "/glarp",
+ "/S": "/GoTo",
+ "/Type": "/Action"
+ },
+ "/Next": "105 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "u:•Glarpenspliel (A, name) 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:105 0 R": {
+ "value": {
+ "/Dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "104 0 R",
+ "/Title": "u:•Hagoogamagoogle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:106 0 R": {
+ "value": {
+ "/Dest": [
+ "28 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "101 0 R",
+ "/Title": "u:•Jawarnianbvarwash 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:107 0 R": {
+ "value": {
+ "/gabeebee": [
+ "7 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "/glarp": [
+ "24 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ]
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:d52b0c17c216506962ae6743afec260f",
+ "b:d52b0c17c216506962ae6743afec260f"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 108
+ }
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2-v2.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2-v2.out
index 2e3d90c2..ec2f3bbe 100644
--- a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2-v2.out
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-2-v2.out
@@ -3,50 +3,59 @@
"parameters": {
"decodelevel": "generalized"
},
- "objects": {
- "obj:2 0 R": {
- "value": {
- "/Count": 30,
- "/Kids": [
- "3 0 R",
- "4 0 R",
- "5 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R",
- "12 0 R",
- "13 0 R",
- "14 0 R",
- "15 0 R",
- "16 0 R",
- "17 0 R",
- "18 0 R",
- "19 0 R",
- "20 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "24 0 R",
- "25 0 R",
- "26 0 R",
- "27 0 R",
- "28 0 R",
- "29 0 R",
- "30 0 R",
- "31 0 R",
- "32 0 R"
- ],
- "/Type": "/Pages"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": false,
+ "maxobjectid": 106
},
- "trailer": {
- "value": {
- "/Root": "1 0 R",
- "/Size": 107
+ {
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 30,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R",
+ "15 0 R",
+ "16 0 R",
+ "17 0 R",
+ "18 0 R",
+ "19 0 R",
+ "20 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
+ "24 0 R",
+ "25 0 R",
+ "26 0 R",
+ "27 0 R",
+ "28 0 R",
+ "29 0 R",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "trailer": {
+ "value": {
+ "/Root": "1 0 R",
+ "/Size": 107
+ }
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-v2.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-v2.out
index e0adca90..5b8512ac 100644
--- a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-v2.out
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-trailer-v2.out
@@ -3,12 +3,21 @@
"parameters": {
"decodelevel": "generalized"
},
- "objects": {
- "trailer": {
- "value": {
- "/Root": "1 0 R",
- "/Size": 107
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": false,
+ "maxobjectid": 106
+ },
+ {
+ "trailer": {
+ "value": {
+ "/Root": "1 0 R",
+ "/Size": 107
+ }
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-v2.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-v2.out
index 39bb0141..eab1c695 100644
--- a/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-v2.out
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-objects-v2.out
@@ -3,1184 +3,1193 @@
"parameters": {
"decodelevel": "generalized"
},
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Outlines": "95 0 R",
- "/PageLabels": {
- "/Nums": [
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": false,
+ "maxobjectid": 106
+ },
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Outlines": "95 0 R",
+ "/PageLabels": {
+ "/Nums": [
+ 0,
+ {
+ "/P": "u:"
+ },
+ 2,
+ {
+ "/S": "/r",
+ "/St": 1
+ },
+ 7,
+ {
+ "/P": "u:"
+ },
+ 9,
+ {
+ "/S": "/r",
+ "/St": 6
+ },
+ 11,
+ {
+ "/P": "u:"
+ },
+ 12,
+ {
+ "/S": "/D",
+ "/St": 2
+ },
+ 15,
+ {
+ "/S": "/D",
+ "/St": 6
+ },
+ 19,
+ {
+ "/P": "u:"
+ },
+ 20,
+ {
+ "/S": "/D",
+ "/St": 12
+ },
+ 22,
+ {
+ "/S": "/D",
+ "/St": 16059
+ },
+ 23,
+ {
+ "/S": "/r",
+ "/St": 50
+ },
+ 29,
+ {
+ "/S": "/r",
+ "/St": 54
+ }
+ ]
+ },
+ "/PageMode": "/UseOutlines",
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 30,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R",
+ "15 0 R",
+ "16 0 R",
+ "17 0 R",
+ "18 0 R",
+ "19 0 R",
+ "20 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
+ "24 0 R",
+ "25 0 R",
+ "26 0 R",
+ "27 0 R",
+ "28 0 R",
+ "29 0 R",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Contents": "33 0 R",
+ "/MediaBox": [
0,
- {
- "/P": "u:"
- },
- 2,
- {
- "/S": "/r",
- "/St": 1
- },
- 7,
- {
- "/P": "u:"
- },
- 9,
- {
- "/S": "/r",
- "/St": 6
- },
- 11,
- {
- "/P": "u:"
- },
- 12,
- {
- "/S": "/D",
- "/St": 2
- },
- 15,
- {
- "/S": "/D",
- "/St": 6
- },
- 19,
- {
- "/P": "u:"
- },
- 20,
- {
- "/S": "/D",
- "/St": 12
- },
- 22,
- {
- "/S": "/D",
- "/St": 16059
- },
- 23,
- {
- "/S": "/r",
- "/St": 50
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
},
- 29,
- {
- "/S": "/r",
- "/St": 54
- }
- ]
- },
- "/PageMode": "/UseOutlines",
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 30,
- "/Kids": [
- "3 0 R",
- "4 0 R",
- "5 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R",
- "12 0 R",
- "13 0 R",
- "14 0 R",
- "15 0 R",
- "16 0 R",
- "17 0 R",
- "18 0 R",
- "19 0 R",
- "20 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "24 0 R",
- "25 0 R",
- "26 0 R",
- "27 0 R",
- "28 0 R",
- "29 0 R",
- "30 0 R",
- "31 0 R",
- "32 0 R"
- ],
- "/Type": "/Pages"
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Contents": "33 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Contents": "37 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "37 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "39 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "39 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "41 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "41 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "43 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "43 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "45 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "45 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "47 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "47 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "49 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "49 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "51 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "51 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "value": {
- "/Contents": "53 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "value": {
+ "/Contents": "53 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:13 0 R": {
- "value": {
- "/Contents": "55 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/Contents": "55 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:14 0 R": {
- "value": {
- "/Contents": "57 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:14 0 R": {
+ "value": {
+ "/Contents": "57 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:15 0 R": {
- "value": {
- "/Contents": "59 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:15 0 R": {
+ "value": {
+ "/Contents": "59 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:16 0 R": {
- "value": {
- "/Contents": "61 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:16 0 R": {
+ "value": {
+ "/Contents": "61 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:17 0 R": {
- "value": {
- "/Contents": "63 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:17 0 R": {
+ "value": {
+ "/Contents": "63 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:18 0 R": {
- "value": {
- "/Contents": "65 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:18 0 R": {
+ "value": {
+ "/Contents": "65 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:19 0 R": {
- "value": {
- "/Contents": "67 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:19 0 R": {
+ "value": {
+ "/Contents": "67 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:20 0 R": {
- "value": {
- "/Contents": "69 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:20 0 R": {
+ "value": {
+ "/Contents": "69 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:21 0 R": {
- "value": {
- "/Contents": "71 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:21 0 R": {
+ "value": {
+ "/Contents": "71 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:22 0 R": {
- "value": {
- "/Contents": "73 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:22 0 R": {
+ "value": {
+ "/Contents": "73 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:23 0 R": {
- "value": {
- "/Contents": "75 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:23 0 R": {
+ "value": {
+ "/Contents": "75 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:24 0 R": {
- "value": {
- "/Contents": "77 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:24 0 R": {
+ "value": {
+ "/Contents": "77 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:25 0 R": {
- "value": {
- "/Contents": "79 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:25 0 R": {
+ "value": {
+ "/Contents": "79 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:26 0 R": {
- "value": {
- "/Contents": "81 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:26 0 R": {
+ "value": {
+ "/Contents": "81 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:27 0 R": {
- "value": {
- "/Contents": "83 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:27 0 R": {
+ "value": {
+ "/Contents": "83 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:28 0 R": {
- "value": {
- "/Contents": "85 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:28 0 R": {
+ "value": {
+ "/Contents": "85 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:29 0 R": {
- "value": {
- "/Contents": "87 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:29 0 R": {
+ "value": {
+ "/Contents": "87 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:30 0 R": {
- "value": {
- "/Contents": "89 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:30 0 R": {
+ "value": {
+ "/Contents": "89 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:31 0 R": {
- "value": {
- "/Contents": "91 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:31 0 R": {
+ "value": {
+ "/Contents": "91 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:32 0 R": {
- "value": {
- "/Contents": "93 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:32 0 R": {
+ "value": {
+ "/Contents": "93 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:33 0 R": {
- "stream": {
- "dict": {
- "/Length": "34 0 R"
+ "/Type": "/Page"
}
- }
- },
- "obj:34 0 R": {
- "value": 46
- },
- "obj:35 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:36 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "obj:37 0 R": {
- "stream": {
- "dict": {
- "/Length": "38 0 R"
+ },
+ "obj:33 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "34 0 R"
+ }
}
- }
- },
- "obj:38 0 R": {
- "value": 46
- },
- "obj:39 0 R": {
- "stream": {
- "dict": {
- "/Length": "40 0 R"
+ },
+ "obj:34 0 R": {
+ "value": 46
+ },
+ "obj:35 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:40 0 R": {
- "value": 46
- },
- "obj:41 0 R": {
- "stream": {
- "dict": {
- "/Length": "42 0 R"
+ },
+ "obj:36 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "obj:37 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "38 0 R"
+ }
}
- }
- },
- "obj:42 0 R": {
- "value": 46
- },
- "obj:43 0 R": {
- "stream": {
- "dict": {
- "/Length": "44 0 R"
+ },
+ "obj:38 0 R": {
+ "value": 46
+ },
+ "obj:39 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "40 0 R"
+ }
}
- }
- },
- "obj:44 0 R": {
- "value": 46
- },
- "obj:45 0 R": {
- "stream": {
- "dict": {
- "/Length": "46 0 R"
+ },
+ "obj:40 0 R": {
+ "value": 46
+ },
+ "obj:41 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "42 0 R"
+ }
}
- }
- },
- "obj:46 0 R": {
- "value": 46
- },
- "obj:47 0 R": {
- "stream": {
- "dict": {
- "/Length": "48 0 R"
+ },
+ "obj:42 0 R": {
+ "value": 46
+ },
+ "obj:43 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "44 0 R"
+ }
}
- }
- },
- "obj:48 0 R": {
- "value": 46
- },
- "obj:49 0 R": {
- "stream": {
- "dict": {
- "/Length": "50 0 R"
+ },
+ "obj:44 0 R": {
+ "value": 46
+ },
+ "obj:45 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "46 0 R"
+ }
}
- }
- },
- "obj:50 0 R": {
- "value": 46
- },
- "obj:51 0 R": {
- "stream": {
- "dict": {
- "/Length": "52 0 R"
+ },
+ "obj:46 0 R": {
+ "value": 46
+ },
+ "obj:47 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "48 0 R"
+ }
}
- }
- },
- "obj:52 0 R": {
- "value": 46
- },
- "obj:53 0 R": {
- "stream": {
- "dict": {
- "/Length": "54 0 R"
+ },
+ "obj:48 0 R": {
+ "value": 46
+ },
+ "obj:49 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "50 0 R"
+ }
}
- }
- },
- "obj:54 0 R": {
- "value": 46
- },
- "obj:55 0 R": {
- "stream": {
- "dict": {
- "/Length": "56 0 R"
+ },
+ "obj:50 0 R": {
+ "value": 46
+ },
+ "obj:51 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "52 0 R"
+ }
}
- }
- },
- "obj:56 0 R": {
- "value": 47
- },
- "obj:57 0 R": {
- "stream": {
- "dict": {
- "/Length": "58 0 R"
+ },
+ "obj:52 0 R": {
+ "value": 46
+ },
+ "obj:53 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "54 0 R"
+ }
}
- }
- },
- "obj:58 0 R": {
- "value": 47
- },
- "obj:59 0 R": {
- "stream": {
- "dict": {
- "/Length": "60 0 R"
+ },
+ "obj:54 0 R": {
+ "value": 46
+ },
+ "obj:55 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "56 0 R"
+ }
}
- }
- },
- "obj:60 0 R": {
- "value": 47
- },
- "obj:61 0 R": {
- "stream": {
- "dict": {
- "/Length": "62 0 R"
+ },
+ "obj:56 0 R": {
+ "value": 47
+ },
+ "obj:57 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "58 0 R"
+ }
}
- }
- },
- "obj:62 0 R": {
- "value": 47
- },
- "obj:63 0 R": {
- "stream": {
- "dict": {
- "/Length": "64 0 R"
+ },
+ "obj:58 0 R": {
+ "value": 47
+ },
+ "obj:59 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "60 0 R"
+ }
}
- }
- },
- "obj:64 0 R": {
- "value": 47
- },
- "obj:65 0 R": {
- "stream": {
- "dict": {
- "/Length": "66 0 R"
+ },
+ "obj:60 0 R": {
+ "value": 47
+ },
+ "obj:61 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "62 0 R"
+ }
}
- }
- },
- "obj:66 0 R": {
- "value": 47
- },
- "obj:67 0 R": {
- "stream": {
- "dict": {
- "/Length": "68 0 R"
+ },
+ "obj:62 0 R": {
+ "value": 47
+ },
+ "obj:63 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "64 0 R"
+ }
}
- }
- },
- "obj:68 0 R": {
- "value": 47
- },
- "obj:69 0 R": {
- "stream": {
- "dict": {
- "/Length": "70 0 R"
+ },
+ "obj:64 0 R": {
+ "value": 47
+ },
+ "obj:65 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "66 0 R"
+ }
}
- }
- },
- "obj:70 0 R": {
- "value": 47
- },
- "obj:71 0 R": {
- "stream": {
- "dict": {
- "/Length": "72 0 R"
+ },
+ "obj:66 0 R": {
+ "value": 47
+ },
+ "obj:67 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "68 0 R"
+ }
}
- }
- },
- "obj:72 0 R": {
- "value": 47
- },
- "obj:73 0 R": {
- "stream": {
- "dict": {
- "/Length": "74 0 R"
+ },
+ "obj:68 0 R": {
+ "value": 47
+ },
+ "obj:69 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "70 0 R"
+ }
}
- }
- },
- "obj:74 0 R": {
- "value": 47
- },
- "obj:75 0 R": {
- "stream": {
- "dict": {
- "/Length": "76 0 R"
+ },
+ "obj:70 0 R": {
+ "value": 47
+ },
+ "obj:71 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "72 0 R"
+ }
}
- }
- },
- "obj:76 0 R": {
- "value": 47
- },
- "obj:77 0 R": {
- "stream": {
- "dict": {
- "/Length": "78 0 R"
+ },
+ "obj:72 0 R": {
+ "value": 47
+ },
+ "obj:73 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "74 0 R"
+ }
}
- }
- },
- "obj:78 0 R": {
- "value": 47
- },
- "obj:79 0 R": {
- "stream": {
- "dict": {
- "/Length": "80 0 R"
+ },
+ "obj:74 0 R": {
+ "value": 47
+ },
+ "obj:75 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "76 0 R"
+ }
}
- }
- },
- "obj:80 0 R": {
- "value": 47
- },
- "obj:81 0 R": {
- "stream": {
- "dict": {
- "/Length": "82 0 R"
+ },
+ "obj:76 0 R": {
+ "value": 47
+ },
+ "obj:77 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "78 0 R"
+ }
}
- }
- },
- "obj:82 0 R": {
- "value": 47
- },
- "obj:83 0 R": {
- "stream": {
- "dict": {
- "/Length": "84 0 R"
+ },
+ "obj:78 0 R": {
+ "value": 47
+ },
+ "obj:79 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "80 0 R"
+ }
}
- }
- },
- "obj:84 0 R": {
- "value": 47
- },
- "obj:85 0 R": {
- "stream": {
- "dict": {
- "/Length": "86 0 R"
+ },
+ "obj:80 0 R": {
+ "value": 47
+ },
+ "obj:81 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "82 0 R"
+ }
}
- }
- },
- "obj:86 0 R": {
- "value": 47
- },
- "obj:87 0 R": {
- "stream": {
- "dict": {
- "/Length": "88 0 R"
+ },
+ "obj:82 0 R": {
+ "value": 47
+ },
+ "obj:83 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "84 0 R"
+ }
}
- }
- },
- "obj:88 0 R": {
- "value": 47
- },
- "obj:89 0 R": {
- "stream": {
- "dict": {
- "/Length": "90 0 R"
+ },
+ "obj:84 0 R": {
+ "value": 47
+ },
+ "obj:85 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "86 0 R"
+ }
}
- }
- },
- "obj:90 0 R": {
- "value": 47
- },
- "obj:91 0 R": {
- "stream": {
- "dict": {
- "/Length": "92 0 R"
+ },
+ "obj:86 0 R": {
+ "value": 47
+ },
+ "obj:87 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "88 0 R"
+ }
}
- }
- },
- "obj:92 0 R": {
- "value": 47
- },
- "obj:93 0 R": {
- "stream": {
- "dict": {
- "/Length": "94 0 R"
+ },
+ "obj:88 0 R": {
+ "value": 47
+ },
+ "obj:89 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "90 0 R"
+ }
+ }
+ },
+ "obj:90 0 R": {
+ "value": 47
+ },
+ "obj:91 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "92 0 R"
+ }
+ }
+ },
+ "obj:92 0 R": {
+ "value": 47
+ },
+ "obj:93 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "94 0 R"
+ }
+ }
+ },
+ "obj:94 0 R": {
+ "value": 47
+ },
+ "obj:95 0 R": {
+ "value": {
+ "/Count": 6,
+ "/First": "96 0 R",
+ "/Last": "97 0 R",
+ "/Type": "/Outlines"
+ }
+ },
+ "obj:96 0 R": {
+ "value": {
+ "/Count": 4,
+ "/Dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "98 0 R",
+ "/Last": "99 0 R",
+ "/Next": "97 0 R",
+ "/Parent": "95 0 R",
+ "/Title": "u:Isís 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:97 0 R": {
+ "value": {
+ "/Dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "95 0 R",
+ "/Prev": "96 0 R",
+ "/Title": "u:Trepak 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:98 0 R": {
+ "value": {
+ "/Count": -3,
+ "/Dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "99 0 R",
+ "/Parent": "96 0 R",
+ "/Title": "u:Amanda 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:99 0 R": {
+ "value": {
+ "/Count": 2,
+ "/Dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "105 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "96 0 R",
+ "/Prev": "98 0 R",
+ "/Title": "u:Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:100 0 R": {
+ "value": {
+ "/Count": -2,
+ "/Dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "98 0 R",
+ "/Title": "u:Isosicle 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:101 0 R": {
+ "value": {
+ "/Count": 1,
+ "/Dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "104 0 R",
+ "/Last": "104 0 R",
+ "/Parent": "98 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "u:Isosicle 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:102 0 R": {
+ "value": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Next": "103 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "u:Isosicle 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:103 0 R": {
+ "value": {
+ "/Dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "u:Isosicle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:104 0 R": {
+ "value": {
+ "/Dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "101 0 R",
+ "/Title": "u:Isosicle 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:105 0 R": {
+ "value": {
+ "/Dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "/Next": "106 0 R",
+ "/Parent": "99 0 R",
+ "/Title": "u:Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:106 0 R": {
+ "value": {
+ "/Dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "99 0 R",
+ "/Prev": "105 0 R",
+ "/Title": "u:Trepsicle 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "trailer": {
+ "value": {
+ "/Root": "1 0 R",
+ "/Size": 107
}
- }
- },
- "obj:94 0 R": {
- "value": 47
- },
- "obj:95 0 R": {
- "value": {
- "/Count": 6,
- "/First": "96 0 R",
- "/Last": "97 0 R",
- "/Type": "/Outlines"
- }
- },
- "obj:96 0 R": {
- "value": {
- "/Count": 4,
- "/Dest": [
- "8 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "98 0 R",
- "/Last": "99 0 R",
- "/Next": "97 0 R",
- "/Parent": "95 0 R",
- "/Title": "u:Isís 1 -> 5: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:97 0 R": {
- "value": {
- "/Dest": [
- "18 0 R",
- "/XYZ",
- 66,
- 756,
- 3
- ],
- "/Parent": "95 0 R",
- "/Prev": "96 0 R",
- "/Title": "u:Trepak 2 -> 15: /XYZ 66 756 3",
- "/Type": "/Outline"
- }
- },
- "obj:98 0 R": {
- "value": {
- "/Count": -3,
- "/Dest": [
- "14 0 R",
- "/Fit"
- ],
- "/First": "100 0 R",
- "/Last": "101 0 R",
- "/Next": "99 0 R",
- "/Parent": "96 0 R",
- "/Title": "u:Amanda 1.1 -> 11: /Fit",
- "/Type": "/Outline"
- }
- },
- "obj:99 0 R": {
- "value": {
- "/Count": 2,
- "/Dest": [
- "16 0 R",
- "/FitH",
- 792
- ],
- "/First": "105 0 R",
- "/Last": "106 0 R",
- "/Parent": "96 0 R",
- "/Prev": "98 0 R",
- "/Title": "u:Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
- "/Type": "/Outline"
- }
- },
- "obj:100 0 R": {
- "value": {
- "/Count": -2,
- "/Dest": [
- "15 0 R",
- "/FitV",
- 100
- ],
- "/First": "102 0 R",
- "/Last": "103 0 R",
- "/Next": "101 0 R",
- "/Parent": "98 0 R",
- "/Title": "u:Isosicle 1.1.1 -> 12: /FitV 100",
- "/Type": "/Outline"
- }
- },
- "obj:101 0 R": {
- "value": {
- "/Count": 1,
- "/Dest": [
- "15 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "104 0 R",
- "/Last": "104 0 R",
- "/Parent": "98 0 R",
- "/Prev": "100 0 R",
- "/Title": "u:Isosicle 1.1.2 -> 12: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:102 0 R": {
- "value": {
- "/Dest": [
- "21 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Next": "103 0 R",
- "/Parent": "100 0 R",
- "/Title": "u:Isosicle 1.1.1.1 -> 18: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:103 0 R": {
- "value": {
- "/Dest": [
- "22 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "100 0 R",
- "/Prev": "102 0 R",
- "/Title": "u:Isosicle 1.1.1.2 -> 19: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:104 0 R": {
- "value": {
- "/Dest": [
- "25 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "101 0 R",
- "/Title": "u:Isosicle 1.1.2.1 -> 22: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:105 0 R": {
- "value": {
- "/Dest": [
- "4 0 R",
- "/FitR",
- 66,
- 714,
- 180,
- 770
- ],
- "/Next": "106 0 R",
- "/Parent": "99 0 R",
- "/Title": "u:Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
- "/Type": "/Outline"
- }
- },
- "obj:106 0 R": {
- "value": {
- "/Dest": [
- "3 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "99 0 R",
- "/Prev": "105 0 R",
- "/Title": "u:Trepsicle 1.2.2 -> 0: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "trailer": {
- "value": {
- "/Root": "1 0 R",
- "/Size": 107
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-page-labels-and-outlines-v2.out b/qpdf/qtest/qpdf/json-page-labels-and-outlines-v2.out
index 5e73a3d6..1f6eeb43 100644
--- a/qpdf/qtest/qpdf/json-page-labels-and-outlines-v2.out
+++ b/qpdf/qtest/qpdf/json-page-labels-and-outlines-v2.out
@@ -795,1184 +795,1193 @@
"title": "Trepak 2 -> 15: /XYZ 66 756 3"
}
],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Outlines": "95 0 R",
- "/PageLabels": {
- "/Nums": [
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 106
+ },
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Outlines": "95 0 R",
+ "/PageLabels": {
+ "/Nums": [
+ 0,
+ {
+ "/P": "u:"
+ },
+ 2,
+ {
+ "/S": "/r",
+ "/St": 1
+ },
+ 7,
+ {
+ "/P": "u:"
+ },
+ 9,
+ {
+ "/S": "/r",
+ "/St": 6
+ },
+ 11,
+ {
+ "/P": "u:"
+ },
+ 12,
+ {
+ "/S": "/D",
+ "/St": 2
+ },
+ 15,
+ {
+ "/S": "/D",
+ "/St": 6
+ },
+ 19,
+ {
+ "/P": "u:"
+ },
+ 20,
+ {
+ "/S": "/D",
+ "/St": 12
+ },
+ 22,
+ {
+ "/S": "/D",
+ "/St": 16059
+ },
+ 23,
+ {
+ "/S": "/r",
+ "/St": 50
+ },
+ 29,
+ {
+ "/S": "/r",
+ "/St": 54
+ }
+ ]
+ },
+ "/PageMode": "/UseOutlines",
+ "/Pages": "2 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Count": 30,
+ "/Kids": [
+ "3 0 R",
+ "4 0 R",
+ "5 0 R",
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R",
+ "15 0 R",
+ "16 0 R",
+ "17 0 R",
+ "18 0 R",
+ "19 0 R",
+ "20 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
+ "24 0 R",
+ "25 0 R",
+ "26 0 R",
+ "27 0 R",
+ "28 0 R",
+ "29 0 R",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Contents": "33 0 R",
+ "/MediaBox": [
0,
- {
- "/P": "u:"
- },
- 2,
- {
- "/S": "/r",
- "/St": 1
- },
- 7,
- {
- "/P": "u:"
- },
- 9,
- {
- "/S": "/r",
- "/St": 6
- },
- 11,
- {
- "/P": "u:"
- },
- 12,
- {
- "/S": "/D",
- "/St": 2
- },
- 15,
- {
- "/S": "/D",
- "/St": 6
- },
- 19,
- {
- "/P": "u:"
- },
- 20,
- {
- "/S": "/D",
- "/St": 12
- },
- 22,
- {
- "/S": "/D",
- "/St": 16059
- },
- 23,
- {
- "/S": "/r",
- "/St": 50
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
},
- 29,
- {
- "/S": "/r",
- "/St": 54
- }
- ]
- },
- "/PageMode": "/UseOutlines",
- "/Pages": "2 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Count": 30,
- "/Kids": [
- "3 0 R",
- "4 0 R",
- "5 0 R",
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R",
- "12 0 R",
- "13 0 R",
- "14 0 R",
- "15 0 R",
- "16 0 R",
- "17 0 R",
- "18 0 R",
- "19 0 R",
- "20 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "24 0 R",
- "25 0 R",
- "26 0 R",
- "27 0 R",
- "28 0 R",
- "29 0 R",
- "30 0 R",
- "31 0 R",
- "32 0 R"
- ],
- "/Type": "/Pages"
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Contents": "33 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Contents": "37 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "37 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "39 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "39 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "41 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "41 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "43 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "43 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "45 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "45 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "47 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "47 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "49 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "49 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "51 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "51 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "value": {
- "/Contents": "53 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "value": {
+ "/Contents": "53 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:13 0 R": {
- "value": {
- "/Contents": "55 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/Contents": "55 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:14 0 R": {
- "value": {
- "/Contents": "57 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:14 0 R": {
+ "value": {
+ "/Contents": "57 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:15 0 R": {
- "value": {
- "/Contents": "59 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:15 0 R": {
+ "value": {
+ "/Contents": "59 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:16 0 R": {
- "value": {
- "/Contents": "61 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:16 0 R": {
+ "value": {
+ "/Contents": "61 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:17 0 R": {
- "value": {
- "/Contents": "63 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:17 0 R": {
+ "value": {
+ "/Contents": "63 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:18 0 R": {
- "value": {
- "/Contents": "65 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:18 0 R": {
+ "value": {
+ "/Contents": "65 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:19 0 R": {
- "value": {
- "/Contents": "67 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:19 0 R": {
+ "value": {
+ "/Contents": "67 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:20 0 R": {
- "value": {
- "/Contents": "69 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:20 0 R": {
+ "value": {
+ "/Contents": "69 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:21 0 R": {
- "value": {
- "/Contents": "71 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:21 0 R": {
+ "value": {
+ "/Contents": "71 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:22 0 R": {
- "value": {
- "/Contents": "73 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:22 0 R": {
+ "value": {
+ "/Contents": "73 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:23 0 R": {
- "value": {
- "/Contents": "75 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:23 0 R": {
+ "value": {
+ "/Contents": "75 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:24 0 R": {
- "value": {
- "/Contents": "77 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:24 0 R": {
+ "value": {
+ "/Contents": "77 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:25 0 R": {
- "value": {
- "/Contents": "79 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:25 0 R": {
+ "value": {
+ "/Contents": "79 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:26 0 R": {
- "value": {
- "/Contents": "81 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:26 0 R": {
+ "value": {
+ "/Contents": "81 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:27 0 R": {
- "value": {
- "/Contents": "83 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:27 0 R": {
+ "value": {
+ "/Contents": "83 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:28 0 R": {
- "value": {
- "/Contents": "85 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:28 0 R": {
+ "value": {
+ "/Contents": "85 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:29 0 R": {
- "value": {
- "/Contents": "87 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:29 0 R": {
+ "value": {
+ "/Contents": "87 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:30 0 R": {
- "value": {
- "/Contents": "89 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:30 0 R": {
+ "value": {
+ "/Contents": "89 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:31 0 R": {
- "value": {
- "/Contents": "91 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:31 0 R": {
+ "value": {
+ "/Contents": "91 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:32 0 R": {
- "value": {
- "/Contents": "93 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "2 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "35 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:32 0 R": {
+ "value": {
+ "/Contents": "93 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "2 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "35 0 R"
+ },
+ "/ProcSet": "36 0 R"
},
- "/ProcSet": "36 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:33 0 R": {
- "stream": {
- "dict": {
- "/Length": "34 0 R"
+ "/Type": "/Page"
}
- }
- },
- "obj:34 0 R": {
- "value": 46
- },
- "obj:35 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:36 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "obj:37 0 R": {
- "stream": {
- "dict": {
- "/Length": "38 0 R"
+ },
+ "obj:33 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "34 0 R"
+ }
}
- }
- },
- "obj:38 0 R": {
- "value": 46
- },
- "obj:39 0 R": {
- "stream": {
- "dict": {
- "/Length": "40 0 R"
+ },
+ "obj:34 0 R": {
+ "value": 46
+ },
+ "obj:35 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
}
- }
- },
- "obj:40 0 R": {
- "value": 46
- },
- "obj:41 0 R": {
- "stream": {
- "dict": {
- "/Length": "42 0 R"
+ },
+ "obj:36 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "obj:37 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "38 0 R"
+ }
}
- }
- },
- "obj:42 0 R": {
- "value": 46
- },
- "obj:43 0 R": {
- "stream": {
- "dict": {
- "/Length": "44 0 R"
+ },
+ "obj:38 0 R": {
+ "value": 46
+ },
+ "obj:39 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "40 0 R"
+ }
}
- }
- },
- "obj:44 0 R": {
- "value": 46
- },
- "obj:45 0 R": {
- "stream": {
- "dict": {
- "/Length": "46 0 R"
+ },
+ "obj:40 0 R": {
+ "value": 46
+ },
+ "obj:41 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "42 0 R"
+ }
}
- }
- },
- "obj:46 0 R": {
- "value": 46
- },
- "obj:47 0 R": {
- "stream": {
- "dict": {
- "/Length": "48 0 R"
+ },
+ "obj:42 0 R": {
+ "value": 46
+ },
+ "obj:43 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "44 0 R"
+ }
}
- }
- },
- "obj:48 0 R": {
- "value": 46
- },
- "obj:49 0 R": {
- "stream": {
- "dict": {
- "/Length": "50 0 R"
+ },
+ "obj:44 0 R": {
+ "value": 46
+ },
+ "obj:45 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "46 0 R"
+ }
}
- }
- },
- "obj:50 0 R": {
- "value": 46
- },
- "obj:51 0 R": {
- "stream": {
- "dict": {
- "/Length": "52 0 R"
+ },
+ "obj:46 0 R": {
+ "value": 46
+ },
+ "obj:47 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "48 0 R"
+ }
}
- }
- },
- "obj:52 0 R": {
- "value": 46
- },
- "obj:53 0 R": {
- "stream": {
- "dict": {
- "/Length": "54 0 R"
+ },
+ "obj:48 0 R": {
+ "value": 46
+ },
+ "obj:49 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "50 0 R"
+ }
}
- }
- },
- "obj:54 0 R": {
- "value": 46
- },
- "obj:55 0 R": {
- "stream": {
- "dict": {
- "/Length": "56 0 R"
+ },
+ "obj:50 0 R": {
+ "value": 46
+ },
+ "obj:51 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "52 0 R"
+ }
}
- }
- },
- "obj:56 0 R": {
- "value": 47
- },
- "obj:57 0 R": {
- "stream": {
- "dict": {
- "/Length": "58 0 R"
+ },
+ "obj:52 0 R": {
+ "value": 46
+ },
+ "obj:53 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "54 0 R"
+ }
}
- }
- },
- "obj:58 0 R": {
- "value": 47
- },
- "obj:59 0 R": {
- "stream": {
- "dict": {
- "/Length": "60 0 R"
+ },
+ "obj:54 0 R": {
+ "value": 46
+ },
+ "obj:55 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "56 0 R"
+ }
}
- }
- },
- "obj:60 0 R": {
- "value": 47
- },
- "obj:61 0 R": {
- "stream": {
- "dict": {
- "/Length": "62 0 R"
+ },
+ "obj:56 0 R": {
+ "value": 47
+ },
+ "obj:57 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "58 0 R"
+ }
}
- }
- },
- "obj:62 0 R": {
- "value": 47
- },
- "obj:63 0 R": {
- "stream": {
- "dict": {
- "/Length": "64 0 R"
+ },
+ "obj:58 0 R": {
+ "value": 47
+ },
+ "obj:59 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "60 0 R"
+ }
}
- }
- },
- "obj:64 0 R": {
- "value": 47
- },
- "obj:65 0 R": {
- "stream": {
- "dict": {
- "/Length": "66 0 R"
+ },
+ "obj:60 0 R": {
+ "value": 47
+ },
+ "obj:61 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "62 0 R"
+ }
}
- }
- },
- "obj:66 0 R": {
- "value": 47
- },
- "obj:67 0 R": {
- "stream": {
- "dict": {
- "/Length": "68 0 R"
+ },
+ "obj:62 0 R": {
+ "value": 47
+ },
+ "obj:63 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "64 0 R"
+ }
}
- }
- },
- "obj:68 0 R": {
- "value": 47
- },
- "obj:69 0 R": {
- "stream": {
- "dict": {
- "/Length": "70 0 R"
+ },
+ "obj:64 0 R": {
+ "value": 47
+ },
+ "obj:65 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "66 0 R"
+ }
}
- }
- },
- "obj:70 0 R": {
- "value": 47
- },
- "obj:71 0 R": {
- "stream": {
- "dict": {
- "/Length": "72 0 R"
+ },
+ "obj:66 0 R": {
+ "value": 47
+ },
+ "obj:67 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "68 0 R"
+ }
}
- }
- },
- "obj:72 0 R": {
- "value": 47
- },
- "obj:73 0 R": {
- "stream": {
- "dict": {
- "/Length": "74 0 R"
+ },
+ "obj:68 0 R": {
+ "value": 47
+ },
+ "obj:69 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "70 0 R"
+ }
}
- }
- },
- "obj:74 0 R": {
- "value": 47
- },
- "obj:75 0 R": {
- "stream": {
- "dict": {
- "/Length": "76 0 R"
+ },
+ "obj:70 0 R": {
+ "value": 47
+ },
+ "obj:71 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "72 0 R"
+ }
}
- }
- },
- "obj:76 0 R": {
- "value": 47
- },
- "obj:77 0 R": {
- "stream": {
- "dict": {
- "/Length": "78 0 R"
+ },
+ "obj:72 0 R": {
+ "value": 47
+ },
+ "obj:73 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "74 0 R"
+ }
}
- }
- },
- "obj:78 0 R": {
- "value": 47
- },
- "obj:79 0 R": {
- "stream": {
- "dict": {
- "/Length": "80 0 R"
+ },
+ "obj:74 0 R": {
+ "value": 47
+ },
+ "obj:75 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "76 0 R"
+ }
}
- }
- },
- "obj:80 0 R": {
- "value": 47
- },
- "obj:81 0 R": {
- "stream": {
- "dict": {
- "/Length": "82 0 R"
+ },
+ "obj:76 0 R": {
+ "value": 47
+ },
+ "obj:77 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "78 0 R"
+ }
}
- }
- },
- "obj:82 0 R": {
- "value": 47
- },
- "obj:83 0 R": {
- "stream": {
- "dict": {
- "/Length": "84 0 R"
+ },
+ "obj:78 0 R": {
+ "value": 47
+ },
+ "obj:79 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "80 0 R"
+ }
}
- }
- },
- "obj:84 0 R": {
- "value": 47
- },
- "obj:85 0 R": {
- "stream": {
- "dict": {
- "/Length": "86 0 R"
+ },
+ "obj:80 0 R": {
+ "value": 47
+ },
+ "obj:81 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "82 0 R"
+ }
}
- }
- },
- "obj:86 0 R": {
- "value": 47
- },
- "obj:87 0 R": {
- "stream": {
- "dict": {
- "/Length": "88 0 R"
+ },
+ "obj:82 0 R": {
+ "value": 47
+ },
+ "obj:83 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "84 0 R"
+ }
}
- }
- },
- "obj:88 0 R": {
- "value": 47
- },
- "obj:89 0 R": {
- "stream": {
- "dict": {
- "/Length": "90 0 R"
+ },
+ "obj:84 0 R": {
+ "value": 47
+ },
+ "obj:85 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "86 0 R"
+ }
}
- }
- },
- "obj:90 0 R": {
- "value": 47
- },
- "obj:91 0 R": {
- "stream": {
- "dict": {
- "/Length": "92 0 R"
+ },
+ "obj:86 0 R": {
+ "value": 47
+ },
+ "obj:87 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "88 0 R"
+ }
}
- }
- },
- "obj:92 0 R": {
- "value": 47
- },
- "obj:93 0 R": {
- "stream": {
- "dict": {
- "/Length": "94 0 R"
+ },
+ "obj:88 0 R": {
+ "value": 47
+ },
+ "obj:89 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "90 0 R"
+ }
+ }
+ },
+ "obj:90 0 R": {
+ "value": 47
+ },
+ "obj:91 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "92 0 R"
+ }
+ }
+ },
+ "obj:92 0 R": {
+ "value": 47
+ },
+ "obj:93 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "94 0 R"
+ }
+ }
+ },
+ "obj:94 0 R": {
+ "value": 47
+ },
+ "obj:95 0 R": {
+ "value": {
+ "/Count": 6,
+ "/First": "96 0 R",
+ "/Last": "97 0 R",
+ "/Type": "/Outlines"
+ }
+ },
+ "obj:96 0 R": {
+ "value": {
+ "/Count": 4,
+ "/Dest": [
+ "8 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "98 0 R",
+ "/Last": "99 0 R",
+ "/Next": "97 0 R",
+ "/Parent": "95 0 R",
+ "/Title": "u:Isís 1 -> 5: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:97 0 R": {
+ "value": {
+ "/Dest": [
+ "18 0 R",
+ "/XYZ",
+ 66,
+ 756,
+ 3
+ ],
+ "/Parent": "95 0 R",
+ "/Prev": "96 0 R",
+ "/Title": "u:Trepak 2 -> 15: /XYZ 66 756 3",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:98 0 R": {
+ "value": {
+ "/Count": -3,
+ "/Dest": [
+ "14 0 R",
+ "/Fit"
+ ],
+ "/First": "100 0 R",
+ "/Last": "101 0 R",
+ "/Next": "99 0 R",
+ "/Parent": "96 0 R",
+ "/Title": "u:Amanda 1.1 -> 11: /Fit",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:99 0 R": {
+ "value": {
+ "/Count": 2,
+ "/Dest": [
+ "16 0 R",
+ "/FitH",
+ 792
+ ],
+ "/First": "105 0 R",
+ "/Last": "106 0 R",
+ "/Parent": "96 0 R",
+ "/Prev": "98 0 R",
+ "/Title": "u:Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:100 0 R": {
+ "value": {
+ "/Count": -2,
+ "/Dest": [
+ "15 0 R",
+ "/FitV",
+ 100
+ ],
+ "/First": "102 0 R",
+ "/Last": "103 0 R",
+ "/Next": "101 0 R",
+ "/Parent": "98 0 R",
+ "/Title": "u:Isosicle 1.1.1 -> 12: /FitV 100",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:101 0 R": {
+ "value": {
+ "/Count": 1,
+ "/Dest": [
+ "15 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/First": "104 0 R",
+ "/Last": "104 0 R",
+ "/Parent": "98 0 R",
+ "/Prev": "100 0 R",
+ "/Title": "u:Isosicle 1.1.2 -> 12: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:102 0 R": {
+ "value": {
+ "/Dest": [
+ "21 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Next": "103 0 R",
+ "/Parent": "100 0 R",
+ "/Title": "u:Isosicle 1.1.1.1 -> 18: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:103 0 R": {
+ "value": {
+ "/Dest": [
+ "22 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "100 0 R",
+ "/Prev": "102 0 R",
+ "/Title": "u:Isosicle 1.1.1.2 -> 19: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:104 0 R": {
+ "value": {
+ "/Dest": [
+ "25 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "101 0 R",
+ "/Title": "u:Isosicle 1.1.2.1 -> 22: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:105 0 R": {
+ "value": {
+ "/Dest": [
+ "4 0 R",
+ "/FitR",
+ 66,
+ 714,
+ 180,
+ 770
+ ],
+ "/Next": "106 0 R",
+ "/Parent": "99 0 R",
+ "/Title": "u:Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
+ "/Type": "/Outline"
+ }
+ },
+ "obj:106 0 R": {
+ "value": {
+ "/Dest": [
+ "3 0 R",
+ "/XYZ",
+ null,
+ null,
+ null
+ ],
+ "/Parent": "99 0 R",
+ "/Prev": "105 0 R",
+ "/Title": "u:Trepsicle 1.2.2 -> 0: /XYZ null null null",
+ "/Type": "/Outline"
+ }
+ },
+ "trailer": {
+ "value": {
+ "/Root": "1 0 R",
+ "/Size": 107
}
- }
- },
- "obj:94 0 R": {
- "value": 47
- },
- "obj:95 0 R": {
- "value": {
- "/Count": 6,
- "/First": "96 0 R",
- "/Last": "97 0 R",
- "/Type": "/Outlines"
- }
- },
- "obj:96 0 R": {
- "value": {
- "/Count": 4,
- "/Dest": [
- "8 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "98 0 R",
- "/Last": "99 0 R",
- "/Next": "97 0 R",
- "/Parent": "95 0 R",
- "/Title": "u:Isís 1 -> 5: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:97 0 R": {
- "value": {
- "/Dest": [
- "18 0 R",
- "/XYZ",
- 66,
- 756,
- 3
- ],
- "/Parent": "95 0 R",
- "/Prev": "96 0 R",
- "/Title": "u:Trepak 2 -> 15: /XYZ 66 756 3",
- "/Type": "/Outline"
- }
- },
- "obj:98 0 R": {
- "value": {
- "/Count": -3,
- "/Dest": [
- "14 0 R",
- "/Fit"
- ],
- "/First": "100 0 R",
- "/Last": "101 0 R",
- "/Next": "99 0 R",
- "/Parent": "96 0 R",
- "/Title": "u:Amanda 1.1 -> 11: /Fit",
- "/Type": "/Outline"
- }
- },
- "obj:99 0 R": {
- "value": {
- "/Count": 2,
- "/Dest": [
- "16 0 R",
- "/FitH",
- 792
- ],
- "/First": "105 0 R",
- "/Last": "106 0 R",
- "/Parent": "96 0 R",
- "/Prev": "98 0 R",
- "/Title": "u:Sandy ÷Σανδι÷ 1.2 -> 13: /FitH 792",
- "/Type": "/Outline"
- }
- },
- "obj:100 0 R": {
- "value": {
- "/Count": -2,
- "/Dest": [
- "15 0 R",
- "/FitV",
- 100
- ],
- "/First": "102 0 R",
- "/Last": "103 0 R",
- "/Next": "101 0 R",
- "/Parent": "98 0 R",
- "/Title": "u:Isosicle 1.1.1 -> 12: /FitV 100",
- "/Type": "/Outline"
- }
- },
- "obj:101 0 R": {
- "value": {
- "/Count": 1,
- "/Dest": [
- "15 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/First": "104 0 R",
- "/Last": "104 0 R",
- "/Parent": "98 0 R",
- "/Prev": "100 0 R",
- "/Title": "u:Isosicle 1.1.2 -> 12: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:102 0 R": {
- "value": {
- "/Dest": [
- "21 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Next": "103 0 R",
- "/Parent": "100 0 R",
- "/Title": "u:Isosicle 1.1.1.1 -> 18: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:103 0 R": {
- "value": {
- "/Dest": [
- "22 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "100 0 R",
- "/Prev": "102 0 R",
- "/Title": "u:Isosicle 1.1.1.2 -> 19: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:104 0 R": {
- "value": {
- "/Dest": [
- "25 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "101 0 R",
- "/Title": "u:Isosicle 1.1.2.1 -> 22: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "obj:105 0 R": {
- "value": {
- "/Dest": [
- "4 0 R",
- "/FitR",
- 66,
- 714,
- 180,
- 770
- ],
- "/Next": "106 0 R",
- "/Parent": "99 0 R",
- "/Title": "u:Trepsichord 1.2.1 -> 1: /FitR 66 714 180 770",
- "/Type": "/Outline"
- }
- },
- "obj:106 0 R": {
- "value": {
- "/Dest": [
- "3 0 R",
- "/XYZ",
- null,
- null,
- null
- ],
- "/Parent": "99 0 R",
- "/Prev": "105 0 R",
- "/Title": "u:Trepsicle 1.2.2 -> 0: /XYZ null null null",
- "/Type": "/Outline"
- }
- },
- "trailer": {
- "value": {
- "/Root": "1 0 R",
- "/Size": 107
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/json-page-labels-num-tree-v2.out b/qpdf/qtest/qpdf/json-page-labels-num-tree-v2.out
index 902223fc..0f62b4e9 100644
--- a/qpdf/qtest/qpdf/json-page-labels-num-tree-v2.out
+++ b/qpdf/qtest/qpdf/json-page-labels-num-tree-v2.out
@@ -538,1062 +538,1071 @@
"userpasswordmatched": false
},
"outlines": [],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/PageLabels": "2 0 R",
- "/Pages": "3 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/Kids": [
- "4 0 R",
- "5 0 R"
- ]
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Count": 30,
- "/Kids": [
- "6 0 R",
- "7 0 R",
- "8 0 R",
- "9 0 R",
- "10 0 R",
- "11 0 R",
- "12 0 R",
- "13 0 R",
- "14 0 R",
- "15 0 R",
- "16 0 R",
- "17 0 R",
- "18 0 R",
- "19 0 R",
- "20 0 R",
- "21 0 R",
- "22 0 R",
- "23 0 R",
- "24 0 R",
- "25 0 R",
- "26 0 R",
- "27 0 R",
- "28 0 R",
- "29 0 R",
- "30 0 R",
- "31 0 R",
- "32 0 R",
- "33 0 R",
- "34 0 R",
- "35 0 R"
- ],
- "/Type": "/Pages"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Kids": [
- "36 0 R",
- "37 0 R"
- ],
- "/Limits": [
- 0,
- 19
- ]
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Limits": [
- 20,
- 29
- ],
- "/Nums": [
- 20,
- {
- "/S": "/D",
- "/St": 12
- },
- 22,
- {
- "/S": "/D",
- "/St": 16059
- },
- 23,
- {
- "/S": "/R",
- "/St": 50
- },
- 29,
- {
- "/S": "/r",
- "/St": 54
- }
- ]
- }
- },
- "obj:6 0 R": {
- "value": {
- "/Contents": "38 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
- },
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:7 0 R": {
- "value": {
- "/Contents": "42 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
- },
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:8 0 R": {
- "value": {
- "/Contents": "44 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
- },
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:9 0 R": {
- "value": {
- "/Contents": "46 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
- },
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:10 0 R": {
- "value": {
- "/Contents": "48 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
- },
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 99
},
- "obj:11 0 R": {
- "value": {
- "/Contents": "50 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/PageLabels": "2 0 R",
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/Kids": [
+ "4 0 R",
+ "5 0 R"
+ ]
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Count": 30,
+ "/Kids": [
+ "6 0 R",
+ "7 0 R",
+ "8 0 R",
+ "9 0 R",
+ "10 0 R",
+ "11 0 R",
+ "12 0 R",
+ "13 0 R",
+ "14 0 R",
+ "15 0 R",
+ "16 0 R",
+ "17 0 R",
+ "18 0 R",
+ "19 0 R",
+ "20 0 R",
+ "21 0 R",
+ "22 0 R",
+ "23 0 R",
+ "24 0 R",
+ "25 0 R",
+ "26 0 R",
+ "27 0 R",
+ "28 0 R",
+ "29 0 R",
+ "30 0 R",
+ "31 0 R",
+ "32 0 R",
+ "33 0 R",
+ "34 0 R",
+ "35 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Kids": [
+ "36 0 R",
+ "37 0 R"
+ ],
+ "/Limits": [
+ 0,
+ 19
+ ]
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Limits": [
+ 20,
+ 29
+ ],
+ "/Nums": [
+ 20,
+ {
+ "/S": "/D",
+ "/St": 12
+ },
+ 22,
+ {
+ "/S": "/D",
+ "/St": 16059
+ },
+ 23,
+ {
+ "/S": "/R",
+ "/St": 50
+ },
+ 29,
+ {
+ "/S": "/r",
+ "/St": 54
+ }
+ ]
+ }
+ },
+ "obj:6 0 R": {
+ "value": {
+ "/Contents": "38 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:12 0 R": {
- "value": {
- "/Contents": "52 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:7 0 R": {
+ "value": {
+ "/Contents": "42 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:13 0 R": {
- "value": {
- "/Contents": "54 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/Contents": "44 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:14 0 R": {
- "value": {
- "/Contents": "56 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:9 0 R": {
+ "value": {
+ "/Contents": "46 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:15 0 R": {
- "value": {
- "/Contents": "58 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:10 0 R": {
+ "value": {
+ "/Contents": "48 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:16 0 R": {
- "value": {
- "/Contents": "60 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "50 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:17 0 R": {
- "value": {
- "/Contents": "62 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:12 0 R": {
+ "value": {
+ "/Contents": "52 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:18 0 R": {
- "value": {
- "/Contents": "64 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:13 0 R": {
+ "value": {
+ "/Contents": "54 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:19 0 R": {
- "value": {
- "/Contents": "66 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:14 0 R": {
+ "value": {
+ "/Contents": "56 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:20 0 R": {
- "value": {
- "/Contents": "68 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:15 0 R": {
+ "value": {
+ "/Contents": "58 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:21 0 R": {
- "value": {
- "/Contents": "70 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:16 0 R": {
+ "value": {
+ "/Contents": "60 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:22 0 R": {
- "value": {
- "/Contents": "72 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:17 0 R": {
+ "value": {
+ "/Contents": "62 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:23 0 R": {
- "value": {
- "/Contents": "74 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:18 0 R": {
+ "value": {
+ "/Contents": "64 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:24 0 R": {
- "value": {
- "/Contents": "76 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:19 0 R": {
+ "value": {
+ "/Contents": "66 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:25 0 R": {
- "value": {
- "/Contents": "78 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:20 0 R": {
+ "value": {
+ "/Contents": "68 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:26 0 R": {
- "value": {
- "/Contents": "80 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:21 0 R": {
+ "value": {
+ "/Contents": "70 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:27 0 R": {
- "value": {
- "/Contents": "82 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:22 0 R": {
+ "value": {
+ "/Contents": "72 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:28 0 R": {
- "value": {
- "/Contents": "84 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:23 0 R": {
+ "value": {
+ "/Contents": "74 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:29 0 R": {
- "value": {
- "/Contents": "86 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:24 0 R": {
+ "value": {
+ "/Contents": "76 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:30 0 R": {
- "value": {
- "/Contents": "88 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:25 0 R": {
+ "value": {
+ "/Contents": "78 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:31 0 R": {
- "value": {
- "/Contents": "90 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:26 0 R": {
+ "value": {
+ "/Contents": "80 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:32 0 R": {
- "value": {
- "/Contents": "92 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:27 0 R": {
+ "value": {
+ "/Contents": "82 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:33 0 R": {
- "value": {
- "/Contents": "94 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:28 0 R": {
+ "value": {
+ "/Contents": "84 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:34 0 R": {
- "value": {
- "/Contents": "96 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:29 0 R": {
+ "value": {
+ "/Contents": "86 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:35 0 R": {
- "value": {
- "/Contents": "98 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "40 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:30 0 R": {
+ "value": {
+ "/Contents": "88 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- "/ProcSet": "41 0 R"
- },
- "/Type": "/Page"
- }
- },
- "obj:36 0 R": {
- "value": {
- "/Limits": [
- 0,
- 9
- ],
- "/Nums": [
- 0,
- {
- "/S": "/r"
+ "/Type": "/Page"
+ }
+ },
+ "obj:31 0 R": {
+ "value": {
+ "/Contents": "90 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- 2,
- {
- "/P": "u:blank"
+ "/Type": "/Page"
+ }
+ },
+ "obj:32 0 R": {
+ "value": {
+ "/Contents": "92 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- 3,
- {
- "/P": "u:X-",
- "/S": "/A",
- "/St": 17
+ "/Type": "/Page"
+ }
+ },
+ "obj:33 0 R": {
+ "value": {
+ "/Contents": "94 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- 5,
- {
- "/P": "u:"
+ "/Type": "/Page"
+ }
+ },
+ "obj:34 0 R": {
+ "value": {
+ "/Contents": "96 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- 6,
- {
- "/S": "/R",
- "/St": 3
+ "/Type": "/Page"
+ }
+ },
+ "obj:35 0 R": {
+ "value": {
+ "/Contents": "98 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "40 0 R"
+ },
+ "/ProcSet": "41 0 R"
},
- 9,
- {
- "/S": "/D"
+ "/Type": "/Page"
+ }
+ },
+ "obj:36 0 R": {
+ "value": {
+ "/Limits": [
+ 0,
+ 9
+ ],
+ "/Nums": [
+ 0,
+ {
+ "/S": "/r"
+ },
+ 2,
+ {
+ "/P": "u:blank"
+ },
+ 3,
+ {
+ "/P": "u:X-",
+ "/S": "/A",
+ "/St": 17
+ },
+ 5,
+ {
+ "/P": "u:"
+ },
+ 6,
+ {
+ "/S": "/R",
+ "/St": 3
+ },
+ 9,
+ {
+ "/S": "/D"
+ }
+ ]
+ }
+ },
+ "obj:37 0 R": {
+ "value": {
+ "/Limits": [
+ 11,
+ 19
+ ],
+ "/Nums": [
+ 11,
+ {
+ "/S": "/a"
+ },
+ 12,
+ {
+ "/S": "/a",
+ "/St": 3
+ },
+ 15,
+ {
+ "/P": "u:q.",
+ "/S": "/D",
+ "/St": 6
+ },
+ 19,
+ {
+ "/P": "u:www"
+ }
+ ]
+ }
+ },
+ "obj:38 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "39 0 R"
}
+ }
+ },
+ "obj:39 0 R": {
+ "value": 46
+ },
+ "obj:40 0 R": {
+ "value": {
+ "/BaseFont": "/Helvetica",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Name": "/F1",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:41 0 R": {
+ "value": [
+ "/PDF",
+ "/Text"
]
- }
- },
- "obj:37 0 R": {
- "value": {
- "/Limits": [
- 11,
- 19
- ],
- "/Nums": [
- 11,
- {
- "/S": "/a"
- },
- 12,
- {
- "/S": "/a",
- "/St": 3
- },
- 15,
- {
- "/P": "u:q.",
- "/S": "/D",
- "/St": 6
- },
- 19,
- {
- "/P": "u:www"
+ },
+ "obj:42 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "43 0 R"
}
- ]
- }
- },
- "obj:38 0 R": {
- "stream": {
- "dict": {
- "/Length": "39 0 R"
}
- }
- },
- "obj:39 0 R": {
- "value": 46
- },
- "obj:40 0 R": {
- "value": {
- "/BaseFont": "/Helvetica",
- "/Encoding": "/WinAnsiEncoding",
- "/Name": "/F1",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:41 0 R": {
- "value": [
- "/PDF",
- "/Text"
- ]
- },
- "obj:42 0 R": {
- "stream": {
- "dict": {
- "/Length": "43 0 R"
+ },
+ "obj:43 0 R": {
+ "value": 46
+ },
+ "obj:44 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "45 0 R"
+ }
}
- }
- },
- "obj:43 0 R": {
- "value": 46
- },
- "obj:44 0 R": {
- "stream": {
- "dict": {
- "/Length": "45 0 R"
+ },
+ "obj:45 0 R": {
+ "value": 46
+ },
+ "obj:46 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "47 0 R"
+ }
}
- }
- },
- "obj:45 0 R": {
- "value": 46
- },
- "obj:46 0 R": {
- "stream": {
- "dict": {
- "/Length": "47 0 R"
+ },
+ "obj:47 0 R": {
+ "value": 46
+ },
+ "obj:48 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "49 0 R"
+ }
}
- }
- },
- "obj:47 0 R": {
- "value": 46
- },
- "obj:48 0 R": {
- "stream": {
- "dict": {
- "/Length": "49 0 R"
+ },
+ "obj:49 0 R": {
+ "value": 46
+ },
+ "obj:50 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "51 0 R"
+ }
}
- }
- },
- "obj:49 0 R": {
- "value": 46
- },
- "obj:50 0 R": {
- "stream": {
- "dict": {
- "/Length": "51 0 R"
+ },
+ "obj:51 0 R": {
+ "value": 46
+ },
+ "obj:52 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "53 0 R"
+ }
}
- }
- },
- "obj:51 0 R": {
- "value": 46
- },
- "obj:52 0 R": {
- "stream": {
- "dict": {
- "/Length": "53 0 R"
+ },
+ "obj:53 0 R": {
+ "value": 46
+ },
+ "obj:54 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "55 0 R"
+ }
}
- }
- },
- "obj:53 0 R": {
- "value": 46
- },
- "obj:54 0 R": {
- "stream": {
- "dict": {
- "/Length": "55 0 R"
+ },
+ "obj:55 0 R": {
+ "value": 46
+ },
+ "obj:56 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "57 0 R"
+ }
}
- }
- },
- "obj:55 0 R": {
- "value": 46
- },
- "obj:56 0 R": {
- "stream": {
- "dict": {
- "/Length": "57 0 R"
+ },
+ "obj:57 0 R": {
+ "value": 46
+ },
+ "obj:58 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "59 0 R"
+ }
}
- }
- },
- "obj:57 0 R": {
- "value": 46
- },
- "obj:58 0 R": {
- "stream": {
- "dict": {
- "/Length": "59 0 R"
+ },
+ "obj:59 0 R": {
+ "value": 46
+ },
+ "obj:60 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "61 0 R"
+ }
}
- }
- },
- "obj:59 0 R": {
- "value": 46
- },
- "obj:60 0 R": {
- "stream": {
- "dict": {
- "/Length": "61 0 R"
+ },
+ "obj:61 0 R": {
+ "value": 47
+ },
+ "obj:62 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "63 0 R"
+ }
}
- }
- },
- "obj:61 0 R": {
- "value": 47
- },
- "obj:62 0 R": {
- "stream": {
- "dict": {
- "/Length": "63 0 R"
+ },
+ "obj:63 0 R": {
+ "value": 47
+ },
+ "obj:64 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "65 0 R"
+ }
}
- }
- },
- "obj:63 0 R": {
- "value": 47
- },
- "obj:64 0 R": {
- "stream": {
- "dict": {
- "/Length": "65 0 R"
+ },
+ "obj:65 0 R": {
+ "value": 47
+ },
+ "obj:66 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "67 0 R"
+ }
}
- }
- },
- "obj:65 0 R": {
- "value": 47
- },
- "obj:66 0 R": {
- "stream": {
- "dict": {
- "/Length": "67 0 R"
+ },
+ "obj:67 0 R": {
+ "value": 47
+ },
+ "obj:68 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "69 0 R"
+ }
}
- }
- },
- "obj:67 0 R": {
- "value": 47
- },
- "obj:68 0 R": {
- "stream": {
- "dict": {
- "/Length": "69 0 R"
+ },
+ "obj:69 0 R": {
+ "value": 47
+ },
+ "obj:70 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "71 0 R"
+ }
}
- }
- },
- "obj:69 0 R": {
- "value": 47
- },
- "obj:70 0 R": {
- "stream": {
- "dict": {
- "/Length": "71 0 R"
+ },
+ "obj:71 0 R": {
+ "value": 47
+ },
+ "obj:72 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "73 0 R"
+ }
}
- }
- },
- "obj:71 0 R": {
- "value": 47
- },
- "obj:72 0 R": {
- "stream": {
- "dict": {
- "/Length": "73 0 R"
+ },
+ "obj:73 0 R": {
+ "value": 47
+ },
+ "obj:74 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "75 0 R"
+ }
}
- }
- },
- "obj:73 0 R": {
- "value": 47
- },
- "obj:74 0 R": {
- "stream": {
- "dict": {
- "/Length": "75 0 R"
+ },
+ "obj:75 0 R": {
+ "value": 47
+ },
+ "obj:76 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "77 0 R"
+ }
}
- }
- },
- "obj:75 0 R": {
- "value": 47
- },
- "obj:76 0 R": {
- "stream": {
- "dict": {
- "/Length": "77 0 R"
+ },
+ "obj:77 0 R": {
+ "value": 47
+ },
+ "obj:78 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "79 0 R"
+ }
}
- }
- },
- "obj:77 0 R": {
- "value": 47
- },
- "obj:78 0 R": {
- "stream": {
- "dict": {
- "/Length": "79 0 R"
+ },
+ "obj:79 0 R": {
+ "value": 47
+ },
+ "obj:80 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "81 0 R"
+ }
}
- }
- },
- "obj:79 0 R": {
- "value": 47
- },
- "obj:80 0 R": {
- "stream": {
- "dict": {
- "/Length": "81 0 R"
+ },
+ "obj:81 0 R": {
+ "value": 47
+ },
+ "obj:82 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "83 0 R"
+ }
}
- }
- },
- "obj:81 0 R": {
- "value": 47
- },
- "obj:82 0 R": {
- "stream": {
- "dict": {
- "/Length": "83 0 R"
+ },
+ "obj:83 0 R": {
+ "value": 47
+ },
+ "obj:84 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "85 0 R"
+ }
}
- }
- },
- "obj:83 0 R": {
- "value": 47
- },
- "obj:84 0 R": {
- "stream": {
- "dict": {
- "/Length": "85 0 R"
+ },
+ "obj:85 0 R": {
+ "value": 47
+ },
+ "obj:86 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "87 0 R"
+ }
}
- }
- },
- "obj:85 0 R": {
- "value": 47
- },
- "obj:86 0 R": {
- "stream": {
- "dict": {
- "/Length": "87 0 R"
+ },
+ "obj:87 0 R": {
+ "value": 47
+ },
+ "obj:88 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "89 0 R"
+ }
}
- }
- },
- "obj:87 0 R": {
- "value": 47
- },
- "obj:88 0 R": {
- "stream": {
- "dict": {
- "/Length": "89 0 R"
+ },
+ "obj:89 0 R": {
+ "value": 47
+ },
+ "obj:90 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "91 0 R"
+ }
}
- }
- },
- "obj:89 0 R": {
- "value": 47
- },
- "obj:90 0 R": {
- "stream": {
- "dict": {
- "/Length": "91 0 R"
+ },
+ "obj:91 0 R": {
+ "value": 47
+ },
+ "obj:92 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "93 0 R"
+ }
}
- }
- },
- "obj:91 0 R": {
- "value": 47
- },
- "obj:92 0 R": {
- "stream": {
- "dict": {
- "/Length": "93 0 R"
+ },
+ "obj:93 0 R": {
+ "value": 47
+ },
+ "obj:94 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "95 0 R"
+ }
}
- }
- },
- "obj:93 0 R": {
- "value": 47
- },
- "obj:94 0 R": {
- "stream": {
- "dict": {
- "/Length": "95 0 R"
+ },
+ "obj:95 0 R": {
+ "value": 47
+ },
+ "obj:96 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "97 0 R"
+ }
}
- }
- },
- "obj:95 0 R": {
- "value": 47
- },
- "obj:96 0 R": {
- "stream": {
- "dict": {
- "/Length": "97 0 R"
+ },
+ "obj:97 0 R": {
+ "value": 47
+ },
+ "obj:98 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "99 0 R"
+ }
}
- }
- },
- "obj:97 0 R": {
- "value": 47
- },
- "obj:98 0 R": {
- "stream": {
- "dict": {
- "/Length": "99 0 R"
+ },
+ "obj:99 0 R": {
+ "value": 47
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:90f919de7874f3bc5cb7afbd1e9537bb",
+ "b:0dfe18a94cde0f4bfdc86c03af19010e"
+ ],
+ "/Root": "1 0 R",
+ "/Size": 100
}
}
- },
- "obj:99 0 R": {
- "value": 47
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:90f919de7874f3bc5cb7afbd1e9537bb",
- "b:0dfe18a94cde0f4bfdc86c03af19010e"
- ],
- "/Root": "1 0 R",
- "/Size": 100
- }
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/page_api_2-json-objects.out b/qpdf/qtest/qpdf/page_api_2-json-objects.out
index 75cc76aa..32e6bddf 100644
--- a/qpdf/qtest/qpdf/page_api_2-json-objects.out
+++ b/qpdf/qtest/qpdf/page_api_2-json-objects.out
@@ -3,112 +3,121 @@
"parameters": {
"decodelevel": "generalized"
},
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "3 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/CreationDate": "u:D:20120621124041",
- "/Producer": "u:Apex PDFWriter"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": false,
+ "maxobjectid": 10
},
- "obj:3 0 R": {
- "value": {
- "/Count": 3,
- "/Kids": [
- "4 0 R",
- "4 0 R",
- "5 0 R"
- ],
- "/Type": "/Pages"
- }
- },
- "obj:4 0 R": {
- "value": {
- "/Contents": "6 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "8 0 R"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/CreationDate": "u:D:20120621124041",
+ "/Producer": "u:Apex PDFWriter"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Count": 3,
+ "/Kids": [
+ "4 0 R",
+ "4 0 R",
+ "5 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "6 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
},
- "/ProcSet": [
- "/PDF",
- "/Text"
- ]
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "9 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "8 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "9 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
},
- "/ProcSet": [
- "/PDF",
- "/Text"
- ]
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "stream": {
- "dict": {
- "/Length": "7 0 R"
+ "/Type": "/Page"
}
- }
- },
- "obj:7 0 R": {
- "value": 47
- },
- "obj:8 0 R": {
- "value": {
- "/BaseFont": "/Times-Roman",
- "/Encoding": "/WinAnsiEncoding",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:9 0 R": {
- "stream": {
- "dict": {
- "/Length": "10 0 R"
+ },
+ "obj:6 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "7 0 R"
+ }
+ }
+ },
+ "obj:7 0 R": {
+ "value": 47
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/BaseFont": "/Times-Roman",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:9 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "10 0 R"
+ }
+ }
+ },
+ "obj:10 0 R": {
+ "value": 47
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:fb18b786ff7b358705da8a532aba8f6f",
+ "b:f7179eb35159bfd4c00f128abcfd1f02"
+ ],
+ "/Info": "2 0 R",
+ "/Root": "1 0 R",
+ "/Size": 11
}
- }
- },
- "obj:10 0 R": {
- "value": 47
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:fb18b786ff7b358705da8a532aba8f6f",
- "b:f7179eb35159bfd4c00f128abcfd1f02"
- ],
- "/Info": "2 0 R",
- "/Root": "1 0 R",
- "/Size": 11
}
}
- }
+ ]
}
diff --git a/qpdf/qtest/qpdf/page_api_2-json-pages-push.out b/qpdf/qtest/qpdf/page_api_2-json-pages-push.out
new file mode 100644
index 00000000..8c858447
--- /dev/null
+++ b/qpdf/qtest/qpdf/page_api_2-json-pages-push.out
@@ -0,0 +1,177 @@
+{
+ "version": 2,
+ "parameters": {
+ "decodelevel": "generalized"
+ },
+ "pages": [
+ {
+ "contents": [
+ "6 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "4 0 R",
+ "outlines": [],
+ "pageposfrom1": 1
+ },
+ {
+ "contents": [
+ "6 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "11 0 R",
+ "outlines": [],
+ "pageposfrom1": 2
+ },
+ {
+ "contents": [
+ "9 0 R"
+ ],
+ "images": [],
+ "label": null,
+ "object": "5 0 R",
+ "outlines": [],
+ "pageposfrom1": 3
+ }
+ ],
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": true,
+ "calledgetallpages": true,
+ "maxobjectid": 11
+ },
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/CreationDate": "u:D:20120621124041",
+ "/Producer": "u:Apex PDFWriter"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Count": 3,
+ "/Kids": [
+ "4 0 R",
+ "11 0 R",
+ "5 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "6 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "9 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "/Type": "/Page"
+ }
+ },
+ "obj:6 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "7 0 R"
+ }
+ }
+ },
+ "obj:7 0 R": {
+ "value": 47
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/BaseFont": "/Times-Roman",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:9 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "10 0 R"
+ }
+ }
+ },
+ "obj:10 0 R": {
+ "value": 47
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "6 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
+ },
+ "/Type": "/Page"
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:fb18b786ff7b358705da8a532aba8f6f",
+ "b:f7179eb35159bfd4c00f128abcfd1f02"
+ ],
+ "/Info": "2 0 R",
+ "/Root": "1 0 R",
+ "/Size": 11
+ }
+ }
+ }
+ ]
+}
diff --git a/qpdf/qtest/qpdf/page_api_2-json-pages.out b/qpdf/qtest/qpdf/page_api_2-json-pages.out
index d45406d5..91c78639 100644
--- a/qpdf/qtest/qpdf/page_api_2-json-pages.out
+++ b/qpdf/qtest/qpdf/page_api_2-json-pages.out
@@ -35,134 +35,143 @@
"pageposfrom1": 3
}
],
- "objects": {
- "obj:1 0 R": {
- "value": {
- "/Pages": "3 0 R",
- "/Type": "/Catalog"
- }
- },
- "obj:2 0 R": {
- "value": {
- "/CreationDate": "u:D:20120621124041",
- "/Producer": "u:Apex PDFWriter"
- }
- },
- "obj:3 0 R": {
- "value": {
- "/Count": 3,
- "/Kids": [
- "4 0 R",
- "11 0 R",
- "5 0 R"
- ],
- "/Type": "/Pages"
- }
+ "qpdf": [
+ {
+ "jsonversion": 2,
+ "pdfversion": "1.3",
+ "pushedinheritedpageresources": false,
+ "calledgetallpages": true,
+ "maxobjectid": 11
},
- "obj:4 0 R": {
- "value": {
- "/Contents": "6 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "8 0 R"
+ {
+ "obj:1 0 R": {
+ "value": {
+ "/Pages": "3 0 R",
+ "/Type": "/Catalog"
+ }
+ },
+ "obj:2 0 R": {
+ "value": {
+ "/CreationDate": "u:D:20120621124041",
+ "/Producer": "u:Apex PDFWriter"
+ }
+ },
+ "obj:3 0 R": {
+ "value": {
+ "/Count": 3,
+ "/Kids": [
+ "4 0 R",
+ "11 0 R",
+ "5 0 R"
+ ],
+ "/Type": "/Pages"
+ }
+ },
+ "obj:4 0 R": {
+ "value": {
+ "/Contents": "6 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
},
- "/ProcSet": [
- "/PDF",
- "/Text"
- ]
- },
- "/Type": "/Page"
- }
- },
- "obj:5 0 R": {
- "value": {
- "/Contents": "9 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "8 0 R"
+ "/Type": "/Page"
+ }
+ },
+ "obj:5 0 R": {
+ "value": {
+ "/Contents": "9 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
},
- "/ProcSet": [
- "/PDF",
- "/Text"
- ]
- },
- "/Type": "/Page"
- }
- },
- "obj:6 0 R": {
- "stream": {
- "dict": {
- "/Length": "7 0 R"
+ "/Type": "/Page"
}
- }
- },
- "obj:7 0 R": {
- "value": 47
- },
- "obj:8 0 R": {
- "value": {
- "/BaseFont": "/Times-Roman",
- "/Encoding": "/WinAnsiEncoding",
- "/Subtype": "/Type1",
- "/Type": "/Font"
- }
- },
- "obj:9 0 R": {
- "stream": {
- "dict": {
- "/Length": "10 0 R"
+ },
+ "obj:6 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "7 0 R"
+ }
}
- }
- },
- "obj:10 0 R": {
- "value": 47
- },
- "obj:11 0 R": {
- "value": {
- "/Contents": "6 0 R",
- "/MediaBox": [
- 0,
- 0,
- 612,
- 792
- ],
- "/Parent": "3 0 R",
- "/Resources": {
- "/Font": {
- "/F1": "8 0 R"
+ },
+ "obj:7 0 R": {
+ "value": 47
+ },
+ "obj:8 0 R": {
+ "value": {
+ "/BaseFont": "/Times-Roman",
+ "/Encoding": "/WinAnsiEncoding",
+ "/Subtype": "/Type1",
+ "/Type": "/Font"
+ }
+ },
+ "obj:9 0 R": {
+ "stream": {
+ "dict": {
+ "/Length": "10 0 R"
+ }
+ }
+ },
+ "obj:10 0 R": {
+ "value": 47
+ },
+ "obj:11 0 R": {
+ "value": {
+ "/Contents": "6 0 R",
+ "/MediaBox": [
+ 0,
+ 0,
+ 612,
+ 792
+ ],
+ "/Parent": "3 0 R",
+ "/Resources": {
+ "/Font": {
+ "/F1": "8 0 R"
+ },
+ "/ProcSet": [
+ "/PDF",
+ "/Text"
+ ]
},
- "/ProcSet": [
- "/PDF",
- "/Text"
- ]
- },
- "/Type": "/Page"
- }
- },
- "trailer": {
- "value": {
- "/ID": [
- "b:fb18b786ff7b358705da8a532aba8f6f",
- "b:f7179eb35159bfd4c00f128abcfd1f02"
- ],
- "/Info": "2 0 R",
- "/Root": "1 0 R",
- "/Size": 11
+ "/Type": "/Page"
+ }
+ },
+ "trailer": {
+ "value": {
+ "/ID": [
+ "b:fb18b786ff7b358705da8a532aba8f6f",
+ "b:f7179eb35159bfd4c00f128abcfd1f02"
+ ],
+ "/Info": "2 0 R",
+ "/Root": "1 0 R",
+ "/Size": 11
+ }
}
}
- }
+ ]
}