fax

Delphi 2010 AsyncPro Fax

Don't get me started on why we have to use faxes but we have to. :( Here's the issue. We are using the AsyncPro fax controls in Delphi 2010 to send faxes. It all works well, EXCEPT, if we add an area code on to the recipients phone number, say 033539901 (with 1, for the dialing prefix) the fax machine rings, it answers, but refuses to ...

Sending Fax using SMTPClient?

Hi, We have a exchangeserver configured to send the attachment of a email as fax if the the "to-address-field" is in the format [fax:user/company@faxnumber] (used internally). It works when I send manually from Outlook. But how can send an email with to-address as above using Smtpclient? Is it possible to suppress the emailaddress valid...

Send fax from ASP.NET MVC application

Hi all, I am developing ASP.NET MVC application as a part of summer experience job from my college. I have a requirement where i need to implement a fax functionality. Because i am still student, and this is my first real application, i'm kinda confused how to make this function and what libraries should i use. Third party services (such...

getting number of pages in a fax tiff?

How can I get a page count from a tiff file for faxes? using "g4" format. Language preferred is c++ ...

Parsing a faxed form

Looking at a scenario where a form (consisting of, for simplicity sake, checkboxes only) is faxed to a fax server capable of OCR. Now, with typographic text, I've see various OCR implementations doing a decent job, but I'm not sure how it would handle checkboxes, especially handwritten "x" or checks, not to mention the coordinates. Bac...

Sending Fax through .NET/C#

How do I go about sending fax in .NET? We have a fax server through which we need to fax documents to clients. Since we have a fax server, I don't imagine that I have to configure a fax modem on my machine, right? It would just go through the fax server? Are there any good free (or cheap) Fax APIs out there? IN my research I've come a...

Sending fax using Windows Fax Server Extentions - faxcomexlib

I'm trying to find faxcomexlib.dll. After Googling around, I installed the Core SDK from the Platform SDK, but I still don't see this dll listed in the System32 folder. This is the code I'm trying to run: FAXCOMEXLib.FaxServer faxServer = new FAXCOMEXLib.FaxServerClass(); //faxServer.Connect(Environment.MachineName); ...

RightFax and .NET?

How easy is it to integrate RightFax with .NET/C#? We are considering FaxMan, Windows Fax Server also, but we came across RightFax. We basically need to be able to send faxes through a .NET App, monitor status etc. ...

How to change my Fax number caller id

How do i send a fax from my home fax machine but make it appear that it came from another location ie; another fax number? any one know how i can make this happen ...

Send Fax Issue with IIS 7- Window server 2008 using Faxcomlib

Hi All, In my web application, i implement Send Fax functionality which works fine local asp.net server (Casini) and fax goes to outbox of fax console. Also on production server (windows server 2008 with IIS 7) fax is working fine (doesnt throw any exception through program) and sent fax store in queue folder (C:\ProgramData\Microsoft\...

Saving image data of the fax job

I'm using WinFax.dll to send and recieve faxes in my application and it works rather well for now. The problem is that I want to Save the image information in a FaxJob but the output is not any recognizable format. I have tried with Tiff, Gif, Bmp, Png and Jpg but it is not working so I thought maybe there is a problem in how I do it. ...

Retrieve an image of the fax sent using RFCOMAPILib (RIGHTFAX)

Can anyone tell me if there is a way to retrieve a copy of the fax that was sent using the RFCOMAPILib? I am able to send faxes easily, but a new requirement has come up that the fax that was sent be viewable to the users. Currently I log the handle of the fax object and use that to retrieve status updates. Thanks ...

Cancel fax in vbscript

I can't find a way to do this anywhere, not even a mention of it. But is there is a way to programmatically cancel a fax using, say, a faxserver or faxdocument object? My current code looks something like this: Set doc=CreateObject("FaxComEx.FaxDocument") Set server=CreateObject("FaxComEx.FaxServer") server.Connect "" doc.Body="c:\som...

Why is FAXCOMLib Opening File Before Sending Fax?

I need to fax adobe pdf documents from an application running under WCF (c# 4.0). It works, except that it first opens up the pdf document in Adobe Reader when I test it. Obviously this will not work in a server environment! Here is my sample code: public class InteropFaxMachineComponent : IFaxMachineComponent, ...

Sendinx faxes via Aterisk/Adhearsion/etc

Are there any HOWTO's? I want to send and recieve faxes in my rails app. So I'm looking for books/articles/libraries to read ...

How to send fax?

Hello. Sorry for stupid question but I have never did this. I have signed forms, I scanned them. Now I need to send fax. How to do this? ...