Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 984585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:02:26+00:00 2026-05-16T05:02:26+00:00

I want to create a software which windows will detect it as a installed

  • 0

I want to create a software which windows will detect it as a installed printer driver and list that software under “Devices and Printers”

Just like the ImagePrinter sowftware, you can access it through following link.
http://sourceforge.net/projects/imageprinter/

when this Image Printer is installed on a computer, windows lists it under Printers and Devices so we can right click and share it in our network. LAN users can add this as a remote printer and send print jobs to it, which it will in turn convert those print jobs to image format (jpg etc.) and save in a specified directory.

What I need is to get those print jobs from other PCs on LAN like ImagePrinter and send them to real printers shared in the LAN as sending from this own machine. (like the computer running my software sending those print jobs) so they could be printed.

to do this i need to get two things..
1- creating the software in a way windows will detect it as a printer (so it could be shared easily and receive print jobs)

2- send print jobs to installed remote printers added to the machine running my software just like machine’s own print jobs..

I want to do them in c# (because my rest of the application code is in C#, anyway if it can be combined together then the programming language is not a matter.)

Please give me instructions, or even some topics to read on.. coz I don’t have any idea how to build it. Only little confident because ImagePrinter is a similar software.. so the task is possible.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T05:02:27+00:00Added an answer on May 16, 2026 at 5:02 am

    This can be done combining four ingredients in the right way:

    • a print queue setup with a PostScript printer driver, shared on the LAN;
    • Ghostscript (scroll down to get gs871w{32,64}.exe) to convert PostScript to image;
    • Redmon (download redmon17.zip) to serve as the ‘printer port monitor’;
    • a DOS batch file to do exactly what you want;

    The printqueue will be using the ‘Red-irector Port Mon-itor’ to channel the incoming PostScript jobs to a program/application/batchscript of your choice.

    What’s left to do is your job: write a simple program/application/batchscript which does three things:

    1. take the incoming PostScript as its input,
    2. call a Ghostscript commandline to convert input to the %imageformat% of your choice,
    3. and finally send the %imageformat% as jobs to a printer of your choice.

    Here is a document that describes some of the basic need-to-know things regarding RedMon:

    • http://pages.cs.wisc.edu/~ghost/redmon/en/redmon.htm

    Here are a few additional hints:

    If you are a newbie to Ghostscript, you’ll probably have the biggest problem with constructing a commandline that would do what you neeed. Here are some examples.

    The first one would convert data arriving from standard input (stdin, - at the end of the command) to single-page, black+white TIFF G4, with a resolution of 600dpi, where each page is a separate file, named page_001.tif, page_002.tif, etc.:

    gswin32c ^
       -dBATCH ^
       -dNOPAUSE ^
       -dSAFER ^
       -sDEVICE=tiffg4 ^
       -r600x600 ^
       -sOutputFile=c:/path/to/output/page_%03d.tif ^
       -                           ### <-- note this!
    

    Here is a Ghostscript commandline which would generate the same output, but this time as one single multi-page TIFF G4:

    gswin32c ^
       -dBATCH ^
       -dNOPAUSE ^
       -dSAFER ^
       -sDEVICE=tiffg4 ^
       -r600x600 ^
       -sOutputFile=c:/path/to/output/multi_page_g4.tif ^
       -                           ### <-- note this!
    

    You don’t want black+white G4 TIFF, but colored TIFF, 32-bit CMYK? OK, use a different output device for Ghostscript:

    gswin32c ^
       -dBATCH ^
       -dNOPAUSE ^
       -dSAFER ^
       -sDEVICE=tiff32nc^
       -r600x600 ^
       -sOutputFile=c:/path/to/output/multi_page_color.tif ^
       -                           ### <-- note this!
    

    You want JPEG? Sorry, there is no such thing as multi-page JPEG. But single-page no problem:

    set outputname=some-uniq-name && ^
    gswin32c ^
       -dBATCH ^
       -dNOPAUSE ^
       -dSAFER ^
       -sDEVICE=jpeg ^
       -dJPEGQ=95 ^
       -r600x600 ^
       -sOutputFile=c:/path/to/output/%outputname%-page_%03d.jpeg ^
       -                           ### <-- note this!
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want create module which update list of usb devices automatically (not only mass
I want to create a new application (which I will sell) that uses web
What I'm trying to do is to create software which will behave as windows
I want create wordpress website into which I want create user management... That means
I want to create a software which can accept Print Jobs from other computers,
I've created a software that I want to be able to market. I'd like
i want create a custom json data from the mssql 2008 results so that
I want to create a new field (or two) in my table that is
I want to create a little finance-software for my association. I want to keep
2 parts of the question I want to Develop Software for Windows (especially 7)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.