In Linux, the UDaemon.config file is used for applying engine settings and configuring logging, by adding several commands to it.
Below are listed the available settings:
Listener Configuration
► | IP Address |
The server will use the specified IP address to listen for incoming requests.
To set this parameter, the following line must be added:
ServerAddress=127.0.0.1
► | Port |
Specifies the TCP port used to listen for incoming requests.
To set this parameter, the following line must be added:
ServerPort=1099
Values: must be somewhere between 1000 and 65535
Default value: 1099
► | Backlog |
Specifies the maximum number of outstanding connection requests.
To set this parameter, the following line must be added:
ServerBacklog=500
Default value: 500
Configuring the AFP Encoder
► | Convert to Grayscale |
Convert all colors in the document into gray shades.
To set this parameter, the following line must be added:
AFPConvertToGrayscale=false
Values: "true" or "false"
Default value: false
► | Grayscale Method |
Specifies the method for generating gray colors on the printer.
To set this parameter, the following line must be added:
AFPGrayscaleMethod=RGB
Values: "RGB", "Pattern", "Highlight"
Default value: RGB
► | Rotate Lanscape Pages |
Rotates landscape pages automatically with 90 degrees.
To set this parameter, the following line must be added:
AFPRotateLandscapePages=true
Values: "true" or " false"
Default value: true
► | Fonts Used |
The user can choose the font technology that is best suited for the printing process.
To set this parameter, the following line must be added:
AFPFontMethod=Convert to AFP Raster fonts
Values: "Convert to AFP Raster fonts", "Map to AFP Raster Fonts", "Map to AFP Outline Fonts"
Default value: Convert to AFP Raster Fonts
Configuring the PostScript Encoder
Specifies PostScript language level compatibility.
To set this parameter, the following line must be added:
PSLevel=2
Values: "2" or "3"
Default value: 2
Hash Memory Images
Detects embedded images that are identical and reuses them in PDF, Postscript or AFP output.
To set this parameter, the following line must be added:
HashMemoryImages=true
Values: "true" or "false"
Default value: true
Backwards Compatibility
► | Default measurement unit |
Specifies the unit used when it is not specified.
To set this parameter, the following line must be added:
MeasurementUnit=Percent
Values: "Percent" or "Points"
Default value: Percent
► | Behavior for 'bottom' and 'right' attributes |
Interprets 'right' and 'bottom' attribute values as being relative to left and top edges of the parent area respectively.
To set this parameter, the following line must be added:
ComputeSizeFromMargins=false
Values: "true" or "false"
Default value: false
► | Treat margin as spacing |
By default, margins add a spacing conditionality of 'retain'. Enable this option to suppress this behavior.
To set this parameter, the following line must be added:
TreatMarginAsSpacing=false
Value: "true" or "false"
Default value: false