In Linux, UDaemon.config file is used to apply engine settings and to configure logging.
You can do that by adding several commands in this file. 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 write the following line at the end of the file:
ServerAddress=127.0.0.1
| ► | Port |
Specifies the TCP port used to listen for incoming requests.
To set this parameter write the following line at the end of the file:
ServerPort=1099
Note that this value must be somewhere between 1000 and 65535. The default value is 1099.
| ► | Backlog |
Specifies the maximum number of outstanding connection requests. The default value is 500.
To set this parameter write the following line at the end of the file:
ServerBacklog=500
Configuring the AFP Encoder
| ► | Convert to Grayscale |
Convert all colors in the document into gray shades.
To set this parameter write the following line at the end of the file:
AFPConvertToGrayscale=false
This value can be true or false. The default value is false.
| ► | Grayscale Method |
Specifies the method for generating gray colors on your printer.
To set this parameter write the following line at the end of the file:
AFPGrayscaleMethod=RGB
You have three available methods to choose from: RGB, Pattern, Hilight. The default option is RGB.
| ► | Rotate Lanscape Pages |
Rotates landscape pages automatically with 90 degrees.
To set this parameter write the following line at the end of the file:
AFPRotateLandscapePages=true
This value can be true or false. The default value is true.
| ► | Fonts Used |
Choose the font technology that is best suited for your printing process.
To set this parameter write the following line at the end of the file:
AFPFontMethod=Map fonts to AFP Raster fonts
You have four available methods to choose from: Map fonts to AFP Raster fonts (default), Map fonts to AFP Outline fonts, Use True Type fonts but not embed, Use embedded True Type fonts.
Configuring the PostScript Encoder
Specifies postscript language level compatibility.
To set this parameter write the following line at the end of the file:
PSLevel=2
This value can be 2 or 3. The default value is 2.
Hash Memory Images
Try to detect embedded images that are identical and reuse them in PDF, Postscript or AFP output.
To set this parameter write the following line at the end of the file:
HashMemoryImages=true
This value can be true or false. The default value is true.
Backwards Compatibility
| ► | Default measurement unit |
Specifies the unit used when is not specified.
To set this parameter write the following line at the end of the file:
MeasurementUnit=Percent
You can choose between Percent and Points. The default value is Percent.
| ► | Behavior for 'bottom' and 'right' attributes |
Interpret 'right' and 'bottom' attribute values as being relative to left and top edges of the parent area respectively.
To set this parameter write the following line at the end of the file:
ComputeSizeFromMargins=false
This value can be true or false. The default value is 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 write the following line at the end of the file:
TreatMarginAsSpacing=false
This value can be true or false. The default value is false.