Sending raw data to FedEx Label printer

前端 未结 6 1134
离开以前
离开以前 2020-12-17 04:43

I\'m working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer.

I just don\'t

6条回答
  •  无人及你
    2020-12-17 05:32

    C# doesn't support raw printing, you'll have to use the win32 spooler, as detailed in this KB article How to send raw data to a printer by using Visual C# .NET.

    Hope this helps.

    -Adam

提交回复
热议问题