php-windows Digest 16 Feb 2007 21:53:10 -0000 Issue 3141

Topics (messages 27491 through 27493):

windows printing and label printer
        27491 by: Ethan Nelson
        27492 by: Frank M. Kromann

UTF-8 standard
        27493 by: Harpreet

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
Hello,

I'm using an epson label printer and have it installed on the server with
the printer.dll installed.  However, I'm getting some pretty weird results.

When I print from a script, a job appears to queue into the windows printer
queue but it is subsequently deleted from the queue.  Having run multiple
test jobs from script, I became skeptical that the printer was even working
so I then ran a test print from windows.

Lo and behold, ALL my prior jobs then spat out of the labe printer along
with the windows test print.

It appears that the end_page and end_doc commands are not working somehow
but I'm really not certain what the problem is.

Help?

-Ethan Nelson
Eugene, Oregon

--- End Message ---
--- Begin Message ---
Hi Ethan,

Check your script fom the command line (Using CLI version of PHP). If that
works check that the user running your web server as access to the
printer.

- Frank

> Hello,
> 
> I'm using an epson label printer and have it installed on the server
with
> the printer.dll installed.  However, I'm getting some pretty weird
results.
> 
> When I print from a script, a job appears to queue into the windows
printer
> queue but it is subsequently deleted from the queue.  Having run
multiple
> test jobs from script, I became skeptical that the printer was even
working
> so I then ran a test print from windows.
> 
> Lo and behold, ALL my prior jobs then spat out of the labe printer
along
> with the windows test print.
> 
> It appears that the end_page and end_doc commands are not working
somehow
> but I'm really not certain what the problem is.
> 
> Help?
> 
> -Ethan Nelson
> Eugene, Oregon
> 

--- End Message ---
--- Begin Message ---
I wondered if PHP allowed for Unicode character sets (such as by using
the UTF-8 standard)?

--- End Message ---

Reply via email to