- Re: StartDoc() is called 2 times from MS. Word printing
- Posted by Vijji on January 11th, 2005
Hai Cosmin Dumitru,
I can not solve Ur problem....But U can solve my problem......
I am also writing the virtual printer driver, where I just want to
capture the image instead of printing it......
I captured the bitmap DIB in IOemUni::ImageProcessing module and tried
to store the bitmap DIB to a file......I am succeded in storing also
But.........I am getting a bottom-up image rather than the correct
image and also I am not getting the whole page.........Could U please
help in this regarding as u have done in Ur project........
Please post answer to my personal mail-id: vijjikama@yahoo.com
advanced thanks
Vijji
cosmin wrote:
- Posted by Vipin on January 13th, 2005
There is screw up in the driver, that is why you see that entry points being
hit multiple times.Simple thing could be an access violation.
Vipin
"Vijji" <vijji_kama@rediffmail.com> wrote in message
news:1105435115.748511.73940@f14g2000cwb.googlegro ups.com...
- Posted by Naveen on January 13th, 2005
Hi!
This is the known problem with UNIDRIVER and MS Word. If you notice it only
in one call you will get Document name and in other calls you will not get
Document name. So you have got the way out to check when to throw ur dialog...
Naveen
"Vipin" wrote: