RE: Ot: sending pdf to the browser

2001-08-27 Thread Janine Jakim

Acrobat reader are on all of the machines. PDFviewer is a plug-in. I'm
resigned to the fact that the plug in needs to be set before acrobat will
show in the browserbut I keep thinking I'm missing something...

-Original Message-
From: Steve Aylor [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 27, 2001 2:00 PM
To: CF-Talk
Subject: Re: Ot: sending pdf to the browser


Im not a Mac pro - so forgive the ignorance ... what is PDFVeiwer?  Is that
the Acrobat reader?

It wont work on either platform unless they have at least Acrobat Reader -
or some other PDF rendering engine that opens inside a brower window.

Steve


- Original Message -
From: "Janine Jakim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 5:13 AM
Subject: RE: Ot: sending pdf to the browser


> No I would try one then the other Thanks for all the help. I finally
got
> it so that it's consistent on the different browsers, but only if
PDFviewer
> is on the macs
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Ot: sending pdf to the browser

2001-08-27 Thread Steve Aylor

Im not a Mac pro - so forgive the ignorance ... what is PDFVeiwer?  Is that
the Acrobat reader?

It wont work on either platform unless they have at least Acrobat Reader -
or some other PDF rendering engine that opens inside a brower window.

Steve


- Original Message -
From: "Janine Jakim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 5:13 AM
Subject: RE: Ot: sending pdf to the browser


> No I would try one then the other Thanks for all the help. I finally
got
> it so that it's consistent on the different browsers, but only if
PDFviewer
> is on the macs




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Ot: sending pdf to the browser

2001-08-27 Thread Janine Jakim

No I would try one then the other Thanks for all the help. I finally got
it so that it's consistent on the different browsers, but only if PDFviewer
is on the macs

-Original Message-
From: Stephen M Aylor [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 26, 2001 11:28 PM
To: CF-Talk
Subject: Re: Ot: sending pdf to the browser


if using  - provide the UNC path to the "fdf" on the server
C:\inetpub\blah\myWorldFamousForm.fdf

If  - provide the URL
[http://yourServer.com/studentForms/myWorldFamousForm.fdf]

and again - its one method or the other - not both in the same script/page.
I wasnt sure if your were tring to use them both simultaneously - from your
earlier post it almost eluded that you might be

HTH,

Stephen M. Aylor
netwerkz4less
27758 Santa Margarita Pkwy #183
Mission Viejo, CA, 92691
949.678.6091 vox
800.333.8319 fax


- Original Message -
From: "Vygandas Razhas" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, August 26, 2001 11:11 AM
Subject: Re: Ot: sending pdf to the browser


> Try to use CFCONTENT tag
>
>
> >From: Jochem van Dieten <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Re: Ot: sending pdf to the browser
> >Date: Sun, 26 Aug 2001 19:59:38 +0200
> >
> >Janine Jakim wrote:
> > > I have a cold fusion page that I use to populate a pdf. On the macs it
> > > downloads to the desktop first, then when clicked it opens in the
> >browser. I
> > > need for it to just open in the browser. This info is sensitive and I
> >can't
> > > have it litering the desktop then rely on the user delete the
> >document/empty
> > > trash.  Is there anyway to force it to open in the browser using code.
> >
> >Not server side. Besides, what is the difference between having it on
> >the desktop and in a temp file?
> >
> >
> > > Or will we need to go change some settings on each mac.
> >
> >That would help, but you would have to be able to have complete control
> >over their machines. Don't forget to enable emptying the browser cache
> >or disabling the cache alltogether.
> >
> >
> > > would that be?) That isn't an optimal solution because we have
thousands
> >of
> > > macs- thr folks in the field would be highly upset if this is how it
has
> >to
> > > beany ideas out there??
> >
> >Send the info by SMS.
> >
> >Jochem
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Ot: sending pdf to the browser

2001-08-26 Thread Stephen M Aylor

if using  - provide the UNC path to the "fdf" on the server
C:\inetpub\blah\myWorldFamousForm.fdf

If  - provide the URL
[http://yourServer.com/studentForms/myWorldFamousForm.fdf]

and again - its one method or the other - not both in the same script/page.
I wasnt sure if your were tring to use them both simultaneously - from your
earlier post it almost eluded that you might be

HTH,

Stephen M. Aylor
netwerkz4less
27758 Santa Margarita Pkwy #183
Mission Viejo, CA, 92691
949.678.6091 vox
800.333.8319 fax


- Original Message -
From: "Vygandas Razhas" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, August 26, 2001 11:11 AM
Subject: Re: Ot: sending pdf to the browser


> Try to use CFCONTENT tag
>
>
> >From: Jochem van Dieten <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Talk <[EMAIL PROTECTED]>
> >Subject: Re: Ot: sending pdf to the browser
> >Date: Sun, 26 Aug 2001 19:59:38 +0200
> >
> >Janine Jakim wrote:
> > > I have a cold fusion page that I use to populate a pdf. On the macs it
> > > downloads to the desktop first, then when clicked it opens in the
> >browser. I
> > > need for it to just open in the browser. This info is sensitive and I
> >can't
> > > have it litering the desktop then rely on the user delete the
> >document/empty
> > > trash.  Is there anyway to force it to open in the browser using code.
> >
> >Not server side. Besides, what is the difference between having it on
> >the desktop and in a temp file?
> >
> >
> > > Or will we need to go change some settings on each mac.
> >
> >That would help, but you would have to be able to have complete control
> >over their machines. Don't forget to enable emptying the browser cache
> >or disabling the cache alltogether.
> >
> >
> > > would that be?) That isn't an optimal solution because we have
thousands
> >of
> > > macs- thr folks in the field would be highly upset if this is how it
has
> >to
> > > beany ideas out there??
> >
> >Send the info by SMS.
> >
> >Jochem
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Ot: sending pdf to the browser

2001-08-26 Thread Vygandas Razhas

Try to use CFCONTENT tag


>From: Jochem van Dieten <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Ot: sending pdf to the browser
>Date: Sun, 26 Aug 2001 19:59:38 +0200
>
>Janine Jakim wrote:
> > I have a cold fusion page that I use to populate a pdf. On the macs it
> > downloads to the desktop first, then when clicked it opens in the 
>browser. I
> > need for it to just open in the browser. This info is sensitive and I 
>can't
> > have it litering the desktop then rely on the user delete the 
>document/empty
> > trash.  Is there anyway to force it to open in the browser using code.
>
>Not server side. Besides, what is the difference between having it on
>the desktop and in a temp file?
>
>
> > Or will we need to go change some settings on each mac.
>
>That would help, but you would have to be able to have complete control
>over their machines. Don't forget to enable emptying the browser cache
>or disabling the cache alltogether.
>
>
> > would that be?) That isn't an optimal solution because we have thousands 
>of
> > macs- thr folks in the field would be highly upset if this is how it has 
>to
> > beany ideas out there??
>
>Send the info by SMS.
>
>Jochem
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Ot: sending pdf to the browser

2001-08-26 Thread Jochem van Dieten

Janine Jakim wrote:
> I have a cold fusion page that I use to populate a pdf. On the macs it
> downloads to the desktop first, then when clicked it opens in the browser. I
> need for it to just open in the browser. This info is sensitive and I can't
> have it litering the desktop then rely on the user delete the document/empty
> trash.  Is there anyway to force it to open in the browser using code.

Not server side. Besides, what is the difference between having it on 
the desktop and in a temp file?


> Or will we need to go change some settings on each mac.

That would help, but you would have to be able to have complete control 
over their machines. Don't forget to enable emptying the browser cache 
or disabling the cache alltogether.


> would that be?) That isn't an optimal solution because we have thousands of
> macs- thr folks in the field would be highly upset if this is how it has to
> beany ideas out there??

Send the info by SMS.

Jochem


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Ot: sending pdf to the browser

2001-08-26 Thread Janine Jakim

I have a cold fusion page that I use to populate a pdf. On the macs it
downloads to the desktop first, then when clicked it opens in the browser. I
need for it to just open in the browser. This info is sensitive and I can't
have it litering the desktop then rely on the user delete the document/empty
trash.  Is there anyway to force it to open in the browser using code.
Currently my cf code is a simple cflocation tag. 
Or will we need to go change some settings on each mac. (and what settings
would that be?) That isn't an optimal solution because we have thousands of
macs- thr folks in the field would be highly upset if this is how it has to
beany ideas out there??
Thanks in advance.
j

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists