Hi,
I have developed a small printing application (with WPF & C#) that prints a custom WPF control (that contains a InkCanvas control along with controls) using VisualsToXPS() method.
My problem is that the printed Visual's (InkCanvas's) quality is categorically poor if PCL5 driver (default drivers for the printer (HP Color Laserjet 5500 ) under Vista), it seems as if the strokes are breaking at the joints. Whereas in case of PCL6 driver
the printout seems to be just fine and same is the case with HP Deskjet 3900 series and HP Laserjet 1010 series of printers.
Is there something wrong with my code..I am in a fix please help.