This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new aaff996e PDFBOX-6005: include reverse landscape option
aaff996e is described below

commit aaff996ee1c769030d2fac802b758addc1054d43
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri May 16 12:31:34 2025 +0200

    PDFBOX-6005: include reverse landscape option
---
 content/2.0/commandline.md | 2 +-
 content/3.0/commandline.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/2.0/commandline.md b/content/2.0/commandline.md
index ff5182ef..620fb123 100644
--- a/content/2.0/commandline.md
+++ b/content/2.0/commandline.md
@@ -201,7 +201,7 @@ Usage: ``java -jar pdfbox-app-2.y.z.jar PrintPDF [OPTIONS] 
<inputfile>``
 | -password | | The password to decrypt the PDF. |
 | -silentPrint | | Print the PDF without prompting for a printer. |
 | -printerName ``<name>`` | | Print to specified printer. |
-| -orientation [auto &#124; portrait &#124; landscape] | auto | Print using 
orientation. |
+| -orientation [auto &#124; portrait &#124; landscape &#124; 
reverse_landscape] | auto | Print using orientation. |
 | -border | | Print with border. |
 | -duplex \<duplex> | DOCUMENT | print using duplex (SIMPLEX, DUPLEX, TUMBLE, 
DOCUMENT). |
 | -mediaSize \<mediaSize> | | print using media size name. |
diff --git a/content/3.0/commandline.md b/content/3.0/commandline.md
index 2b7dd8ed..0fbd9242 100644
--- a/content/3.0/commandline.md
+++ b/content/3.0/commandline.md
@@ -238,7 +238,7 @@ Usage: ``java -jar pdfbox-app-3.y.z.jar print [OPTIONS] 
-i=<infile>``
 | -listPrinters | | list all printers with available settings |
 | -mediaSize=\<mediaSize> | | print using media size name. |
 | -noColorOpt | | disable color optimizations (useful when printing barcodes). 
|
-| -orientation | AUTO | print using orientation (AUTO, LANDSCAPE, PORTRAIT). |
+| -orientation | AUTO | print using orientation (AUTO, LANDSCAPE, 
REVERSE_LANDSCAPE, PORTRAIT). |
 | -password=[\<password>] | | Password for the PDF.
 | -printerName=\<printerName> | | print to specified printer. |
 | -silentPrint | | print without printer dialog box. |

Reply via email to