While working in Infopath forms, there may some situations where you may need to Print the InfoPath form. But the problem of Infopath API is that we can’t specify the printer name for printing. Like this one
InfoApp.XDocuments(0).PrintOut()
The printout method doesn’t have any parameters like Printer name or port etc. As a workaround you can export [...]
