PHS <> wrote:
>
>Guys, I'll make this quick and a quick yes or no will do. Is it possible to
>develop a printer driver using .Net 2008/2010?
..Net is not a language. It's just a marketing term. C# is a language.
>I'd like to open a Word
>document for example, and File -> Print and select my driver. It would then
>launch a UI form, get some information from the user, etc. When OK is
>clicked, I'd need to save the original document to disk and create a file
>containing the selected UI options. Another program will later pick up those
>details and will process the files further.
>
>Ideally, I'd like to use .Net as my C++ is quite weak! So, is it possible
>and if so could someone point me in the general direction?
A printer driver is just a DLL, so theoretically, it is possible, but it's
going to hurt. There are certainly no header files, libraries, or samples
to get you started.
--
Tim Roberts,
Providenza & Boekelheide, Inc.