Like the title says, with some pdf's the input width does not match the output width of the JpegDevice.
For example, I pass an width of 7582 into the JpegDevice, then when I load the output stream into an System.Windows.Media.Imaging.BitmapImage the image says the width is 6300.
Enclosed is a test project which demonstrates the problem.