Writing drivers for a printer?

Posted by user828584 on Programmers See other posts from Programmers or by user828584
Published on 2012-03-20T03:45:17Z Indexed on 2012/03/20 5:39 UTC
Read the original article Hit count: 191

Filed under:

My goal is to be able to fax 20 page pdf documents for free. I've looked online, and there are some free fax services, but all of them have their limits.

I do have an old fax machine, but the documents that need to be faxed are on the computer, and to print them would be far from free. Unfortunately, the only way to send a fax with the machine is by scanning it. What's strange is that it can scan to the computer and print from it, but it won't fax from it... :(.

Is it possible to write something (preferably C#, but it's going to take some learning anyway) that will allow me to send a fax from the computer? I have very little software experience, and none in anything like this, so I have no idea where to start. If it is possible, where can I find all the information needed to write the program?

© Programmers or respective owner

Related posts about software-development