G
Greg Mouning
Hi,
I am using MS Word 97 and am having difficult with printing a simple
"Hello, World!" postscript file I wrote. Below please find the code I
use:
{PRINT \P "%!PS
<< /PageSize [612 792] >> setpagedevice
/Helvetica findfont 20 scalefont setfont
72 72 moveto
(Hello, world!) show
showpage"}
As you can see, I am trying to use the {PRINT "instructions"} syntax
as described in the "Document Automation" section regarding the field
PRINT on the MS Word Help Support weblink:
http://support.microsoft.com/default.aspx?scid=/support/word/usage/fields/PRINT.asp
I know this code works independently because I can tested it on
several postscript printers. And from what I have read in the archives
others have had success. Can you tell me what I am doing wrong?
Your assistance is greatly appreciated!
Regards,
Greg
I am using MS Word 97 and am having difficult with printing a simple
"Hello, World!" postscript file I wrote. Below please find the code I
use:
{PRINT \P "%!PS
<< /PageSize [612 792] >> setpagedevice
/Helvetica findfont 20 scalefont setfont
72 72 moveto
(Hello, world!) show
showpage"}
As you can see, I am trying to use the {PRINT "instructions"} syntax
as described in the "Document Automation" section regarding the field
PRINT on the MS Word Help Support weblink:
http://support.microsoft.com/default.aspx?scid=/support/word/usage/fields/PRINT.asp
I know this code works independently because I can tested it on
several postscript printers. And from what I have read in the archives
others have had success. Can you tell me what I am doing wrong?
Your assistance is greatly appreciated!
Regards,
Greg