Click to See Complete Forum and Search --> : Fax Device


ramingo
May 14th, 2003, 12:57 PM
Hi All,
I have the following question?
How can I implement a pseudo faxDevice to print my faxs on a file?
and
how can I use this fax device from win application as Word?

I think I must to implement a soft print driver so all win application can see it as print driver .

Can someone give me some suggestions?
Thanks in advance for all your suggestiuons?
BestRegards
ramingo.

lord loh
May 16th, 2003, 12:09 AM
Every fax software saves the fax as a file...So why the question of "printing" it to a file....

and if you want to save it abd edit it...Is is not possible...Fax files are in TIFF(Tagged Image File Format) so it is as good as a picture...

You will have a tough time to convert pictures into text....and if someting is handwritte....you had it...

Any thing more I can tell you ? I will be glad to help...

ramingo
May 19th, 2003, 03:24 AM
Hi
thank for your respons, but my question isn't to print my document by a fax application as file.
My question is the following:
I'd like to implement some kind of application which can be used from some win application as printer driver.
For example if I use Word and I want send as fax my current document, I'd like to build an application to make it.
Have you some suggestion for me?
Have you some indication where I can find some samples?
Thanks in advance.
Best Regards.
Nicola.

p.s.
I know FaxServer class which can be used to build a fax sender, but I don't know how can I build some application which can be used as printer driver by some win application(for example Word).

lord loh
May 20th, 2003, 06:55 AM
There are a few such dirvers like win2pdf and jawPDF which convert the files into pdf format by printing them...

http://gimp-print.sourceforge.net/

a resource I found on Google...Hope it helps...