I found a website -
- that may help a little. Ironically enough, you'll need at least Acrobat Reader to view it, but there's a section that talks about using command line arguments with Acrobat. I haven't tested any of the examples, but they are:
----------------------------------------------------------
AcroRd32.exe filename — Executes the Reader and displays a file.
AcroRd32.exe /p filename — Executes the Reader and prints a file.
AcroRd32.exe /t path printername drivername portname — Initiates Acrobat Reader, prints a file while suppressing the Acrobat print dialog box, then terminates Reader.
The four parameters of the /t option evaluate to path, printername, drivername, and portname (all strings).
printername — The name of your printer.
drivername — Your printer driver’s name. Whatever appears in the Driver Used box when you view your printer’s properties.
portname — The printer’s port. portname cannot contain any "/" characters; if it does, output is routed to the default port for that printer.
If using Acrobat, substitute Acrobat.exe in place of AcroRd32.exe in the command lines.
-----------------------------------------------------------
There is no reference to an Adobe Virtual Printer, maybe that's accessable through the printername argument...
I know that doesn't help much, but maybe it points you in the right direction.
-Mike
Any man willing to sacrifice liberty for security deserves neither liberty nor security.
-Ben Franklin