diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-04 15:09:33 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-04 15:09:33 -0800 |
commit | fad30ca54e059602b5b4b56cb2dcb8be53d703e2 (patch) | |
tree | 864db45518ebc399c8f0f26abfbd5de25d58a1a1 /testing | |
parent | 64f7b672dcc6338e6fb6c150cf28c986eb7e9b12 (diff) | |
download | pdfium-fad30ca54e059602b5b4b56cb2dcb8be53d703e2.tar.xz |
Merge to XFA: Add FPDFDoc_GetPageMode() embeddertest
Original Review URL: https://codereview.chromium.org/1557173002 .
(cherry picked from commit 14fdb1d40741912e430db4318a9033764429659f)
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1556983003 .
Diffstat (limited to 'testing')
-rw-r--r-- | testing/resources/use_outlines.in | 57 | ||||
-rw-r--r-- | testing/resources/use_outlines.pdf | 67 |
2 files changed, 124 insertions, 0 deletions
diff --git a/testing/resources/use_outlines.in b/testing/resources/use_outlines.in new file mode 100644 index 0000000000..b344143f64 --- /dev/null +++ b/testing/resources/use_outlines.in @@ -0,0 +1,57 @@ +{{header}} +{{object 1 0}} << + /Type /Catalog + /Pages 2 0 R + /PageMode /UseOutlines +>> +{{object 2 0}} << + /Type /Pages + /MediaBox [ 0 0 200 200 ] + /Count 1 + /Kids [ 3 0 R ] +>> +endobj +{{object 3 0}} << + /Type /Page + /Parent 2 0 R + /Resources << + /Font << + /F1 4 0 R + /F2 5 0 R + >> + >> + /Contents 6 0 R +>> +endobj +{{object 4 0}} << + /Type /Font + /Subtype /Type1 + /BaseFont /Times-Roman +>> +endobj +{{object 5 0}} << + /Type /Font + /Subtype /Type1 + /BaseFont /Helvetica +>> +endobj +{{object 6 0}} << +>> +stream +BT +20 50 Td +/F1 12 Tf +(Hello, world!) Tj +0 50 Td +/F2 16 Tf +(Goodbye, world!) Tj +ET +endstream +endobj +{{xref}} +trailer << + /Size 6 + /Root 1 0 R +>> +{{startxref}} +%%EOF diff --git a/testing/resources/use_outlines.pdf b/testing/resources/use_outlines.pdf new file mode 100644 index 0000000000..371ff4083c --- /dev/null +++ b/testing/resources/use_outlines.pdf @@ -0,0 +1,67 @@ +%PDF-1.7 +% ò¤ô +1 0 obj << + /Type /Catalog + /Pages 2 0 R + /PageMode /UseOutlines +>> +2 0 obj << + /Type /Pages + /MediaBox [ 0 0 200 200 ] + /Count 1 + /Kids [ 3 0 R ] +>> +endobj +3 0 obj << + /Type /Page + /Parent 2 0 R + /Resources << + /Font << + /F1 4 0 R + /F2 5 0 R + >> + >> + /Contents 6 0 R +>> +endobj +4 0 obj << + /Type /Font + /Subtype /Type1 + /BaseFont /Times-Roman +>> +endobj +5 0 obj << + /Type /Font + /Subtype /Type1 + /BaseFont /Helvetica +>> +endobj +6 0 obj << +>> +stream +BT +20 50 Td +/F1 12 Tf +(Hello, world!) Tj +0 50 Td +/F2 16 Tf +(Goodbye, world!) Tj +ET +endstream +endobj +xref +0 7 +0000000000 65535 f +0000000015 00000 n +0000000086 00000 n +0000000179 00000 n +0000000321 00000 n +0000000399 00000 n +0000000475 00000 n +trailer << + /Size 6 + /Root 1 0 R +>> +startxref +596 +%%EOF |