#Windows Create a virtual printer that sends file into Go program

2 messages · Page 1 of 1 (latest)

neon shore
#

try cups, printer server.
i believe cups export interface, to capture the packet.

edit: redmon looks great

raven hawk
#

You'd be looking at writing a printer driver. I saw a neat API for a document signing service that needed to ingest documents from all kinds of legacy business apps, so they wrote a Windows printer driver so the legacy software could serve l send the document for printing, but underneath it was sent to their SaaS via REST