fax

C# console program can't send fax when run as a scheduled task

I have a console program written in C# that I am using to send faxes. When I step through the program in Visual Studio it works fine. When I double click on the program in Windows Explorer it works fine. When I setup a Windows scheduled task to run the program it fails with this in the event log. EventType clr20r3, P1 consolefaxtest....

How can I programatically receive faxes? Preferable in java.

I need to be able to receive a fax in a java application. I was wondering what are some ways of doing this. Efax? Use a fax to email provider? ...

How to recognize fax numbers ?

What should be the best way to recognize that a number is connected to a fax without actually sending faxes around ? I suppose that a short phone call can be made: the goal is to determine if a number that is declared as a fax line is really a fax line, working and available. ...

Programming Problem - Fax Compression

I'm preparing to go to a computer science contest by completing problems from past contests. Most of them are pretty easy, but this one is bugging me...it seems simple but I'm just not being able to do it. If you have a string of ones and zeros: 100111010001111100101010 What would be the code to take that as an input and then output ...

Virtual COM Ports in Windows - Fax emulator

I have a Windows application that utilizes a 3rd-party tool (FaxMan) to send faxes via a COM port attached to the PC. In order to stress test my application I want to create some virtual COM ports that pretend to have fax modems attached. I then want to 'spoof' the sending of faxes, without physically sending anything. The virtual COM...

Sending fax with .NET

I'm trying to send faxes with a .NET (C#) program using Crystal Reports and Unimessage Pro (or any other fax program). My problem is that Unimessage Pro (and other fax programs) uses printer fonts for the fax commands. Since .NET doesn't support printer fonts the fax commands in the report are converted to Courier New. The result of thi...

Looking for a T.38 library

I'm trying to implement a system that works with faxes. We have a gatewary, phone to T.38 (fax over IP). I need a library that will let me do the other end, T.38 to TIFF image. I'm doing this on a mac, and we work with C, C++, php, java. A program that will quietly turn T.38 into T.37 (fax over email) would work just as well. Does any...

How to find blank field on scanned document image

I want my application to fill in a single field in a form that exists as an black-and-white image file. The form always starts as the same paper version, but by the time my application gets it from my users, it may have been scanned or faxed more than once. Because of that, the field I need is not in the same place in every file. My u...

How can I make a fax implementation from PHP?

I am using PHP. I need to send a fax of a particular file from my website. This needs to work for any number in the world. My searches so far have recommended using SOAP. Is it not possible to send a fax like an email? Is it not possible to send a fax without a paid service? I have seen the below link, and it refers to the soapclien...

Outbound fax using c# or 3rd party library?

I'm developing a fax solution wherein the application sends out fax. I have been researching about how to handle cases where the other line is answered by a person (and not a fax handshake). How did you handle this case? ...

How can I measure the quality of a fax file?

Hi! I'm trying to make a tool that can measure the quality of a fax file, comparing the received one with the one sent. I tried Phase_Correlation software, in order to see if the images are similar... but it's not enough. My purpose is to evaluate if the fax is legible after the transmission. Any ideas? Is there any way of comparing two...

Printing PDF from I5 to Network fax

I need to take a spool file from an iSeries printer and send it to a Windows networked fax driver. The fax is setup as a shared printer, and I have no problems getting the spool file and the destination fax number from the i5 to Windows. The question is how can I pragmatically interface with the fax driver to provide the information (fax...

Is it possible - using only windows script - to merge a text file and an image?

Our FI trading application generates trade confirms which come out as plain text letters. (.txt) I need these to be programatically overlayed (using only Windows Script) onto headed paper and then copied to a fax out directory. The script will be checking a directory for these files every n minutes. I want to keep the dependency count...

Libraries for recieving Faxes for .NET platform

Can you recommend a library for .NET that can receive FAXes? Window Fax server is not enough - need to auto process and route the Fax once it is received based on the incoming Caller ID. ...

Custom call events in FSP (Fax Service Provider)

Hello, I'm working on a FSP (Fax Service Provider) for the Windows Fax Service. I want to show custom call events in the Fax Monitor, but there is little documentation on how to do it. According to http://msdn.microsoft.com/en-us/library/ms684534(VS.85).aspx : StatusId Specifies a fax status code or value. This can be a predef...

What is a good Fax Server to use?

Any recommendation of a Fax server to use in Windows? Looking for good API support for incoming faxes. (Lots of them are good for outgoing). I want to route incoming faxes to email programmatically after the server gets the fax and set Whitelist of phone numbers to filter spam - all in code. ...

Programatically Fax from Internet form

I'm new to programming, and my only area of expertise is web design/simple development on platforms like wordpress/expression engine. (Yea, you guys can laugh). I have a new client who currently receives medical faxes through an online form (the user fills out a form concerning their prescriptions and once submitted, it faxes the info)...

Making a faxes accessible from a ColdFusion Web App

We program a Testing Web Application for a University in ColdFusion with a MS SQL Backend. Right now we have to manually take faxes sent to our fax machine and then find the account they are related to and input the info (the actual fax has to be found in a filing cabinet if we ever need to reference it again). What I would like to do ...

How to generate a fax and send it in code.

I have a business requirement to generate a fax and send it to the recipient. I know the recipients name and fax number and there is a PDF that will be attached. This process will run daily and consist of 100 records to process each time. I was under the impression that this could be done by sending an email to the fax machine and a q...

Faxing PDF file using .Net application

Hi, I developed a windows service to fax files using VB.NET. It is working for the file formats .bmp,.jpeg. But it is not working for the file type .PDF. I am using FaxComLib (COM .dll) to send fax. I am getting following error when the service tries to fax .PDF file. "System.Runtime.InteropServices.COMException (0x80070483): Operation...