Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
PostscriptEncoder
Last updated at 9:27 pm UTC on 29 September 2017
superclass of PostscriptEncoderToDisk
From the class comment:

I translate the message protocol generated by PostscriptCanvas that represents the Postscript imaging model into an actual stream of ASCII-encoded Postscript Level 2.

Alternative implementations might provide binary representations, Level I or Level III or even SPDF.


A PostscriptEncoder instance created by
 PostscriptEncoder stream
is the default target for PostscriptCanvas.

Postscript generation