From 268d803c9dd67b7f78f8dcdc3c7653c8b2c2d08f Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Mon, 29 Sep 2008 21:14:40 +0200 Subject: Let HmtlOutputDev process images --- utils/HtmlOutputDev.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/HtmlOutputDev.h b/utils/HtmlOutputDev.h index 8d090c8a..e42146b5 100644 --- a/utils/HtmlOutputDev.h +++ b/utils/HtmlOutputDev.h @@ -15,6 +15,7 @@ // under GPL version 2 or later // // Copyright (C) 2006-2007 Albert Astals Cid +// Copyright (C) 2008 Warren Toomey // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git @@ -242,7 +243,7 @@ public: virtual GBool interpretType3Chars() { return gFalse; } // Does this device need non-text content? - virtual GBool needNonText() { return gFalse; } + virtual GBool needNonText() { return gTrue; } //----- initialization and control -- cgit v1.2.3