Hi people,
I am using VB 6 in a NT/Xp/Me/W2K environment .
Q1 :
I need to move print jobs from one print queue to another, Moving from local to local/ local to LAN printer queues that use different drivers. How do I do that? What functions/APIs I need to use?
I already know how to get printer and print jobs information from the print queues using WIN32 API functions, the only problem is how to move print jobs across print queues
i.e Print queue 1(HP driver) --> directly to --> (Network) Print queue 2(Epson driver)
Q2: :
Are printer spool files generated in relation/containing information about the printer drivers used to spool it?
i.e. If I send a spool file generated by Print Queue 1(HP driver) to Print Queue 2(Epson driver) directly to print. Will error occur?
I am using VB 6 in a NT/Xp/Me/W2K environment .
Q1 :
I need to move print jobs from one print queue to another, Moving from local to local/ local to LAN printer queues that use different drivers. How do I do that? What functions/APIs I need to use?
I already know how to get printer and print jobs information from the print queues using WIN32 API functions, the only problem is how to move print jobs across print queues
i.e Print queue 1(HP driver) --> directly to --> (Network) Print queue 2(Epson driver)
Q2: :
Are printer spool files generated in relation/containing information about the printer drivers used to spool it?
i.e. If I send a spool file generated by Print Queue 1(HP driver) to Print Queue 2(Epson driver) directly to print. Will error occur?