fax

Sending fax with .NET

随声附和 提交于 2020-01-25 02:59:09
问题 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 this is that the fax program doesn't recognize the fax commands but sees them as plain text and the fax isn't sent. How do I send a fax with Crystal Reports and

How to generate a fax and send it in code

青春壹個敷衍的年華 提交于 2019-12-17 19:04:26
问题 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 quick test in Outlook worked just fine. However, if I were to try and do the same thing in code, I get an error about the mail address being invalid. MailMessage

Fax “from” and “callerId” parameters missing from RingCentral fax API

孤人 提交于 2019-12-13 01:44:09
问题 I've been trying to send fax using RingCentral API but there is no way to specify the From fax phone number to send the fax. It is only sending the fax using company fax number. I am not able to find the option to use fax from number. I am using the following end point for sending fax: https://platform.ringcentral.com/restapi/v1.0/account/:accountId/extension/:extensionId/fax 回答1: In the RingCentral system, the From (or sending) fax number is the fax caller ID value. You can update this for

Sending Fax through .NET/C#

与世无争的帅哥 提交于 2019-12-10 16:01:18
问题 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 across FAXCOMEXLib, FaxMan, and Windows Fax Service, but the documentation seems limited, so I am hoping someone here can point me in the right direction. Thanks!

Is there any native app for Android FAX?

三世轮回 提交于 2019-12-09 17:58:51
问题 I want to develop a FAX application.I searched on google and found some links ,applications for developing FAX apps on android.But I want to develop application using native app from android.In some sites i read free web services are available for sending/receiving fax using android mobile application.But I don't want to use Third party services due to security reasons.Was android provided any native app?otherwise please give me advise which way is better to develope application? 回答1: The fax

Looking for a T.38 library

此生再无相见时 提交于 2019-12-08 14:18:07
问题 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 anyone know of either of these? 回答1: Hylafax may work for you, if you're willing to use linux somewhere. I use asterisk + iaxmodem + hylafax. Hylafax is designed to

How to find blank field on scanned document image

a 夏天 提交于 2019-12-07 20:18:17
问题 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 users do not always get the blank form from me, so I do not have the ability to print a mark or placeholder that I can recognize later. There is text on the

How to use FAXCOMLib in windows service ?

狂风中的少年 提交于 2019-12-07 13:27:17
问题 I implemented a program for sending fax messages. I use FAXCOMLib and it works when I call it in windows forms. Now I want to call it in windows service, and this is my problem. The code is simple: FaxServer faxServer = new FaxServer(); faxServer.Connect(Environment.MachineName); object obj = faxServer.CreateDocument("D:\\test.bmp"); FaxDoc fd = (FaxDoc)obj; fd.FaxNumber = "123xxxxx"; fd.RecipientName = "Tester"; fd.DisplayName = "TestFax"; fd.SenderName = "Annadurai"; int i = fd.Send(); lp

Send and receive Fax with Windows Fax

本秂侑毒 提交于 2019-12-06 10:15:44
问题 Windows 7 has built in Fax Application. Would it be possible to connect to this and send fax over Windows Fax (put a outgoing Fax in the Outgoing Folder) and read all received Faxes? I have to use C# to do this. When it is possible, are there any samples which are showing this? 回答1: You can use fxscom.dll in from WINDOWS\system32 directory. if it is not there you will need to install fax services from windows components Here is an example how to use that library Faxing with C# Because it is a

How to find blank field on scanned document image

对着背影说爱祢 提交于 2019-12-06 09:35:47
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 users do not always get the blank form from me, so I do not have the ability to print a mark or placeholder that I can recognize later. There is text on the original blank form, but because it may have been faxed, I have only 200 dpi of resolution. The text is