#Windows Create a virtual printer that sends file into Go program
2 messages · Page 1 of 1 (latest)
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