|
|
Title | Use DDE to print PDF files |
Description | This example shows how to use DDE to print PDF files in Visual Basic 6. It uses DDE to send messages to the Adobe Acrobat DDE Application. |
Keywords | DDE, PDF, Adobe Acrobat, Acrobat |
Categories | Graphics, Files and Directories |
|
|
Thanks to Craig Bennett.
This example shows how to use DDE to print PDF files in Visual Basic 6. It uses DDE to send messages to the Adobe Acrobat DDE Application. The call passes an array of PDF file names to be printed. See the code for the details.
|
|
|
|
|
|