The printing jobs take more time when using the Citrix Universal Printer.
When the document is printed, the size of the job that is recorded with the Enhanced MetaFiles (EMF) can be very large depending on certain factors.
Caution! Refer to the Disclaimer at the end of this article before using Registry Editor.
It is included multiple times that makes the job even bigger, or if the application does not use GDI to render the contents.
This is a limitation of how EMF processes jobs. It sees the images at the exact resolution that the client presents it, and records it even if the job does get scaled down by the actual printer driver.
Registry Use:
To use the following registry entries, following requirements must be met:
10.x client or higher.
XenApp 4.with hotfix rollup pack 1 or higher.
On 32-bit Windows:
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Print\UPDDevmode
Name: see the chart below
Type: see the chart below
Data: see the chart below
On 64-bit Windows:
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Print\UPDDevmode
Name: see the chart below
Type: see the chart below
Data: see the chart below
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\Print\UPDDevmode
Name: see the chart below
Type: see the chart below
Data: see the chart below
The following table describes various registry keys and their corresponding values:
Name |
Type |
Data |
dmOrientation |
REG_DWORD |
1 = portrait, 2 = landscape |
dmPaperSize |
REG_DWORD |
1 = letter through 118 = last paper defined in paper table |
dmPaperLength |
REG_DWORD |
1 - 65535 |
dmPaperWidth |
REG_DWORD |
1 - 65535 |
dmScale |
REG_DWORD |
1 - 1000 |
dmCopies |
REG_DWORD |
1 - 9999 |
dmDefaultSource |
REG_DWORD |
1 - 15 |
dmPrintQuality |
REG_DWORD |
1 = draft, 4 = high |
dmColor |
REG_DWORD |
1 = monochrome, 2 = color |
dmDuplex |
REG_DWORD |
1 = simplex, 2 = horizontal, 3 = vertical |
dmYResolution |
REG_DWORD |
32 - 65535 |
dmTTOption |
REG_DWORD |
1 = bitmap, 2 = download, 3 = substitute, 4 = outline |
dmCollate |
REG_DWORD |
0 = false, #1 = true |
dmLogPixels |
REG_DWORD |
0 - 65535 |
dmBitsPerPel |
REG_DWORD |
0 - 65535 |
dmPelsWidth |
REG_DWORD |
0 - 65535 |
dmPelsHeight |
REG_DWORD |
0 - 65535 |
dmFormName |
REG_SZ |
Form name, such as letter, A4, tabloid, or other available form options |