Is it possible to print without creating a Windows printer on a server.
Situation:
We have an application that turns data into PDF documents and in later steps prints to printers via 2 steps. Step 1, is we use the PDF libraries to create a PS or PCL file from the PDF. Step 2 is we open a network printer UNC (\\servername\printername) in binary write mote and copy the data from the PS or PCL directly to that in binary mode.
We would like to simply print to a network UNC specification and not do this interim step, but the printers we need to print to are many and aren't known in advance. This info is passed to our application by the applications that need this service (mainly SAP).
Is it possible to simply substitute a UNC specification like we have above for a printer even if that printer has not yet been defined on our server and have the data actually sent to it?
Situation:
We have an application that turns data into PDF documents and in later steps prints to printers via 2 steps. Step 1, is we use the PDF libraries to create a PS or PCL file from the PDF. Step 2 is we open a network printer UNC (\\servername\printername) in binary write mote and copy the data from the PS or PCL directly to that in binary mode.
We would like to simply print to a network UNC specification and not do this interim step, but the printers we need to print to are many and aren't known in advance. This info is passed to our application by the applications that need this service (mainly SAP).
Is it possible to simply substitute a UNC specification like we have above for a printer even if that printer has not yet been defined on our server and have the data actually sent to it?