From bfda71774907263f5263a3ae2e8c8fa40fbc2cca Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 23 Jan 2013 09:38:05 -0500 Subject: Cosmetic changes to be closer to Adobe terminology Change object type Keyword to Operator, and place the order of the object types in object_type_e in the same order as they are mentioned in the PDF specification. Note that this change only breaks backward compatibility with code that has not yet been released. --- examples/qtest/parse-content/content.out | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/qtest/parse-content/content.out b/examples/qtest/parse-content/content.out index dc6bd8d1..b0c041e5 100644 --- a/examples/qtest/parse-content/content.out +++ b/examples/qtest/parse-content/content.out @@ -1,11 +1,11 @@ -keyword: BT +operator: BT name: /F1 integer: 24 -keyword: Tf +operator: Tf integer: 72 integer: 720 -keyword: Td +operator: Td string: (Potato) -keyword: Tj -keyword: ET +operator: Tj +operator: ET -EOF- -- cgit v1.2.3-54-g00ecf