Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to create a printer driver that will allow users (in windows environment) to print pages to a faxing web service - the driver should create a tiff file and upload it by posting it to a URL, along with some data such as a phone number and name.
I am looking for a code sample that does something similar to this.
thanks,
Maya

What I have tried:

I have looked for code samples on the web but only found drivers that do the first part - create a tiff file. I have not found anything that calls a URL.
Posted
Updated 25-May-16 1:56am
Comments
George Jonsson 25-May-16 7:07am    
What version of Windows are you using?
Member 1071888 26-May-16 5:28am    
I need to install this on windows 7 (32 and 64 bit)

1 solution

Writing your own printer driver is not the most easy task you can take on, but there some alternatives.

You can have a look at this article for how to use Redmon and Ghostscript

PDF Writer[^]

Also check the comments, there are some extra information there.

Redmon lets you redirect the printer output to a virtual port, then you can write your own software and do what you want.
See also RedMon - Redirection Port Monitor[^]

There is something called Printer++. This might be interesting to look into as well.
See Printer++[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900