Questions tagged [fax]

Fax is the telephonic transmission of scanned printed material (both text and images), normally to a telephone number connected to a printer or other output device

Questions that contain details about fax, programs that create documents that need to be faxed should have this tag.

A fax (short for facsimile and sometimes called telecopying) is the telephonic transmission of scanned-in printed material (text or images), usually to a telephone number associated with a printer or other output device.

http://en.wikipedia.org/wiki/Fax

231 questions
0
votes
2 answers

VBScript Faxing multiple documents array issue

I am having trouble with the FaxDoc.Bodies function. I get the error "Methods data should be passed in a one-dimensional zero-based array of strings." I have tried everything I can think of, from using array() directly on the FaxDoc.Bodies element.…
SyntaxLAMP
  • 975
  • 8
  • 11
0
votes
2 answers

Faxing from Faxmail.com not working with more than 250KB file

We have used Faxmail.com to send fax (Email to fax) from one of our ASP.NET application, and it has been working from ages, suddenly its failing to send fax if the file size is more than 250 KB. We have been sending fax with file size up to 8 MB…
Praveena M
  • 522
  • 4
  • 10
0
votes
0 answers

Sending Fax with OpenText fax server

We have installed OpenText fax server and its in production. Now we have a requirement to develop web service (in .Net or JAVA) that can communicate with OpenText server and send/ receive fax. Is there any code sample or document from where I can…
Abdul Waheed
  • 383
  • 1
  • 4
  • 20
0
votes
1 answer

Automating Monthly Small Business Task (VBA, VC++, Excel, Access, Quickbooks, etc)

Let me start by giving a quick background on myself (please forgive me). I have an intense interest in programming and computers/technical things in general. I took a year of C/C++ in college and a semester of assembly. I have messed around with…
0
votes
1 answer

Modem returning bad characters, was working before Ubuntu upgrade

My modem doesn't seem to work anymore, although it was working with Ubuntu 12.04, I upgraded to 13.04 and now it's not working... When I tried to connect with minicom -s or probemodem (from hylafax) and run the ATI commands, I get garbage…
Alexis Wilke
  • 19,179
  • 10
  • 84
  • 156
0
votes
1 answer

Pdf 2 Tiff Convertion For Pika Faxing

I am working on converting a pdf file to tiff images for faxing in java.Pika applications are responsible to process and send created tiff file.Everything is fine,tiff file is created with the tags.But Pika is not sending tiff file.It gives an error…
0
votes
1 answer

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…
Hassen
  • 860
  • 2
  • 11
  • 23
0
votes
2 answers

Fax virtual machines for testing

I have to implement a fax functionality in my application which is developed in java. So I need a java fax API, and luckily I found fax4j. But the problem is that I do not have any fax machine or fax printer, so I wish that is there could be a…
Muhammad Salman Farooq
  • 1,325
  • 9
  • 26
  • 54
0
votes
1 answer

How can i send fax using hylafax php?

How can i send fax using hylafax php? Is there any php class to do this? i searched 1 full day in google to get a class. but didn't get a simple function please give me link to download a php class.
0
votes
3 answers

RightFax web: sending split faxes or bulking splits ...to one destination

I am stumped ! I work in a legal dept for a university, who's client is the State. We have RightFax, and expect to send @ 100 faxes per day to the SAME destination (our "central unit" for our client). We are trying to determine if splitting an…
0
votes
1 answer

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 which user i have to set as application identity that…
Miki Shah
  • 815
  • 9
  • 20
0
votes
3 answers

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 = Bitmap.createBitmap(1728, 2444, Config.ALPHA_8); Canvas canvas =…
almisoft
  • 2,153
  • 2
  • 25
  • 33
0
votes
1 answer

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 Http Post request. The guidance is here Accepting…
Lali
  • 2,816
  • 4
  • 30
  • 47
0
votes
2 answers

Interfax developer account configuration for multiple recipients

I want to configure an interfax account for sending and receiving faxes. Can anyone tell me how to send/receive a test fax? I know about the .sendFax() and .GetList() methods, but how do I send fax to myself (in test account)?
Lali
  • 2,816
  • 4
  • 30
  • 47
0
votes
1 answer

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 modem can stay in this state forever without any…
zfou
  • 891
  • 1
  • 10
  • 33