From ca8c3c38ff18b3471ad27320e1399f17e7ef6708 Mon Sep 17 00:00:00 2001 From: Nathanael Anderson Date: Sun, 15 Mar 2015 20:29:42 -0500 Subject: [PATCH] Fix missing object.coffee outputs. --- lib/object.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/object.coffee b/lib/object.coffee index d1e25d3..99b9ef3 100644 --- a/lib/object.coffee +++ b/lib/object.coffee @@ -17,6 +17,9 @@ class PDFObject else if object?.isString '(' + object + ')' + + else if object?.isRaw + object.toString() else if object instanceof PDFReference object.toString()