Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. 'Virtual' printer driver possible?

'Virtual' printer driver possible?

Scheduled Pinned Locked Moved C#
csharphelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pjvander
    wrote on last edited by
    #1

    Greetings to all, First, thank you for taking the time to read my post. I was wondering if it is possible to create a printer driver in C# that would actually save the output to an image file such as a TIFF as opposed to printing to a physical printer. I am fairly new to .NET and Windows applications, so any help or references are greatly appreciated, especially regarding driver development. Is C#/.NET even the proper avenue for such a task? Thanks in advance for any assistance or references.

    J 1 Reply Last reply
    0
    • P pjvander

      Greetings to all, First, thank you for taking the time to read my post. I was wondering if it is possible to create a printer driver in C# that would actually save the output to an image file such as a TIFF as opposed to printing to a physical printer. I am fairly new to .NET and Windows applications, so any help or references are greatly appreciated, especially regarding driver development. Is C#/.NET even the proper avenue for such a task? Thanks in advance for any assistance or references.

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      C# is not the proper language to be writing drivers in. C# is a high-level, application programming language. Driver development is low-level close-to-the-hardware development more suited for a language like C.

      P 1 Reply Last reply
      0
      • J Judah Gabriel Himango

        C# is not the proper language to be writing drivers in. C# is a high-level, application programming language. Driver development is low-level close-to-the-hardware development more suited for a language like C.

        P Offline
        P Offline
        pjvander
        wrote on last edited by
        #3

        Thanks for the quick response. I came across this KB article that will hopefully point me in the correct direction: http://support.microsoft.com/kb/893388/en-us[^] Hopefully this will help others seeking similar solutions. Rock on CodeProject! :cool:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups