You could perform a windows API (Shell Execute) to print the file.
The ShellExecute command takes a few parameters, one of which is the filename and the other the action - that action can be “print”.
This will cause the OS to print the file with the associated application (basically the same as right clicking in File Explorer and selecting Print).
Hope this helps,
Regards,
Andy
noyantis.com