Re: send to local printer
Rich Shonk <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <OF2F0A67AB.70852811-ON85256CDB.005C7F37-85256CDB.005D3DA2@flowserve.com> |
Since you are attempting to access a local printer, the printing needs to be handled on the user machine. You will need to send the pdf to the user and print from Acrobat Reader. Rich > local printers attached to a user machine > > > Yuri, > > > My problem is: once my app is deployed in the unix box > > (test/production servers), i can generate the pdf files and store them > > in the server but i won't be able to execute the runtime command to > send > > the files to the local machine's printer. > > Are you attempting to print to network printers accessible by IP > address or local printers attached to a user machine? > > Rich