Jump to content

Print from PHP


jayR

Recommended Posts

I found a tutorial on this, and used some of there code which is:

<?php
$handle = printer_open("HP LaserJet 4200 PS");
printer_start_doc($handle, "My Document");
printer_start_page($handle);

printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);
?>

Unfortunatly, the printer will only print a blank page everytime instead of the string "My Document" which I want to print. Has anyone ever messed with this php_printer.dll and had similar problems? I seem to be stuck and I can't find much more on it.
Link to comment
Share on other sites

Nevermind, I misread what the functions did. I forgot to actually draw the text I wanted to print. [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /]
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.