From 107ee1a2b735d4de1abee5e67445cc7e8023e300 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 24 Mar 2016 18:52:09 +0000 Subject: Tweak the PCL page size handling/options. Introduce a 'generic' PCL setting (basically ljet4 with custom page sizes for now). Ensure we send explicit sizes before the custom page sizes, and don't use Ricoh page sizes unless we are allowed to. --- source/tools/mudraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tools') diff --git a/source/tools/mudraw.c b/source/tools/mudraw.c index ac054996..33c299e0 100644 --- a/source/tools/mudraw.c +++ b/source/tools/mudraw.c @@ -689,7 +689,7 @@ static void drawpage(fz_context *ctx, fz_document *doc, int pagenum) { fz_pcl_options options; - fz_pcl_preset(ctx, &options, "ljet4"); + fz_pcl_preset(ctx, &options, "generic"); if (out_cs == CS_MONO) { -- cgit v1.2.3