English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Does anyone know how to write a program in java that will auomate the process of archiving incoming and outgoing faxes?

2007-03-27 19:02:04 · 1 answers · asked by Dawg 2 in Computers & Internet Programming & Design

1 answers

Hello,

The only way I could think of automating FAXING on a pc and archiving them. Is if you create your own Fax client. A Fax is simply sending an email (kinda). So when you fax your document, you save the attached locally and do whatever you wish to do. Same thing with incoming.

Basically, many of my colleagues used this API.
http://www.java4less.com/java_fax.htm

It is basically what you are looking for, it saves the fax as a buffered image, and you can save that locally for your archiving purposes and receive as a buffered image as well for archiving purposes. Whatever you do during those process is up to you.

So take a look at that API, it is very nice and easy to learn.

Good Luck

2007-03-27 19:07:57 · answer #1 · answered by ? 6 · 0 0

fedest.com, questions and answers