G
Guest
Hi,
I'm writing an application in vb.net 2005 to batch-print several .pdf file
to the default printer, using Process.Start method, without multithreading.
But the order of the documents queued in the printer is not correct and
every time different. For example, if the application prints, in order
1.pdf
2.pdf
3.pdf
in the printer queue I find
3.pdf
1.pdf
2.pdf
or
2.pdf
1.pdf
3.pdf
....
How to be sure to keep the right order?
Thanks.
I'm writing an application in vb.net 2005 to batch-print several .pdf file
to the default printer, using Process.Start method, without multithreading.
But the order of the documents queued in the printer is not correct and
every time different. For example, if the application prints, in order
1.pdf
2.pdf
3.pdf
in the printer queue I find
3.pdf
1.pdf
2.pdf
or
2.pdf
1.pdf
3.pdf
....
How to be sure to keep the right order?
Thanks.