Commit graph

13 commits

Author SHA1 Message Date
James Bottomley 3dfb5acf4e pstoricohddst-gdi: Fix bug in page size handling
The PJL header should set a PAPER=<pagesize>, but there's a missing dollar
sign, so it's not setting $papersize, which is the passed in size, it's
setting PAPER=pagesize.  It doesn't seem to make a difference, presumably
because the printer just ignores the setting and prints the page image, but
fix to match what the windows driver does

Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2014-07-24 12:55:44 +09:00
James Bottomley 78542cddfe pstorichoddst-gdi: Clean up temporary directory
After normal completion, the temporary directory is left in place because the
only delete path is on a SIGINT trap.  Fix by adding to the standard exit path
as well.

Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2014-07-24 12:55:42 +09:00
Knut Auvor Grythe 41abd508e2 Add support for other paper sizes than A4
Add handling of the PageSize option, so other page sizes can be supported.
Currently only tested with Letter, and we already know A4 works.
2014-06-30 20:37:48 -07:00
Serge V Shistarev a339269ace Version change, MS-style EOL added 2014-05-07 14:16:14 +09:00
Serge V Shistarev 03370b7088 Filter debugging and requirements check script added, major instruction update 2014-04-27 18:25:34 +09:00
Serge V Shistarev a45bb470ad Modified for systems without inotify (e.g. OS X, *BSD, etc) 2014-03-21 18:05:09 +09:00
Suresh V 25b0c0cab7 Sleep a bit longer in background before cleanup 2013-12-27 11:36:16 +05:30
Yale Huang a081ebf5e4 Call identify with PBM file. Workable with Ubuntu Precise now. 2013-09-12 19:05:32 +08:00
Serge V Shistarev 8d277a9b1a Code cleanup 2013-09-08 19:18:22 +09:00
Serge V Shistarev f6c2cff604 Asynchronous printing implemented 2013-09-08 18:39:31 +09:00
Serge V Shistarev 0403d76989 pstoricohddst-gdi script commented out 2013-09-07 00:29:49 +09:00
Serge V Shistarev da44de4d66 Temporary code removed 2013-09-07 00:24:11 +09:00
Serge V Shistarev 4b36aca036 Quick and dirty initial commit of a quick and dirty initial state 2013-09-07 00:05:03 +09:00