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.
参考以下线程如何在多页中打印一张大图像?
我将图像拆分为多个页面,但我需要根据 A4 尺寸的纸张调整宽度和高度。怎么做到呢??
关于上面的一些评论,一些打印机有一个“海报打印”选项。这将在打印机设置中,在应用程序上点击“打印”后会查看该设置。并非所有打印机都这样做。
另一种方法是使用 System.Drawing 库,将图像导入内存中的 .BMP,然后将块分割成新的 BMP。首先看看您是否可以让打印机完成脏活,仅在以下情况下使用此选项将其用于其他目的。
如果您商店中的所有打印机都使用 PCL6,那么它们很可能始终支持此模式。如果没有,你将不得不以艰难的方式去做。