how to develop a virtual Image Printer Driver ?

On Feb 5, 2008 4:41 PM, wrote:
> 1. The Bitmap sample code is the one I should use?

This is the route I went. It should be fairly easy to get it to cough
up a png or tiff instead. In the end I used one of the reserved fields
in the bmp header to store the last page # and converted it to tiff in
my application instead.

The biggest problem with this sample is that it is XP and newer only.
No Win2k support. :frowning:


Rune