Offending Command error while Printing EPS -


i printing eps file generated following credentials.

%-12345x@pjl job @pjl enter language = postscript  %!ps-adobe-3.0 %%title: invoicedetail_combine %%creator: pscript5.dll version 5.2.2 %%creationdate: 10/7/2011 4:46:59 %%for: administrator %%boundingbox: (atend) %%pages: (atend) %%orientation: portrait %%pageorder: special %%documentneededresources: (atend) %%documentsuppliedresources: (atend) %%documentdata: clean7bit %%targetdevice: (hp color laserjet 4500) (2014.200) 0 %%languagelevel: 2 %%endcomments 

while doing selection printing on ricoh afficio 2090 or other drivers/printers following error printed on sheets

 error: undefined offending command: f4s47 stack:  . 

kindly review , suggest turn around same stuck in hell. have tried convert/extract in ps in vain. using gsview print , view these files.

this problem:

%%pageorder: special

a ps document "special" page order can not re-ordered. cannot selection or range file because broken use. must reprocess file using distiller or ghostscript (ps2ps or ps2pdf) in order print selected or re-ordered pages document.

you can avoid generating postscript files real postscript™ driver (one not created microsoft).

the gsview documentation has more this.

previously:

this line ...

%%targetdevice: (hp color laserjet 4500) (2014.200) 0

... tells file generated hp printers target. really not eps file. because it's not encapsulatable. generate output on printer file has execute showpage operator, no-no eps files.

so uncheck eps box (it's big fat lie, anyway), , select (install) generic postscript driver. if need send multiple makes of printer, file needs make few assumptions printer possible.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -