Re: Printing with Coldfusion

2005-08-31 Thread Rick Root
Robertson-Ravo, Neil (RX) wrote:
> You amy also be able to leverage javax.print via the JVM.  I haven't tried
> it but from the docs it looks possible.
> 
> http://java.sun.com/j2se/1.4.2/docs/api/javax/print/package-summary.html

I'll give this a whirl.  If I can't figure it out we've got a VB 
programmer that I could probably entise to build a simple com object (or 
something) to do the job.

Rick


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216996
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Printing with Coldfusion

2005-08-31 Thread Rick Root
Joe Rinehart wrote:
> If you just need the file, why not skip the printer driver?

Because we need to generate a PCL file for a specific printer.

Rick


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216991
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Printing with Coldfusion

2005-08-31 Thread Joe Rinehart
If you just need the file, why not skip the printer driver?  You can
use CFDocument in CF7 to generate a PDF file, then do whatever you
want with it (CFMail it, CFFtp it, etc.).

-Joe

On 8/31/05, Rick Root <[EMAIL PROTECTED]> wrote:
> I have a need for a coldfusion application to generate a document
> (possibly PDF) and then print it to a file using a printer driver
> installed on the server, and then perform an operation on that file
> (email, FTP, etc)
> 
> The first and last parts are easy, the printing part I'm not so sure...
> 
> Rick
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216989
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Printing with Coldfusion

2005-08-31 Thread Robertson-Ravo, Neil (RX)
You amy also be able to leverage javax.print via the JVM.  I haven't tried
it but from the docs it looks possible.

http://java.sun.com/j2se/1.4.2/docs/api/javax/print/package-summary.html






-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED] 
Sent: 31 August 2005 15:30
To: CF-Talk
Subject: Re: Printing with Coldfusion

Do you actually need to print it using a print driver, or just place
the file in a queue folder on the printer's RIP?

This is how I've typically handled such requests.

On 8/31/05, Rick Root <[EMAIL PROTECTED]> wrote:
> I have a need for a coldfusion application to generate a document
> (possibly PDF) and then print it to a file using a printer driver
> installed on the server, and then perform an operation on that file
> (email, FTP, etc)
> 
> The first and last parts are easy, the printing part I'm not so sure...
> 
> Rick
> 
> 
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216988
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Printing with Coldfusion

2005-08-31 Thread Jerry Johnson
Do you actually need to print it using a print driver, or just place
the file in a queue folder on the printer's RIP?

This is how I've typically handled such requests.

On 8/31/05, Rick Root <[EMAIL PROTECTED]> wrote:
> I have a need for a coldfusion application to generate a document
> (possibly PDF) and then print it to a file using a printer driver
> installed on the server, and then perform an operation on that file
> (email, FTP, etc)
> 
> The first and last parts are easy, the printing part I'm not so sure...
> 
> Rick
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216987
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54