Changing Tray with Postscript commands

D

Diane

I'm trying to change printer trays on an HP 2430 printer by embedding
Postscript Commands in the Word Doc.

Here is what I have:

{PRINT "<</MediaPosition 1>> setpagedevice" \* MERGEFORMAT}

Test drawer 3

My output goes to drawer 3, but the print is all messed up. The font is
huge and the words are backwards.

I then tried:

{PRINT \p page "<</MediaPosition 1>> setpagedevice" \* MERGEFORMAT}

Test drawer 3

Now the font is correct, but I can't print to tray 3.

Any Suggestions?
 
G

Graham Mayor

I don't know anything about Postscript commands, but the Mergeformat switch
is superfluous and you *may* benefit from using a charformat switch instead.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top