How To Setup a Printer Definition To Print In Landscape Duplex Mode
A unique printer definition will need to be setup for each output type needed. As such, it is not uncommon for up to three unique printer definitions to exist for each printer added to Munis. This ensures end users can print in whatever format works best for the situation. When naming printers, it is helpful to define a standardized naming schema, such as: {UserInitials}_Local_{OutputType} For example, consider the following scenario: User: John Smith Workstation Hostname: JSOffice Printer ShareName: LocalPrint Recommended Printer Definition: Printer Name | Print/Forms Command | Output Result |
---|
js_local_pm | ntp -d \\JSOffice\LocalPrint -@ pm.ntp | Portrait print job to John's local printer | js_local_ls | ntp -d \\JSOffice\LocalPrint -@ ls.ntp | Landscape print job to John's local printer |
|