Lines below is part of the postscript (except %%Begin/EndPagesetup as more commands exists)
But i cannot get the C7000 Bizhub to change media after first sheet is printed, it continues to print from same tray ignoring the "sheet" media name, define with EFPCNAME EFI feature name. Actually it seems MediaWeight is affecting it, but it is dangerous to just change weight and not media name for a operator.
So question is, do you know how i can change Media paper name using defined names on controller, and their associated MID, and operator get the proper question for added the media named X into a tray?
The below Postscript do not work, it seems to ignore the MID and Name set, although it is a match to the C7000 printer medias defined.
------------------------
%%BeginPageSetup
%%BeginFeature: *EFPCMID 10226
%%EmptyOption
%%EndFeature
%%BeginFeature: *EFPCName White_no_holes
%%EmptyOption
%%EndFeature
%%BeginFeature: *EFMediaWeight 85
userdict /XJXEFIsetpageproperties known { << /XJXSetMediaWeightMetric [ 85 ] >> XJXEFIsetpageproperties } { userdict /XJXSetMediaWeightMetric known { 85 XJXSetMediaWeightMetric } if } ifelse
%%EndFeature
%%EndPageSetup
--------------------
But i cannot get the C7000 Bizhub to change media after first sheet is printed, it continues to print from same tray ignoring the "sheet" media name, define with EFPCNAME EFI feature name. Actually it seems MediaWeight is affecting it, but it is dangerous to just change weight and not media name for a operator.
So question is, do you know how i can change Media paper name using defined names on controller, and their associated MID, and operator get the proper question for added the media named X into a tray?
The below Postscript do not work, it seems to ignore the MID and Name set, although it is a match to the C7000 printer medias defined.
------------------------
%%BeginPageSetup
%%BeginFeature: *EFPCMID 10226
%%EmptyOption
%%EndFeature
%%BeginFeature: *EFPCName White_no_holes
%%EmptyOption
%%EndFeature
%%BeginFeature: *EFMediaWeight 85
userdict /XJXEFIsetpageproperties known { << /XJXSetMediaWeightMetric [ 85 ] >> XJXEFIsetpageproperties } { userdict /XJXSetMediaWeightMetric known { 85 XJXSetMediaWeightMetric } if } ifelse
%%EndFeature
%%EndPageSetup
--------------------
Comment