Re: How to remove URL references from printed pages

2002-10-25 Thread Richard Meredith-Hardy
htmldoc works very well, but be SURE to trap all possible errors before
you call htmldoc as a bad path or something can leave the htmldoc thread
hanging and it simply sits there consuming resources.

Note html2pdf (at least the last version I tried) doesn't trap
everything.

Randell B Adkins wrote:
> 
> I currently use it now within a UNIX environment.
> But the only difference with UNIX and NT for this
> application is the call to the HTMLDOCS and the PATH
> for the PDF to be saved.
> 
> >>> [EMAIL PROTECTED] 10/25/02 09:38AM >>>
> Looks very interesting on their site.
> So, this software is installed on my server
> and I set up a particular .cfm page to be processed
> by this software when viewed in the browser and it
> creates the pdf file instead of opening the cfm page?
> 
> Have you used it?  Perhaps on Windows 2000 Server
> like I would want to?  If so, does/did it work well for you?
> 
> Rick
> 
> -Original Message-
> From: Randell B Adkins [mailto:AdkinsR@;GAO.GOV]
> Sent: Friday, October 25, 2002 9:14 AM
> To: CF-Talk
> Subject: RE: How to remove URL references from printed pages
> 
> No, just HTMLDocs
> 
> >>> [EMAIL PROTECTED] 10/25/02 09:20AM >>>
> Hi, Dave, and thanks for the reply.
> 
> Would the use of it require having Acrobat installed on my server?
> 
> Rick
> 
> -Original Message-----
> From: Dave Wilson [mailto:dave@;autosdirect2u.com]
> Sent: Friday, October 25, 2002 8:58 AM
> To: CF-Talk
> Subject: RE: How to remove URL references from printed pages
> 
> Rick,
> 
> You could also convert the page to a printable pdf on-the-fly using
> htmldoc,
> cfexecute and cfhttp.
> 
> htmldoc is freely available from http://www.easysw.com/htmldoc
> 
> HTH,
> Dave
> 
> -Original Message-
> From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
> Sent: 25 October 2002 13:52
> To: CF-Talk
> Subject: RE: How to remove URL references from printed pages
> 
> That'll work...this is for an intranet/extranet setup.
> 
> Thanks,  Mike.
> 
> Rick
> 
> -Original Message-
> From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
> Sent: Friday, October 25, 2002 8:27 AM
> To: CF-Talk
> Subject: Re: How to remove URL references from printed pages
> 
> Rick -
> You have to do that on the client side. They are options, usually
> under
> printing.
> 
> You can't do anything about it from the page, at least not to my
> knowledge.
> 
> Mike Wokasch
> UW-Extension
> 
> At 08:33 AM 10/25/2002 -0400, you wrote:
> >Hello all.
> >
> >I'm printing some report directly from browser pages
> >and would like to be able to get rid of the info that
> >appears at the top and bottom of each page automatically
> >when the pages are printed...such as the URL at the bottom.
> >
> >How would I do that?
> >
> >Rick
> >
> >
> >
> >
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: How to remove URL references from printed pages

2002-10-25 Thread cf-talk
In MSIE browser you do the following:

File - Page Setup

Then wipe out your Header and Footer.

I'm unaware of how to do it programmatically.

-Novak


- Original Message -
From: "Rick Faircloth" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 5:33 AM
Subject: How to remove URL references from printed pages


> Hello all.
>
> I'm printing some report directly from browser pages
> and would like to be able to get rid of the info that
> appears at the top and bottom of each page automatically
> when the pages are printed...such as the URL at the bottom.
>
> How would I do that?
>
> Rick
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Ok.  Thanks for all the help, Dave and everyone...

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 10:53 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


You compile the source for your OS platform - there are instructions. Then
you will be using it as normal i.e. from the command line.

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 15:55
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


So I would be working with the source code instead of
the .exe and GUI?

Rick

-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 10:17 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like they've changed their licensing model then. I've been using it
for a few years now on windows machines NT4 and 2000. It was always freely
available, including the command line utility.

Wait I've just checked through the FAQ's. You can download the source code
which is fully functional. You simply won't get support for it, but thats no
problem as they have a reasonably good mailing list for this very purpose.
Also you'll have CF-specific support from this list as its in fairly
widespread use.

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 15:04
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like the cost to run it on a server is at least $150...
These are notes from the download page:

This free Microsoft Windows version of HTMLDOC
comes with absolutely no support or warranty of any kind.
It only includes the HTMLDOC GUI and not the command-line (batch) program
that is required to use HTMLDOC with a web server under Microsoft Windows.
The HTMLDOC list and newsgroups are a source of free support from HTMLDOC
users.
For commercial support, please see the HTMLDOC pricing page.

I need to use it on Windows 2000 Servers...

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 9:22 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>









~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
You compile the source for your OS platform - there are instructions. Then
you will be using it as normal i.e. from the command line.

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 15:55
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


So I would be working with the source code instead of
the .exe and GUI?

Rick

-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 10:17 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like they've changed their licensing model then. I've been using it
for a few years now on windows machines NT4 and 2000. It was always freely
available, including the command line utility.

Wait I've just checked through the FAQ's. You can download the source code
which is fully functional. You simply won't get support for it, but thats no
problem as they have a reasonably good mailing list for this very purpose.
Also you'll have CF-specific support from this list as its in fairly
widespread use.

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 15:04
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like the cost to run it on a server is at least $150...
These are notes from the download page:

This free Microsoft Windows version of HTMLDOC
comes with absolutely no support or warranty of any kind.
It only includes the HTMLDOC GUI and not the command-line (batch) program
that is required to use HTMLDOC with a web server under Microsoft Windows.
The HTMLDOC list and newsgroups are a source of free support from HTMLDOC
users.
For commercial support, please see the HTMLDOC pricing page.

I need to use it on Windows 2000 Servers...

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 9:22 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Oh, I see the documentation on it.
I'd have to get the source code (should I get the .tar or zip,
or does it matter?) and compile it using Visual C++...
Now I'm really getting in deep.  I've never used Visual C++
or compiled anything.  Would I need some software for
that?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 10:17 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like they've changed their licensing model then. I've been using it
for a few years now on windows machines NT4 and 2000. It was always freely
available, including the command line utility.

Wait I've just checked through the FAQ's. You can download the source code
which is fully functional. You simply won't get support for it, but thats no
problem as they have a reasonably good mailing list for this very purpose.
Also you'll have CF-specific support from this list as its in fairly
widespread use.

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 15:04
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like the cost to run it on a server is at least $150...
These are notes from the download page:

This free Microsoft Windows version of HTMLDOC
comes with absolutely no support or warranty of any kind.
It only includes the HTMLDOC GUI and not the command-line (batch) program
that is required to use HTMLDOC with a web server under Microsoft Windows.
The HTMLDOC list and newsgroups are a source of free support from HTMLDOC
users.
For commercial support, please see the HTMLDOC pricing page.

I need to use it on Windows 2000 Servers...

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 9:22 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
So I would be working with the source code instead of
the .exe and GUI?

Rick

-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 10:17 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like they've changed their licensing model then. I've been using it
for a few years now on windows machines NT4 and 2000. It was always freely
available, including the command line utility.

Wait I've just checked through the FAQ's. You can download the source code
which is fully functional. You simply won't get support for it, but thats no
problem as they have a reasonably good mailing list for this very purpose.
Also you'll have CF-specific support from this list as its in fairly
widespread use.

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 15:04
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like the cost to run it on a server is at least $150...
These are notes from the download page:

This free Microsoft Windows version of HTMLDOC
comes with absolutely no support or warranty of any kind.
It only includes the HTMLDOC GUI and not the command-line (batch) program
that is required to use HTMLDOC with a web server under Microsoft Windows.
The HTMLDOC list and newsgroups are a source of free support from HTMLDOC
users.
For commercial support, please see the HTMLDOC pricing page.

I need to use it on Windows 2000 Servers...

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 9:22 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
Looks like they've changed their licensing model then. I've been using it
for a few years now on windows machines NT4 and 2000. It was always freely
available, including the command line utility.

