Board index » cppbuilder » How do plot drivers work?

How do plot drivers work?


2004-05-03 09:31:43 PM
cppbuilder8
Hello,
I was wondering how software like Notepad sends files
to be printed to different printers e.g. local and network
printers. Can I write c++ code or is there a component
available to enable me to send data to a network printer?
Digby
 
 

Re:How do plot drivers work?

Digby Millikan wrote:
Quote
Hello,
I was wondering how software like Notepad sends files
to be printed to different printers e.g. local and network
printers. Can I write c++ code or is there a component
available to enable me to send data to a network printer?

Digby


This is all handled by the operating system. What your program does is
use the API functions, indicating which printer to use and the OS does
the rest for you...