Hello,
I have written a rendering-plugin for printer driver. It works similar to generic text driver. It’s working well for the page sizes around 10 inch in width . But if i try to print on more that 10 inch width of paper it does not print anything. I have seen in debug trace that it does not call DrvSendPage hook which I have implemented. Is this a problem with initializing of GDIINFO structure .? it it is what is the proper way to initialize it ? I have assigned paperWidth and paperHeight parameters using parameters of DEVMODE structure.
thanks in advance
Hrishi