Print on both sides 里,flip pages on long edge 和 flip pages on short page 的区别

简介: Print on both sides 里,flip pages on long edge 和 flip pages on short page 的区别

在打印时,如果要打印双面,可以使用打印机的"Print on both sides"(双面打印)功能。在这个功能中,"flip pages on long edge"和"flip pages on short edge"指的是打印机打印一面后,在翻转纸张时是以长边为翻转轴还是以短边为翻转轴。


具体来说,如果选择"flip pages on long edge",则打印机在打印完一面后,会以纸张的长边为轴翻转纸张,然后继续打印另一面。这种方式适用于大部分文档和书籍,如小说、杂志、手册等,因为它们通常是纵向排列的。


而如果选择"flip pages on short edge",则打印机在打印完一面后,会以纸张的短边为轴翻转纸张,然后继续打印另一面。这种方式适用于一些特殊的文档,如横向排列的文档,如 PowerPoint 幻灯片、地图等。


因此,“flip pages on long edge” 和 "flip pages on short edge"的区别在于纸张翻转的轴线不同,需要根据文档排版的方式来选择适合的方式,以确保打印效果正确。


另外,在打印 Word 文档时,Portrait orientation 和 Landscape orientation 分别指文档的纵向和横向打印方向。


具体来说,Portrait orientation 指纵向打印,即文档的高度大于宽度,类似于书本的竖版排版方式。而 Landscape orientation 指横向打印,即文档的宽度大于高度,类似于电影的宽屏幕排版方式。

image.png

在选择打印方向时,可以根据文档的排版需要和内容来选择。例如,如果文档中的内容以表格、图表等横向元素为主,那么横向打印可能更适合,而如果文档中的内容以文本为主,那么纵向打印可能更适合。


另外,2 pages per sheet 则指在一张纸上打印两页文档,这可以节省打印纸张和打印成本,但需要将文档的字体和大小调整为适合打印两页的大小。在横向打印时,2 pages per sheet 模式通常会将两页文档放在一行上,而在纵向打印时,则通常会将两页文档放在一列中。

相关文章
|
7月前
|
定位技术
Print on both sides 里,flip pages on long edge 和 flip pages on short page 的区别
Print on both sides 里,flip pages on long edge 和 flip pages on short page 的区别
113 0
ByteBuffer中的flip()、clear()、compact()
ByteBuffer中的flip()、clear()、compact()
115 0
ByteBuffer中的flip()、clear()、compact()
how to find the original page containing a given image
how to find the original page containing a given image
how to find the original page containing a given image
|
SQL Java
Presto Core Data Structures: Slice, Block & Page
![slice.jpg](https://ata2-img.cn-hangzhou.oss-pub.aliyun-inc.com/8efe25242cf8a9e6c0067e1c71cbb7d3.jpg) ## Overview In Presto there are some very essential data structure we need to understand, S
1348 0
|
Oracle 关系型数据库
在 C# 中,(int) ,Int32.Parse() 和 Convert.toInt32() 三种方法的区别
在 C# 中,(int),Int32.Parse() 和 Convert.toInt32() 三种方法有何区别?     int 关键字表示一种整型,是32位的,它的 .NET Framework 类型为 System.Int32。
967 0