How to create own XP printer driver

前端 未结 4 1108
天命终不由人
天命终不由人 2020-12-14 22:07

How would I create my own XP printer driver which will do the following:

  • print to file (probably XPS format)
  • put this file into a password protected Z
4条回答
  •  攒了一身酷
    2020-12-14 22:54

    I found a good walkthrough while hunting for the same thing:

    "Creating a Virtual Postscript Printer in Windows using Ghostscript"

    http://www.stat.tamu.edu/~henrik/GSPSprinter/GSPSprinter.html

    The output devices supported by ghostscript are here: http://pages.cs.wisc.edu/~ghost/doc/cvs/Devices.htm (PDF, Postscript, PNG etc).

    Example of redirecting printer to a program - using tutorial

提交回复
热议问题