473,401 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Creating Tif files on the fly for faxing

Using VS 2003...

Is there a way to create a tif file on the fly to be faxed? I need a simply
cover page (simple logo, to/from, etc.) and am currently doing it in text
only, but that doesn't look that great. I figure with tif I could add a
graphic, etc. A static pre-made tif file won't work, becuase I need to
insert some variable information.

Any ideas?

Thanks!
Bob Day
Nov 20 '05 #1
7 1428
JLW
I have searched far and wide, and as far as I can see, .NET does not support
tiff's nativly. There is a possibility that you can code a class yourself,
but I could not find any info on it. I had to buy a commercial component to
do it.

HTH,
JLW
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Using VS 2003...

Is there a way to create a tif file on the fly to be faxed? I need a simply cover page (simple logo, to/from, etc.) and am currently doing it in text
only, but that doesn't look that great. I figure with tif I could add a
graphic, etc. A static pre-made tif file won't work, becuase I need to
insert some variable information.

Any ideas?

Thanks!
Bob Day

Nov 20 '05 #2
One way would be to create the doc using, say, Word.
Then print the doc to, say, the Acrobat Distiller printer, or otherwise
create PDF.
Then use, say, Acrobat to save the PDF as TIFF.

Another way would be to create the doc using Powerpoint and save as TIFF in
Powerpoint.

Or create the doc in, say, Word, then export to Powerpoint and save as TIFF
in Powerpoint.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Using VS 2003...

Is there a way to create a tif file on the fly to be faxed? I need a simply cover page (simple logo, to/from, etc.) and am currently doing it in text
only, but that doesn't look that great. I figure with tif I could add a
graphic, etc. A static pre-made tif file won't work, becuase I need to
insert some variable information.

Any ideas?

Thanks!
Bob Day

Nov 20 '05 #3
* "Bob Day" <Bo****@TouchTalk.net> scripsit:
Is there a way to create a tif file on the fly to be faxed? I need a simply
cover page (simple logo, to/from, etc.) and am currently doing it in text
only, but that doesn't look that great. I figure with tif I could add a
graphic, etc. A static pre-made tif file won't work, becuase I need to
insert some variable information.


Some quick and dirty code for creating a multipage TIFF file can be
found here:

<URL:http://www.google.de/groups?selm=%236TDZ7M7CHA.2072%40TK2MSFTNGP10.phx. gbl>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #4
What commecial component did you wind up using? Do you have their URL? Do
you recomend it?

Thanks!
Bob Day

"JLW" <as***@someplace.com> wrote in message
news:eM**************@TK2MSFTNGP12.phx.gbl...
I have searched far and wide, and as far as I can see, .NET does not support tiff's nativly. There is a possibility that you can code a class yourself, but I could not find any info on it. I had to buy a commercial component to do it.

HTH,
JLW
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Using VS 2003...

Is there a way to create a tif file on the fly to be faxed? I need a

simply
cover page (simple logo, to/from, etc.) and am currently doing it in text only, but that doesn't look that great. I figure with tif I could add a
graphic, etc. A static pre-made tif file won't work, becuase I need to
insert some variable information.

Any ideas?

Thanks!
Bob Day


Nov 20 '05 #5
How does this allow me to create a tif file on the fly, inserting
information? What you are describing are static tif files, or am I missing
something that you are trying to say?

Thanks!
Bob Day

"Howard Kaikow" <ka****@standards.com> wrote in message
news:u8**************@TK2MSFTNGP11.phx.gbl...
One way would be to create the doc using, say, Word.
Then print the doc to, say, the Acrobat Distiller printer, or otherwise
create PDF.
Then use, say, Acrobat to save the PDF as TIFF.

Another way would be to create the doc using Powerpoint and save as TIFF in Powerpoint.

Or create the doc in, say, Word, then export to Powerpoint and save as TIFF in Powerpoint.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Using VS 2003...

Is there a way to create a tif file on the fly to be faxed? I need a

simply
cover page (simple logo, to/from, etc.) and am currently doing it in text only, but that doesn't look that great. I figure with tif I could add a
graphic, etc. A static pre-made tif file won't work, becuase I need to
insert some variable information.

