Hi everyone,
I want say immediately that I’m a novice in DDK and I’m breaking my head with the following problem. I hope you can give me some help.
The problem:
In WinXP I need to print a text file (ASCII) to a virtual printer (based on the Generic/Text only driver) that:
1 - automatically print to a file (not on a real printer) into a specified directory,
2 - is paper format independent. I will explain: if I print a text file having some lines 500-1000 characters long, the standard Generic/Text only driver being dependent by the paper format (i.e. A4, Letter, A3, etc) will cut those lines. Also I think that the standard Generic/text driver has some bug, because the file printed is different from the original one (existing blank lines added/removed for example).
Pratically I need something that keep the ASCII file I want to print and simply save it into another file into a specified directory as it is.
I’ve accomplished the first task with a port monitor (found on Codeguru) associated with the standard Generic/Text only driver. Now my idea is to change the standard driver with another that keep all the print as it is.
Any idea?
Can you help me? What can I do to do this job?
Many thanks in advance
Robert