Seems like you can host the Acrobat reader OCX and print to your FaxMan printer driver using that, or, here are some command line args for printing w/ the Acrobat EXE:
USING COMMAND LINES WITH ACROBAT AND ACROBAT READER UNDER WINDOWS
http://partners.adobe.com
These are unsupported command lines, but have worked for some developers. there is no documentation for these commmands other than what is listed below. You can display and print a PDF file using command lines with Acrobat and Acrobat Reader.
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 protname (all strings).
printername -- The name of you 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 line.
support@data-tech.com