Any ideas?

Thanks!
Bob Day


Nov 20 '05 #6
I'm say that you create the info using, say, Word, then produce the TIFF
using Powerpoint.

If you need to directly edit the TIFF, that's another matter.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:OI*************@tk2msftngp13.phx.gbl...
How does this allow me to create a tif file on the fly, inserting
information? What you are describing are static tif files, or am I missing something that you are trying to say?

Thanks!
Bob Day

"Howard Kaikow" <ka****@standards.com> wrote in message
news:u8**************@TK2MSFTNGP11.phx.gbl...
One way would be to create the doc using, say, Word.
Then print the doc to, say, the Acrobat Distiller printer, or otherwise
create PDF.
Then use, say, Acrobat to save the PDF as TIFF.

Another way would be to create the doc using Powerpoint and save as TIFF

in
Powerpoint.

Or create the doc in, say, Word, then export to Powerpoint and save as

TIFF
in Powerpoint.

--
http://www.standards.com/; See Howard Kaikow's web site.
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Using VS 2003...

Is there a way to create a tif file on the fly to be faxed? I need a

simply
cover page (simple logo, to/from, etc.) and am currently doing it in text only, but that doesn't look that great. I figure with tif I could add a graphic, etc. A static pre-made tif file won't work, becuase I need to insert some variable information.

Any ideas?

Thanks!
Bob Day



Nov 20 '05 #7
JLW
ReadIRIS8, it can save an image in TIFF format.
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:eV**************@TK2MSFTNGP11.phx.gbl...
What commecial component did you wind up using? Do you have their URL? Do you recomend it?

Thanks!
Bob Day

"JLW" <as***@someplace.com> wrote in message
news:eM**************@TK2MSFTNGP12.phx.gbl...
I have searched far and wide, and as far as I can see, .NET does not support
tiff's nativly. There is a possibility that you can code a class

yourself,
but I could not find any info on it. I had to buy a commercial component to
do it.

HTH,
JLW
"Bob Day" <Bo****@TouchTalk.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Using VS 2003...

Is there a way to create a tif file on the fly to be faxed? I need a

simply
cover page (simple logo, to/from, etc.) and am currently doing it in

text only, but that doesn't look that great. I figure with tif I could add a graphic, etc. A static pre-made tif file won't work, becuase I need to insert some variable information.

Any ideas?

Thanks!
Bob Day



Nov 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: MCL | last post by:
Anybody done this before... I have found a few through web searches but not many... Anybody know of a com object or anything that interfaces with ASP to allow the faxing of messages and web...
0
by: Alex Stevens | last post by:
Hi All, We are looking for a faxing component, which we can drop into an application which would allow the user to send faxes through a faxmodem attached or a shared network modem. We've...
4
by: Bob | last post by:
I was wondering what would be the easiest way to fax a document from within a Windows .NET application. It's not enough to simple print to a fax service device. I want to be able to pass the fax...
0
by: Sam Coburn | last post by:
I want to automate faxing from access 2000 so it'll use the customer's name and fax number to automatically fax to several customers a report. How can I do this or can you point me in the right...
0
by: sachin | last post by:
Hi I am trying to implement faxing through asp.net application on Windows 2000 server. It works when i send a .txt file, but hangs when trying a word or a pdf document. Any idea what the...
0
by: CS | last post by:
Hi all, This is what I am trying to achieve. I am writing a web application to allow my users to submit their documents for faxing. I have tested it using bmp and txt file and both seems to be...
2
by: Joan | last post by:
Hi all I want to send a fax with WebService in vb.net; I use this code to send a fax with FaxService in Windows XP Dim FXServ As New FAXCOMLib.FaxServe Dim FXDoc As FAXCOMLib.FaxDo Dim iFaxJob...
2
by: willl69 | last post by:
Hi, I was just wondering if anyone knows if its possible to set up some sort of remote faxing server using PH P & apache. If not, any other prog languages or server technologies? I know .NET...
8
by: Robert Dufour | last post by:
I been trying to look for samplecodes on how to create a simple tif file. I found a lot of commercial and stuff but I would prefer to roll my own. I only need to put some formatted text in a tif...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.