There is a white border when you print graphics that have transparent regions from a PostScript Printer in Office 2003 (822524)



The information in this article applies to:

  • Microsoft Office Word 2003
  • Microsoft Office PowerPoint 2003
  • Microsoft Office FrontPage 2003
  • Microsoft Office Excel 2003
  • Microsoft Office Access 2003

Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SYMPTOMS

When you print an Office 2003 document to a PostScript printer, graphics that have transparent regions print with a white border along the edge of those regions.

CAUSE

This problem occurs because the Graphics Device Interface Plus (GDI+) portion of Office 2003 renders bitmapped transparencies in a 4-bit mode when printed to a PostScript output device. This causes the white border to appear along the edges of the transparent region.

WORKAROUND

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
To work around this problem, add the following registry key and change the transparency rendering from 4-bit rendering to 128 bit:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Gdiplus\PSTransparencyValue


Follow these steps, and then quit Registry Editor:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following key in the registry:

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Gdiplus

  3. On the Edit menu, point to New, and then click DWORD.
  4. Type PSTransparencyValue, and then press ENTER.
  5. On the Edit menu, click Modify.
  6. Type 7f, and then click OK.

Modification Type:MajorLast Reviewed:3/23/2006
Keywords:kbtshoot kbRegistry kbPostScript kbprint kbprb KB822524 kbAudEndUser