强制特定内容横向打印

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了强制特定内容横向打印相关的知识,希望对你有一定的参考价值。

This handy trick works in IE5.5/Win and newer. It assumes that the default printer orientation is portrait.
  1. <style type="text/css" media="print">
  2. div.page {
  3. writing-mode: tb-rl;
  4. height: 80%;
  5. margin: 10% 0%;
  6. }
  7. </style>

以上是关于强制特定内容横向打印的主要内容,如果未能解决你的问题,请参考以下文章

在 UITabBarController 的横向强制特定视图控制器

有没有办法强制 SwiftUI 中的横向模式仅用于某些视图?

Android强制Fragment重建View

强制“横向”定向模式

如何以横向模式打印 PDF

Stimulsoft打印内容横向,变成竖向,解决方法