Jump to content

Sending a file to the printer?


radar

Recommended Posts

Alright so I've got some files being generated on the fly via database information.  User clicks a button, which gathers that database information, puts it all into a file (*.tpl - which is really just an html page), then sends the file to the printer.

 

Question is, how do I send the file to the printer queue of the computer that viewed the webpage?

 

On a side note, is it easier/better to do the HTML layout or write a default.doc, then read that and copy the files to a new file and print that?

 

or perhaps just hit a 'view & print' button, which opens up in a new window the size of the 'image' that needs to be printed, and have a print button on that page.

Link to comment
Share on other sites

It really depends on the server type. I know IIS makes it pretty easy to print, but with linux/apache, its almost impossible unless you write a socket. Check out

http://php.net/manual/en/function.printer-write.php

 

If anybody know's a built-in way to send the file to a linux/apache printer, please correct me!

 

Also, googles working on something similar..

http://code.google.com/apis/cloudprint/docs/overview.html

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.