I have got ADOBE Acrobat Distiller which I use to convert a MS Word Document to a PDF File.
I do not want the PDF file to get displayed after word has finished printing it through distiller.
What should I do?
Cheers,
Abhijit
Printable View
I have got ADOBE Acrobat Distiller which I use to convert a MS Word Document to a PDF File.
I do not want the PDF file to get displayed after word has finished printing it through distiller.
What should I do?
Cheers,
Abhijit
You could try using the FindWindow or FindWindowEx API call to grab a handle to Acrobat Reader & using the SendMessage API call to close the application as one idea....