summaryrefslogtreecommitdiff
path: root/source/tools
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-03-24 18:52:09 +0000
committerRobin Watts <robin.watts@artifex.com>2016-03-25 14:28:47 +0000
commit107ee1a2b735d4de1abee5e67445cc7e8023e300 (patch)
tree2f772a08a2abf286c28c557f792c9d6a8ed589c1 /source/tools
parentbcfb276b494c7b1825527d14c9bcd4d3736a2ffd (diff)
downloadmupdf-107ee1a2b735d4de1abee5e67445cc7e8023e300.tar.xz
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.
Diffstat (limited to 'source/tools')
-rw-r--r--source/tools/mudraw.c2
1 files changed, 1 insertions, 1 deletions
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)
{