PC Review


Reply
Thread Tools Rate Thread

How to convert a DOC or PDF to TIFF (Fax format) in VB.NET?

 
 
Jane
Guest
Posts: n/a
 
      11th Jul 2003
Hi, I have written a simple program in VB.NET which can fax a Tiff
image to the Fax Printer connected via fax modem automatically. But
few steps are missing, which is the conversion of DOC or PDF (the
input file format) to TIF format, can anyone help!!!

Thank you in advance.

See coding below:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button1.Click
Dim FS As Object
Dim FileName As String
Dim JobId As Long
Dim ServerName As String
Dim FD As Object

FS = CreateObject("FaxServer.FaxServer")
ServerName = "ads-jane2k"
FS.Connect(ServerName)

'==== Convert the DOC or PDF file to TIF file here!! ====
FileName = "C:\TEST.TIF"
FD = FS.CreateDocument(FileName)

FD.Faxnumber = "9 2515 3422"
JobId = FD.Send()
End Sub

Best regards,
Jane.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert tiff to pdf MikeIMSCorp Microsoft Outlook Installation 2 30th Mar 2010 09:23 PM
convert to tiff or jpg ryker Microsoft Excel Discussion 1 7th Mar 2007 01:35 PM
Convert from DOC -> TIFF =?Utf-8?B?QWxhbiBUYW5n?= Microsoft Windows 2000 CMD Promt 0 22nd Aug 2005 07:44 AM
Convert PPT to EPS or TIFF? Peter Frank Microsoft Powerpoint 11 27th May 2005 01:46 PM
How to convert a DOC or PDF to TIFF (Fax format) in VB.NET? Jane Microsoft Dot NET 0 11th Jul 2003 01:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:35 PM.