This section documents the various system parameters which can be used to control the operation and behaviour of the PostScript interpreter. Most parameters handle the memory allocation. For example the maximum memory that can be allocated by the font cache. The PRISMAsync supports the system parameters mentioned in the ‘PostScript Language Reference Manual, Third Edition’.
Parameter |
Remarks |
---|---|
ByteOrder |
Read-only parameter, default true (little endian byte ordering). |
BuildTime |
Read-only parameter built into the interpreter. |
CurDisplayList CurFontCache CurFormCache CurOutlineCache CurPatternCache CurScreenStorage CurSourceList CurStoredScreenCache CurUPathCache |
Run-time statistics inside the interpreter. |
FactoryDefaults |
Ignored, the nonvolatile PostScript settings can only be changed using the “Settings editor”. |
FontResourceDir |
Read-only parameter, set to “font/” |
GenericResourceDir |
Read-only parameter, set to “Resource/” |
GenericResourcePathSep |
Read-only parameter, set to “/” |
LicenseID |
Read-only parameter built into the interpreter. |
MaxDisplayAndSourceList MaxDisplayList MaxFontCache MaxFormCache MaxImageBuffer MaxOutlineCache MaxPatternCache MaxScreenStorage MaxSourceList |
Read-only parameters. |
MaxStoredScreenCache |
Not supported. |
MaxUPathCache |
Read-only parameter. |
PageCount |
Read-only parameter. This is an internal counter. |
PrinterName |
Read-only parameter that will contain the hostname of the system. |
RealFormat |
Read-only parameter, set to “IEEE” |
Revision |
Read-only parameter. This is about the system’s revision, not just PostScript. |
StartJobPassword |
Supported as per the Adobe specs. Always “null” (interpreter’s default). |
StartupMode |
Always 1, “execute standard startup file” on startup. Modification of this setting is ignored. |
SystemParamsPassword |
Supported as per the Adobe specs. Always “null”. |
(next parameters are from SUP3011) |
|
CompressImageSource |
Not supported. |
CurBufferType |
Not supported. |
CurInputDevice |
Not supported. |
DoPrintErrors |
Persistent, default true but can be changed. |
DoStartPage |
False, any modification is ignored since the start page is not supported. |
EnvironmentSave |
Not supported. |
FatalErrorAddress |
Read-only parameter, always 0 |
InstalledRAM |
Not supported. |
JobTimeout |
Default 0, no timeout. |
MaxHWRenderingBuffer |
Not supported. |
MaxPermanentVM |
Not supported. |
MaxRasterMemory |
Read-only parameter. |
MinBandBuffers |
Not supported. |
RamSize |
Read-only parameter. |
SourceListBypass |
Read-only parameter. |
ValidNV |
Read-only parameter, always true. |
WaitTimeout |
Default 0, no timeout. Determines the default for the WaitTimeout user parameter. |