diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-05-22 17:12:43 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-06-08 21:56:58 -0400 |
commit | 60005383aae11f8b8fabd8926e439e7f0bdc29de (patch) | |
tree | e8127354528a2b5778e615359e1c074d3daabc57 /win32 | |
parent | b580657f6cf727a01248254fc11952a6b611c1d2 (diff) | |
download | mupdf-60005383aae11f8b8fabd8926e439e7f0bdc29de.tar.xz |
Simple PCL output
Mono only for now. Copy the appropriate fz_pcl_options for the printer required
and pass that to fz_write_pcl_bitmap.
Add pcl output to mudraw - .pcl produces laserjet 4 compatible pcl.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index 996b48aa..ea39bb26 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -557,6 +557,10 @@ > </File> <File + RelativePath="..\fitz\res_pcl.c" + > + </File> + <File RelativePath="..\fitz\res_pixmap.c" > </File> |