How to create own XP printer driver

前端 未结 4 1113
天命终不由人
天命终不由人 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:53

    Combine these programs, first cpri (for access through your code to a printer device)

    It's in C language

    http://sourceforge.net/projects/cpri/

    then you can use

    http://sourceforge.net/projects/pdfcreator

    to get a virtual printer to generate the pdf, xps format output

提交回复
热议问题