I am using PlanetPress Watch Version 6.
We are trying to set up a simple process that will retrieve a PDF from a folder and output it to the hold queue on our Canon iR110.
PlanetPress has the ability to add postscript to the file and we have successfully added postscript to files before.
Such as:
%%!PS
%%%%Title: %O
%%%%OperatorMessage: (hold job)
The problem:
We need to assign a media type to the entire file.
Nothing special, just one media type for the entire file.
I have tried this:
%%!PS
%%%%Title: %O
%%%%OperatorMessage: (hold job)
<<
/PageSize [612 792]
/MediaColor (green)
/MediaType (plain)
/MediaWeight 75
/OutputType (stapler)
>> setpagedevice
But the file arrives at the printer queue without any mediatype assignment at all.
Any thoughts, ideas on what we may be doing wrong is greatly appreciated.
Thank you!
Mike
We are trying to set up a simple process that will retrieve a PDF from a folder and output it to the hold queue on our Canon iR110.
PlanetPress has the ability to add postscript to the file and we have successfully added postscript to files before.
Such as:
%%!PS
%%%%Title: %O
%%%%OperatorMessage: (hold job)
The problem:
We need to assign a media type to the entire file.
Nothing special, just one media type for the entire file.
I have tried this:
%%!PS
%%%%Title: %O
%%%%OperatorMessage: (hold job)
<<
/PageSize [612 792]
/MediaColor (green)
/MediaType (plain)
/MediaWeight 75
/OutputType (stapler)
>> setpagedevice
But the file arrives at the printer queue without any mediatype assignment at all.
Any thoughts, ideas on what we may be doing wrong is greatly appreciated.
Thank you!
Mike