michaelkatz
Programmer
I have an application that prints PDF files. If the user has Acrobat Professional installed, I can do it transparently using the coding in chapter 8 of MegaFox by Hertzenwerke Publishing.
The only way I can do it if the user has only the Acrobat Reader installed is by using ShellExecute.
1. Is there a better way to do this ?
2. Is ther a way to determine which version of Acrobat is installed ?
Thanks,
Michael
The only way I can do it if the user has only the Acrobat Reader installed is by using ShellExecute.
1. Is there a better way to do this ?
2. Is ther a way to determine which version of Acrobat is installed ?
Thanks,
Michael