Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Redmon Port Redirector 将 PCL 流保存到文件。
然后,我使用 C# 将一些 PJL 命令添加到文件中并将其保存回磁盘。
然后使用 LPR 将文档发送到打印机。
发生的情况是所有文本都打印得很好,但文件中的任何条形码都被弄乱了,我会说是揉在一起。如果我不添加任何 PJL 命令,则条形码会按预期打印。
这是之前和之后的文件
我的猜测是编码存在一些问题,但我不确定从这里去哪里。