From 526f6d5279141b270898e7e07ded7b4ce021d0d6 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 28 Jan 2015 15:49:13 -0800 Subject: Cover fpdftext.h API with embeddertests. R=thestig@chromium.org Review URL: https://codereview.chromium.org/878333003 --- testing/resources/hello_world.in | 56 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 testing/resources/hello_world.in (limited to 'testing/resources/hello_world.in') diff --git a/testing/resources/hello_world.in b/testing/resources/hello_world.in new file mode 100644 index 0000000000..19fce0ce33 --- /dev/null +++ b/testing/resources/hello_world.in @@ -0,0 +1,56 @@ +{{header}} +{{object 1 0}} << + /Type /Catalog + /Pages 2 0 R +>> +{{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