D
Dan
I am trying to convert a bunch of different format files (.jpg/.pdf/.doc) to
..pcl (print-to-file) in a batch procedure. I've used shellexecute to open
the files (with an associated application) and then send them to a printer
that is set up to print to a particular file name (myprint.pcl)
The problem with this is that myprint.pcl is overwritten every time a new
file is being sent for printing. How can I get this resolved i.e. how can I
rename the default file name (myprint.pcl to say my_batch_file_name.pcl) at
runtime?
Ideally, I would be looking for an API that would allow me to control this
parameter (read-write) at runtime and, of course, a sample would be highly
desirable.
..pcl (print-to-file) in a batch procedure. I've used shellexecute to open
the files (with an associated application) and then send them to a printer
that is set up to print to a particular file name (myprint.pcl)
The problem with this is that myprint.pcl is overwritten every time a new
file is being sent for printing. How can I get this resolved i.e. how can I
rename the default file name (myprint.pcl to say my_batch_file_name.pcl) at
runtime?
Ideally, I would be looking for an API that would allow me to control this
parameter (read-write) at runtime and, of course, a sample would be highly
desirable.