Wait I've just checked through the FAQ's. You can download the source code
which is fully functional. You simply won't get support for it, but thats no
problem as they have a reasonably good mailing list for this very purpose.
Also you'll have CF-specific support from this list as its in fairly
widespread use.

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 15:04
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Looks like the cost to run it on a server is at least $150...
These are notes from the download page:

This free Microsoft Windows version of HTMLDOC
comes with absolutely no support or warranty of any kind.
It only includes the HTMLDOC GUI and not the command-line (batch) program
that is required to use HTMLDOC with a web server under Microsoft Windows.
The HTMLDOC list and newsgroups are a source of free support from HTMLDOC
users.
For commercial support, please see the HTMLDOC pricing page.

I need to use it on Windows 2000 Servers...

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 9:22 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Benjamin S. Rogers
Have a look at Mead & Company's ScriptX. They have a free, lite version.
It only runs in Internet Explorer, however, but it works very well. You
can even control it with JavaScript. Very cool.

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com] 
Sent: Friday, October 25, 2002 8:34 AM
To: CF-Talk
Subject: How to remove URL references from printed pages


Hello all.

I'm printing some report directly from browser pages
and would like to be able to get rid of the info that
appears at the top and bottom of each page automatically
when the pages are printed...such as the URL at the bottom.

How would I do that?

Rick




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Looks like the cost to run it on a server is at least $150...
These are notes from the download page:

This free Microsoft Windows version of HTMLDOC
comes with absolutely no support or warranty of any kind.
It only includes the HTMLDOC GUI and not the command-line (batch) program
that is required to use HTMLDOC with a web server under Microsoft Windows.
The HTMLDOC list and newsgroups are a source of free support from HTMLDOC
users.
For commercial support, please see the HTMLDOC pricing page.

I need to use it on Windows 2000 Servers...

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 9:22 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Thanks for the tip, Jesse!

Rick

-Original Message-
From: Jesse Houwing [mailto:j.houwing@;student.utwente.nl]
Sent: Friday, October 25, 2002 9:41 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick Faircloth wrote:
> Hello all.
>
> I'm printing some report directly from browser pages
> and would like to be able to get rid of the info that
> appears at the top and bottom of each page automatically
> when the pages are printed...such as the URL at the bottom.
>
> How would I do that?

Put them in a div, and attach a stylesheet with media "print" specified
in the link tag. in this second stylesheet set display:none and
visiblility:hidden

That should hide them from print, at least in Netscape 6+ and IE 4+ and O5+

Jesse



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Randell B Adkins
I currently use it now within a UNIX environment.
But the only difference with UNIX and NT for this
application is the call to the HTMLDOCS and the PATH
for the PDF to be saved.



>>> [EMAIL PROTECTED] 10/25/02 09:38AM >>>
Looks very interesting on their site.
So, this software is installed on my server
and I set up a particular .cfm page to be processed
by this software when viewed in the browser and it
creates the pdf file instead of opening the cfm page?

Have you used it?  Perhaps on Windows 2000 Server
like I would want to?  If so, does/did it work well for you?

Rick



-Original Message-
From: Randell B Adkins [mailto:AdkinsR@;GAO.GOV] 
Sent: Friday, October 25, 2002 9:14 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No, just HTMLDocs

>>> [EMAIL PROTECTED] 10/25/02 09:20AM >>>
Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com] 
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using
htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc 

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com] 
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu] 
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually
under
printing.

You can't do anything about it from the page, at least not to my
knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



Re: How to remove URL references from printed pages

2002-10-25 Thread Jesse Houwing
Rick Faircloth wrote:
> Hello all.
> 
> I'm printing some report directly from browser pages
> and would like to be able to get rid of the info that
> appears at the top and bottom of each page automatically
> when the pages are printed...such as the URL at the bottom.
> 
> How would I do that?

Or did you mean the url at the top and bottom that get added by the 
bropwser, yes I think you meant those :)

well I know they can be switched off in Internet explorer, but I'm not 
sure how it worked, it involved some vbscript. Mozilla won't allow this 
as far as I know.

Jesse


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: How to remove URL references from printed pages

