PC Review


Reply
Thread Tools Rate Thread

Creating Tif files on the fly for faxing

 
 
Bob Day
Guest
Posts: n/a
 
      24th May 2004
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


 
Reply With Quote
 
 
 
 
JLW
Guest
Posts: n/a
 
      24th May 2004
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" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
 
Howard Kaikow
Guest
Posts: n/a
 
      24th May 2004
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" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      24th May 2004
* "Bob Day" <(E-Mail Removed)> 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/>
 
Reply With Quote
 
Bob Day
Guest
Posts: n/a
 
      25th May 2004
What commecial component did you wind up using? Do you have their URL? Do
you recomend it?

Thanks!
Bob Day

"JLW" <(E-Mail Removed)> wrote in message
news:eMKcI$(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > 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
> >
> >

>
>



 
Reply With Quote
 
Bob Day
Guest
Posts: n/a
 
      25th May 2004
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" <(E-Mail Removed)> wrote in message
news:u8h$(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > 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
> >
> >

>
>



 
Reply With Quote
 
Howard Kaikow
Guest
Posts: n/a
 
      25th May 2004
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:u8h$(E-Mail Removed)...
> > 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" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > 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
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
JLW
Guest
Posts: n/a
 
      28th May 2004
ReadIRIS8, it can save an image in TIFF format.


"Bob Day" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> What commecial component did you wind up using? Do you have their URL?

Do
> you recomend it?
>
> Thanks!
> Bob Day
>
> "JLW" <(E-Mail Removed)> wrote in message
> news:eMKcI$(E-Mail Removed)...
> > 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" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > 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
> > >
> > >

> >
> >

>
>



 
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
Faxing Tiff Files ED Windows XP Print / Fax 3 2nd Jun 2009 01:57 PM
Faxing Tiff Files ED Windows Vista Print / Fax / Scan 2 13th May 2009 03:15 AM
Attaching documents while faxing, faxing multiple page docs MrMike Windows XP Print / Fax 3 7th Sep 2003 06:01 PM
faxing from multiple files Jack Eiermann Windows XP Print / Fax 3 28th Aug 2003 09:41 AM
Re: faxing but cant attach files Russ Valentine [MVP-Outlook] Windows XP Print / Fax 1 14th Aug 2003 08:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:46 PM.