fax

Sending/Receiving Faxes in .NET

Hello, I need to send/receive faxes through my web application, and I am not sure where to begin. Basically, a client clicks a button to send a fax, and records in the database under the client's name when a fax is received. Preferably through an API from a service based fax company... I will be hosting this application on a dedicated...

How to send a MAPI email with an attachment to a fax recipient?

I am using this method to send a MAPI email with a PDF attachment from inside a Delphi application. It brings up an MS Outlook "new message" window with the pdf document already attached, and a blank recipient. If you type in a normal email contact, then it goes through fine. However, if you select a fax recipient, it appears in my "S...

FAX PDF using windows fax server 2008

We have windows server 2008. Whenever we try to fax a PDF document using windows fax and scan console, adobe reader instance is getting opened automatically. How to avoid this? In another forum the following details have been given. I don't understand that. Can anyone please help me? acrobat 5 and above doesn't automatically terminate ...

FAX watermark/background ?

using the windows 7 fax service, or any other faxing library in c#, is it possible to set a watermark or a background picture to the fax document Im generating ? I have some tab delimited text files (multi-pages reports) i need to fax them with a giving background template. ...

Comparing two PDF documents that are digitized faxes

I did a fair bit of looking around on the board before I posted here but I didn't see anything that captured what I was hoping to do. We receive a large number of inbound faxes (500+ pages/day) as separate documents (around 100+ documents/day). Quite often the sender (being a hospital) resends the same document a couple hours after the ...

T4 Fax encoder in C#

How to implement tiff file to T4 fax data encoding using c# ? ...

Send fax programmatically with Java

How can i send fax programatically with java? ...

Is there any fax application for Salesforce?

I am currently integrating Salesforce and our customer heavily uses fax for marketing. Salesforce ships with phone and email support. I was looking for fax integrations for salesforce but couldn't find any. ...

Get job status of fax send via Microsoft Fax Server (SBS2008)

Can someone provide my with a straightforward VBScript to check a fax job's status by referring to a known JobID? Handling a fax job event is not an option for me. Thx. ...

Can I send a fax using PHP?

I have fax numbers and I would like to to send a fax message to each of the numbers programatically. What is the code to send fax message using PHP? ...

Send Fax via SBS 2003 Exchange from Linux/PHP

We have SBS 2003 set up to allow us to send faxes out via a Windows Printer. I have also successfully integrated PHP on our Linux Server w/ Exchange through OWA/WebDav -- allowing us to crawl email folders, send out email, etc. through the exchange server. What I'm trying to do is to email out from PHP using the Exchange 2003 service. I...

Can FAXCOMEXLib and Windows Fax Service send a color fax?

We are in the process of testing different options for sending faxes from within our C# code (receiving faxes is not necessary). One of those options is to use FAXCOMEXLib. Without surprise, I've had pretty good success sending out black & white faxes with FAXCOMExLib. But we also have a requirement to support sending color faxes. ...

Right Fax - How to know no. of attempts made so far

Hi In case Right Fax fails to send a fax; is there a way to know from RFCOMAPILib.dll that how many attempts to send fax has already been made. Thanks ...

virtual printer to print to specified file

Hi, is there any virtual printer that prints to files of tiff format - most importantly I can specify the destination file path in code, not by user input? Other image formats are acceptable, because I can convert it in code. I'm using a report control, which requires printer to print; I'm going to send the print result as fax with the ...

Best Enterprise Server Based Fax Solution?

I am looking for a good server-based fax system to send, receive and be able to view it's own viewer and then be able to save to PDF by the end-users in the viewer. I have been looking at Fax Server, RightFax Edition but it's expensive. I do like the history that it keeps on each fax received and sent. What are the main players in this...

What is the most standards compliant way to send a fax from an application?

From what I understand fax over VoIP is very unreliable due to the real-time requirements of the fax protocol. Simply using VoIP to send fax message to POTS-connected fax machines is hence not possible. Besides from proprietary fax API:s (such as sending fax messages via a company specific SOAP API), what standards based protocols are t...

Sending Fax with python?

Ok, we aren't in the mid-1980s any more, but anyway. Are there any fax libraries for python? ...

How can I programmatically find the Windows Fax Personal CoverPages folder?

I'm trying to find the Windows Fax "Personal CoverPages" folder from my application. On my Win7 machine, it's C:\Users\USER\Documents\Fax\Personal CoverPages But Windows Fax also comes with XP and Vista Ultimate. I'm pretty sure their folders wouldn't be in the same place. Is there any way for me to find this folder from my C# code? ...

Anyone with any experience in internet fax services? (looking to build a .Net app that sends fax)

Looking to build a smartphone (iPhone/Android/Blackberry) web app that accesses a .Net app, which in turn will fax a photo you've taken with your smartphone. Has anyone used any 3rd-party internet fax services like this? Any recommendations? ...

Adding number infront of the FAX number

I want to send the fax to the user using hylafax sendfax command. But the user will type only fax number. But I need to add three digit number infront of the fax number. How to add the three digits in front of the fax number. ...