why gswin32c does not give desired output with setpagedevice
hi..
am trying to set the page size of the document while printing using the following PostScript file
mark
/NoCancel true
/OutputFile (%printer%Test)
/OutputDevice /mswinpr2
/UserSetting
<<
/DocumentName (Data)
>>
(mswinpr2) finddevice
putdeviceprops
<</PageSize[595 842]>>setpagedevice
setdevice
but it always give page as letter in output
please help me out in the process of printing a file to a desired page size with help of PostScript and gswin32c.exe
