Printing PDF files.
-
Can you suggest how I could proceed? At present there is a directory and it contains pdf and txt files. Every day some person opens this directory and prints and deletes these files. Is there an API or some generic method to move the contents this directory to an outqueue that would print. I know how to read through the directory (CFileFinder) but how do I go about submitting these files to a writer? thanks
-
Can you suggest how I could proceed? At present there is a directory and it contains pdf and txt files. Every day some person opens this directory and prints and deletes these files. Is there an API or some generic method to move the contents this directory to an outqueue that would print. I know how to read through the directory (CFileFinder) but how do I go about submitting these files to a writer? thanks
The easiest way would be to use
ShellExecute(..., "print", ...)
.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen