CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2002
    Posts
    32

    Driver of impression

    Hello,

    i want to code a driver of impression and i have no idea to begin !!! Could someone help me, please.

    Thanks a lot.
    Fafois

  2. #2
    Join Date
    Dec 2002
    Posts
    287
    What do you mean by "driver of impression" ?
    I'm not familiar with the term.

    Dan

  3. #3
    Join Date
    Jun 2002
    Posts
    32

    Driver

    Sorry,
    i wanted to write "printer driver"...
    In fact, i want to be able from applications like MSWord or MSExcelto "print" .doc or .xls documents through my own printer/ing driver. I don't want to print on a printer, i want to "print" in a file in different format (tif or stuff like that). And i don't know how to code my "Fafois driver"

    Thx
    Fafois

  4. #4
    Join Date
    Dec 2002
    Posts
    287
    Do a search on the web for "pseudo printer driver".
    Here's something I found usefull :

    http://www.walkerj.muc.de/ITSEDIPP/itsedipp.htm

    It may be a little bit old stuff, but you can always get more information from MSDN about how to write a printer driver:

    http://msdn.microsoft.com/library/de...varch_3ijr.asp

    Dan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured