From fad30ca54e059602b5b4b56cb2dcb8be53d703e2 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 4 Jan 2016 15:09:33 -0800 Subject: 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 . --- testing/resources/use_outlines.in | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 testing/resources/use_outlines.in (limited to 'testing/resources/use_outlines.in') 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 -- cgit v1.2.3