Send PDF to printer

2007-03-05 Thread Jacob Munson
This seems simple, but I'm not sure if it's possible. I'm building some forms that have a print option. I'm using CFDocument to dump the contents to PDF, and then the user can print from there. Of course, now they are asking if it's possible to send the PDF directly to their browser's print

RE: Send PDF to printer

2007-03-05 Thread Christine Davis
Jacob, You are right in that it seems simple, unfortunately, it's not as simple as it should be *grin*. In my research into this problem, I found several methods that either used to work or couldn't be implemented when using CFDocument. One that seems to work but can't be used from within

RE: Send PDF to printer

2007-03-05 Thread Andrew Scott
[mailto:[EMAIL PROTECTED] Sent: Tuesday, 6 March 2007 9:40 AM To: CF-Talk Subject: Send PDF to printer This seems simple, but I'm not sure if it's possible. I'm building some forms that have a print option. I'm using CFDocument to dump the contents to PDF, and then the user can print from

Re: Send PDF to printer

2007-03-05 Thread Jacob Munson
No it is not possible, you will always go through the print dialog box. The only way around this would be a custom active object that would directly bypass the print options dialog, and then you would need to support all the different printers then. I am not trying to bypass the print dialog,

Re: Send PDF to printer

2007-03-05 Thread Jacob Munson
You are right in that it seems simple, unfortunately, it's not as simple as it should be *grin*. In my research into this problem, I found several methods that either used to work or couldn't be implemented when using CFDocument. Just as I expected, then. The only way I found to