The fax tag has no wiki summary.
0
votes
1answer
17 views
Error while sending fax using ASP.net and FAXCOMEXLib as COMException (0x800710D8): Operation failed
I have asp.net application to send FAX using FAXServer using FAXCOMEXLib.dll
I am getting COMException (0x800710D8): Operation failed. I know one workaround to set application pool identity. but ...
0
votes
0answers
21 views
How to get (multipage) g3 tiff with pgmagick
I am doing the following:
import pgmagick
im = pgmagick.Image()
im.density(pgmagick.Geometry('204x196'))
im.read(filename)
im.scale(pgmagick.Geometry('1728x2292'))
...
2
votes
0answers
64 views
Unexpected result with fax4j: cannot send fax
I'm trying to send a fax programatically with java by using the fax4j library (http://fax4j.sourceforge.net) and I am unfortunately unable to do so.
I used the sample code provided in the javadoc to ...
0
votes
0answers
13 views
fax installation in asterisk in centos 32 bit [closed]
I have installed asterisk1.8.4 and i am installing fax.I have follow the step of README file of res_fax_digium.There is no error shown but in asterisk fax is not shown.I have check like in #CLI> fax ...
0
votes
3answers
36 views
OutOfMemoryError while create a bitmap
I want to send a fax from my app.
A fax document has a resolution of 1728 x 2444 pixels.
So I create a bitmap, add text and/or pictures and encode it to CCITT (Huffman):
Bitmap image = ...
2
votes
1answer
84 views
Rails sending faxes with efax
I'm building a Rails app where I need to send a record to a recipient's fax number. I'd like to use Efax to accomplish this.
Most of the recipient's do not have an efax email address otherwise I'd ...
0
votes
0answers
39 views
hylafax Fax not receiving
I am using hylafax for sending and receving the fax.
The following are my config.ttyS0 configuration.
CountryCode: 1
AreaCode: 044
FAXNumber: XXXXXXXXXXXX
LongDistancePrefix: 1
...
0
votes
1answer
210 views
create listener to http post request in asp.net mvc 4
I have to receive 'call back' from interfax API. When a user (having account) on interfax receives a fax, it gives a call back to the account holder on a specified URL that must be able to receive ...
0
votes
1answer
12 views
Interfax developer account configuration for multiple recipients
I want to configure interfax account for sending and receiving faxes. Can any one tell me how to send/receive a test fax. I know .sendFax() and .GetList() methods but how do I send fax to my self (in ...
0
votes
0answers
52 views
Windows Fax service retries exceeded but fax was sent
I've developed a client application using VB .NET 2010 that uses the Windows Fax service through interop.faxcomexlib to send faxes. For the majority of the time it works. But, too frequently the ...
0
votes
0answers
33 views
Difference on Received Fax due to small/big Filenending
First time writing a question here, an than something realy complicated.
So.. Hello together ;)
For testing-purpose i am writing a console-application, which sends an E-Mail with PDF-Attachment via ...
1
vote
1answer
79 views
Metrofax API : How to get Fax Status Efficiently?
Based on this API: https://wsf.metrofax.com/doc/
Is there any way to getStatusFromFaxId?
The steps are:
SendFaxMessage return the tracking_number
GetFaxMessageFrmTrkNbr to get the faxId
...
0
votes
1answer
101 views
Hylafax modems stuck in “Sending job” state
I have 12 modems connected to my HylaFax server, it appears that sometimes i get some of my modems stuck in "Sending job" state till i disconnect the line from the modem to get the job killed.
The ...
0
votes
0answers
30 views
PDF Box file not compatible with Fax machine
I am using apache pdf box api (java)for generating pdf's from pre-defined template(Created from Open office). Now when i try sending that pdf to fax machine(Rightfax server), its printing with Dots in ...
0
votes
0answers
71 views
faxing in hyper-V 2012 Guest OS
I just began to test hyper-v 2012 in the lab, and wanted to know if anyone had tested faxing from a modem connected to the host, through the guest OS.
From what I remember, there were a couple of ...
-1
votes
3answers
235 views
FreePBX How to set FAX via IP [closed]
I have Canon imageRUNNER 1133iF which supports FAX.
But in the office all telephony is via IP. (FreePBX server).
Is any chance to set FAX via IP in FreePBX?
I have no FXS cards.
Thank you in advance.
...
0
votes
1answer
79 views
Sending faxes in my rails app [closed]
I build an app in RoR which is on heroku. And I want to send a fax every time an order is taking place. What will be the best option for me?
Thanks
-4
votes
2answers
99 views
PHP Fax Integration API [closed]
I want PHP integration code for FAX. Can anyone give me the solution for this? I tried with some of the website but i didnt get any solution.
1
vote
0answers
142 views
How to Send PDF Document To A local Fax machine by vb.net
i was searched into web pages and sources for sending fax via vb.net code, i found much sources and solutions but all are about send it by fax modem, not by local fax machine, The question now : How ...
0
votes
2answers
166 views
ActiveReports interface to RightFax
I'm trying send ActiveReports formatted reports to my company's RightFax server, and pre-set some of the fax fields, like FAX number, sender, and recipient. The RightFax documentation says that the ...
1
vote
0answers
100 views
How to choose a specific modem when sending a fax?
I'm writing an application to send faxes trought FAXCOMEXLib. I used this code:
Dim objFaxServer As New FAXCOMEXLib.FaxServer
Dim objFaxDocument As New FAXCOMEXLib.FaxDocument
Dim JobID As Object
...
0
votes
1answer
97 views
printing to fax on windows without user interaction or pop-ups
I am told that there is a fax modem that operates as a printer, and that I can use that as a standard printer in Windows to accomplish printing to fax destinations. Is that true? If so, what would be ...
1
vote
1answer
434 views
System.Runtime.InteropServices.COMException error in C# implementation of FAXCOMEX LIb
Here's the problem.
I wrote a Windows service in C# (Visual Studio 2012) which queries a MS SQL database and then uses FAXCOMEXLIB to send a fax.
I am able to reference FAXCOMEXLIB and use the ...
0
votes
1answer
125 views
Programmatically send fax with minolta bizhub
The office recently bought a Minolta printer that can also fax. I need to send faxes from an input from sharepoint. The problem doesnt rely in the connection between the fax sending software and ...
0
votes
0answers
45 views
Fax Application for output specfic size of paper
I want to develop one Java application build on top of fax4j framework, I have already tested with hello world example, but it doesn't match my requirement.
scenario:
-Send only content of PDF file ...
1
vote
2answers
492 views
Quality degradation of a text pdf after pdf>png>pdf
I have a very specific requirement where i must automatically stamp every page of a PDF file (for a faxing application), so here's the process i've made:
step 1: Convert PDF to PNG, one png file per ...
1
vote
1answer
194 views
Where to find CCITT Group 4 Compression Specification?
I'm looking for enough of a description of the CCITT Group 4 Compression algorithm that I could write functioning code from it. Does anyone know where to find it?
0
votes
0answers
123 views
Send fax from a specific device on a fax server [closed]
We are using FAXCOMEXLib. Let's say there is a fax server which it has a few fax modems. How can we choose to send a fax from a specific device on that server?
Currently, all faxes on the queue or ...
-4
votes
1answer
89 views
how to convert xml to html and send it to fax machine with images ?
I have an XML file. I have to read the contents of this xml file and put it in html format and send it to fax with some images in java.
I cannot edit the xml file. not even to link it to the XSLT.
...
0
votes
0answers
48 views
View the body of the Incoming Fax message
I used Fax Service in C++ MFC To receive and send faxes
http://msdn.microsoft.com/en-us/library/windows/desktop/ms692855(v=vs.85).aspx
Everything is true but I do not know how to read the body of ...
0
votes
0answers
146 views
Sending a fax with vbs to several recipients with 2 fax cards
Well,
first of allhere is my configuration:
Microsoft fax on a windows 2003 R2 server. with 2 56k fax modem installed.
Clients on Windows XP pro SP3 using the shared fax from the server.
When i use ...
0
votes
0answers
109 views
IFaxServerNotify dosent work
i work with IFaxServerNotify for getting Fax notify in windows 7 with MFC
http://msdn.microsoft.com/en-us/library/windows/desktop/ms690086(v=vs.85).aspx
IFaxServerNotify init successful but doesn't ...
0
votes
0answers
255 views
FAXCOMEX-Function ConnectedSubmit successful but fax document often not go to Outgoing box of Fax Consol
i wrote a code to send Fax by FAXCOMEXLib with Windows 7 64bit
objFaxServer = New FAXCOMEXLib.FaxServer
objFaxServer.Connect(Environment.MachineName)
...
0
votes
0answers
192 views
eFax reliable or not? [closed]
We are currently joining a teamm of developers in the USA which are creating an HIPAA compatible web application for medical institutions. One of the features requires us to receive faxes. Our ...
1
vote
0answers
352 views
c# How to receive Fax using FAXCOMEXLIB
I'm trying to receive faxes using Faxcomexlib and save them as a tiff file (.tiff), but finding very little documentation on how to achieve this using c#.
I have a fax modem connected to my machine ...
0
votes
0answers
17 views
Error 1155 when printing from Adobe to sbs 2008 fax
I am able to fax word document successfully from desktop through SBS 2008 fax console. However, printing to fax from Adobe 8 generates error code 1155, and fax document never appears in the fax ...
0
votes
0answers
39 views
Where can I learn about fax protocols and interfacing it with Android?
I am working on a project where I would need to interface fax capabilities in for legacy workflows. We are a small start up and we don't have much money. One of my ideas is to use an android phone to ...
0
votes
0answers
269 views
Windows 2008 fax with FAXCOMEXLib issues
I am using FAXCOMEXLib to implement a fax service.
I create a windows service, retrieve the fax document from database, connect to fax server. everything is fine, but when I open Windows Fax and ...
2
votes
1answer
236 views
Sending Fax via ColdFusion & VBScript Windows Server 2008
This is related to a previous thread I started, but it deals with a method that actually works.
I have created a VBScript that ColdFusion executes and sends a fax to a specific number. The following ...
14
votes
2answers
201 views
What latency is required to make software fax using only speaker and mic?
The Story
I don't possess any fax hardware, so its hard for me to communicate with people who have a fax noise answering on the phone. It is hard even to imagine that in 2012 people are still using ...
0
votes
0answers
88 views
How to send fax only custom size of content paper in windows 7 [closed]
I have issue with send data by fax in windows 7, I want to send fax only actual size of my file, but when I try to make sending fax to fax machine. Fax machine print out with A4 size of paper, and ...
5
votes
2answers
300 views
How can I send a fax with my Qt application?
I have a Qt application which needs to be able to send faxes. I'm wondering if there are any fax libraries I can make use of. I haven't been able to find an obvious solution, so I would appreciate ...
0
votes
0answers
25 views
Recieve fax via Silverlight 4 out-of -the browser application
With Silverlight 4 it became possible to incorporate scanning functionality in out-of-browser applications using WIA (Windows Image Acquisition). Is it possible to interact with fax modem in similar ...
0
votes
1answer
185 views
Place calls with a fax modem
I'd like to develop an application capable of placing calls using a FAX Modem.
Since I am a java programmer, I'd like to do it using Java or maybe JNA.
I found some documentation about Windows TAPI ...
0
votes
0answers
126 views
bizarre PDF faxing Issue with .NET
I apologize in advance if the answer to this question does not have to do with programming, but it might!
I am filling out a PDF using iTextSharp
public void InsertDataToTemplate(DataTable dt)
...
0
votes
1answer
188 views
Reading windows fax service job status in ASP.NET
I have developed a web site to show job status of our fax server. I use windows fax service (fxscomex.dll interop). when I am debugging from VS2010 (using development sever), everything is fine, I can ...
1
vote
3answers
301 views
reader only pulling one row in while loop C#
I have two problems. One is that it is only pulling one row and sending it to ms fax when there are a few hundred to be sent. The other is that it doesn't pull any more after that first and it ...
0
votes
1answer
241 views
Sending A Fax from a VB.Net program
I noticed that in Windows 7 there is a Program called Windows Fax and Scan that enables you to send a fax from a computer that has a fax modem.
I would like to do this from within my VB.Net WinForm ...
2
votes
1answer
2k views
Does anything like <a href=“fax:number”>number</a> exist?
As we use
<a href="tel:number">number</a> or <a href="mailto:mailid>mailid</a>
for telephone number & email, does anything like <a ...
0
votes
1answer
1k views
send fax with C# and FAXCOMLIb
I am working on a project to send 2 files with fax several times.
this is my code :
public static bool SendFax(string Recipient, string Number, params string[] Files)
{
FaxServer server = new ...



