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.
我已经编写了将JFrame's 的内容发送到激光打印机的代码。它适用于我,但相同的代码不适用于热敏打印机。可能需要向打印机发送一些设置。它在热敏打印机中为页面留下了更多的左边距。
JFrame
您观察到的差异的可能原因包括:
Printable
根据经验,您可以尝试translate()在您的实现中使用图形上下文Printable,如本示例所示。还要寻找更新的驱动程序。
translate()