Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
I need your help in wrting a simple printer driver(windows 2000 os).When i select my printer from the print option it has to call my appilcation (say xyz.exe) and the file name with the path from where it is invoked.
If you use the winddk, several examples of printer drivers are included plus all the build tools. You can use the closest one to your requirements and just mod it to suit.
Try using Compuware (former Numega) Driver Suite or Studio,
it comes together with the famous SoftIce debugger, features a C++ framework and other goodies. Another option would be BSquare's WinDK.
With MS DDK, WinDK and Jungo's WinDriver you will be writing a driver, if you use Jungo's KernelDriver or BSquare's WinRT you could avoid it and implement driver functionality in your application - slower and clumsier than an outgrown driver but easier to debug and develop.
Most of these products have example printer drivers.
By the way, without SoftIce you will need a second computer for the debugging!
you can see winddk's example.
when i first begin .i study the ddk example - generalsys - ,it is a simple program .teach you driver entry,how to registry driver. then you can learn how to program interrupt driver model.
We've a requirement to develope a text only printer driver. Can anybody tell me how only the Text portion can be filtered from any document? For example if anybody selects this TextPrinter from a word doc then only text portion need to be printed.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.