Thanks guys for the prompt response. I had completely overlooked reverse portrait/landscape in my .NET PCL component when I implemented the PCL 5e spec so I just grabbed the first command that produced the desired output (which was Print Direction).
Using reverse portrait orientation rather...
Jim,
Thanks for the reply. I forgot to mention that the page prints right-side-up instead of upside down on the HP. I haven't tried reverse orientation before. Yes, I'm sending <esc>&a180P - hex 1b is <esc> and I'm pretty sure I have positioning commands in the beginning of my PCL buffer but...
I have a Lexmark T522, HP 4100 and HP 4200. In an attempt to print a page upside down, I use the Print Direction command. It is working properly on the Lexmark but neither of the HPs. Here is the syntax:
\x1b&a180P
Any ideas on how to debug this? Thanks.
Thanks for the replies guys. I found my problem and it didn't have anything to do with PCL. I'm using Microsoft .NET for a printing component I've written and needed to get the text I was printing from a string object to a byte[]. In .NET there is a function called...
Hi. We produce PCL 5e code to print electronic forms and we are having problems getting special Spanish characters like to output correctly. For example, the '¿' (upside-down question mark) gets converted to a '?'. I did some research and believe it has to do with the Symbol Set command...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.