2002-10-25 Thread Jesse Houwing
Rick Faircloth wrote:
> Hello all.
> 
> I'm printing some report directly from browser pages
> and would like to be able to get rid of the info that
> appears at the top and bottom of each page automatically
> when the pages are printed...such as the URL at the bottom.
> 
> How would I do that?

Put them in a div, and attach a stylesheet with media "print" specified 
in the link tag. in this second stylesheet set display:none and 
visiblility:hidden

That should hide them from print, at least in Netscape 6+ and IE 4+ and O5+

Jesse


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Ok.

Most of what you're talking about is totally new to me...
But for free PDF generation, you can't beat that!
I'll probably get it and install it on a new server and see
what happens.  Don't want to go the Crystal Reports route,
that's overkill...but printing report, especially multiple-page reports
from the browser window is not pretty...

Thanks for your help!

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 9:22 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Looks very interesting on their site.
So, this software is installed on my server
and I set up a particular .cfm page to be processed
by this software when viewed in the browser and it
creates the pdf file instead of opening the cfm page?

Have you used it?  Perhaps on Windows 2000 Server
like I would want to?  If so, does/did it work well for you?

Rick



-Original Message-
From: Randell B Adkins [mailto:AdkinsR@;GAO.GOV]
Sent: Friday, October 25, 2002 9:14 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


No, just HTMLDocs

>>> [EMAIL PROTECTED] 10/25/02 09:20AM >>>
Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using
htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually
under
printing.

You can't do anything about it from the page, at least not to my
knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
No need for acrobat on server. htmldoc consists solely as an .exe
(htmldoc.exe) which can be run manually with the included gui, or
instantiated from the command line, hence the need for cfexecute. There is a
custom tag cf_html2pdf i think its called which basically is a wrapper for
htmldoc. I prefer to go the cfexecute route though as it allows an enormous
level of formatting configs. cfhttp is used simply to create a flat (parsed)
html version of the template you require to be printed

Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 14:20
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Randell B Adkins
No, just HTMLDocs

>>> [EMAIL PROTECTED] 10/25/02 09:20AM >>>
Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com] 
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using
htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc 

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com] 
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu] 
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually
under
printing.

You can't do anything about it from the page, at least not to my
knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Hi, Dave, and thanks for the reply.

Would the use of it require having Acrobat installed on my server?

Rick


-Original Message-
From: Dave Wilson [mailto:dave@;autosdirect2u.com]
Sent: Friday, October 25, 2002 8:58 AM
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Dave Wilson
Rick,

You could also convert the page to a printable pdf on-the-fly using htmldoc,
cfexecute and cfhttp.

htmldoc is freely available from http://www.easysw.com/htmldoc

HTH,
Dave

-Original Message-
From: Rick Faircloth [mailto:Rick@;GoLibertyOnline.com]
Sent: 25 October 2002 13:52
To: CF-Talk
Subject: RE: How to remove URL references from printed pages


That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
That'll work...this is for an intranet/extranet setup.

Thanks,  Mike.

Rick

-Original Message-
From: Mike Wokasch [mailto:mike.wokasch@;uwex.edu]
Sent: Friday, October 25, 2002 8:27 AM
To: CF-Talk
Subject: Re: How to remove URL references from printed pages


Rick -
You have to do that on the client side. They are options, usually under
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: How to remove URL references from printed pages

2002-10-25 Thread Mike Wokasch
Rick -
You have to do that on the client side. They are options, usually under 
printing.

You can't do anything about it from the page, at least not to my knowledge.

Mike Wokasch
UW-Extension

At 08:33 AM 10/25/2002 -0400, you wrote:
>Hello all.
>
>I'm printing some report directly from browser pages
>and would like to be able to get rid of the info that
>appears at the top and bottom of each page automatically
>when the pages are printed...such as the URL at the bottom.
>
>How would I do that?
>
>Rick
>
>
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



How to remove URL references from printed pages

2002-10-25 Thread Rick Faircloth
Hello all.

I'm printing some report directly from browser pages
and would like to be able to get rid of the info that
appears at the top and bottom of each page automatically
when the pages are printed...such as the URL at the bottom.

How would I do that?

Rick



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com