FAX sample application on W2003: office documents
From: Christian (cbonjovi_at_tiscali.it)
Date: 01/11/05
- Next message: Anton: "Re: Lexmark Z35 in an XPSP2 home network using WinME clients"
- Previous message: Luis: "Re: Xerox xk50cx"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 Jan 2005 10:39:16 +0100
I'm using the following code to fax a .doc as provided by MSDN indications
http://msdn.microsoft.com/msdnmag/issues/01/08/FaxServ/
I've created an ActiveX dll with this code:
Dim objFaxDocument As New FAXCOMEXLib.FaxDocument
'Set the fax body
objFaxDocument.Body = myfile
'Add recipient
objFaxDocument.Recipients.Add "0123456789", "John"
'Submit the document to the fax server at localhost
objFaxDocument.Submit ("")
The Microsoft FAX is configured on a Windows2003 Std machine with IIS and
where I've
installed Office XP and Acrobat Reader.
Well I've done 2 tests:
1a- calling the dll to fax myfile=test.pdf from a sample .exe application:
the fax is put in the outgoing queue and ready to be sent.
1b- calling the dll to fax myfile=test.pdf from a sample .asp page: the fax
is put in the outgoing queue and ready to be sent
2a- calling the dll to fax myfile=test.doc or test.xls from a sample.exe
application: the fax is put in the outgoing queue and ready to be sent.
2b- calling the dll to fax myfile=test.doc or test.xls from a sample .asp
page: the Submit method always returns Operation failed and the Winword
process (or Excel) hangs on TaskManager.
Any idea ?
Rgds,
Christian
- Next message: Anton: "Re: Lexmark Z35 in an XPSP2 home network using WinME clients"
- Previous message: Luis: "Re: Xerox xk50cx"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|