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 38b1319e PDFBOX-6049: add -adjustRotation overlay option
38b1319e is described below
commit 38b1319e4eea1f81b1560cdb90eb2053334128b0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Aug 13 10:08:27 2025 +0200
PDFBOX-6049: add -adjustRotation overlay option
---
content/2.0/commandline.md | 1 +
content/3.0/commandline.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/content/2.0/commandline.md b/content/2.0/commandline.md
index 620fb123..c57a548b 100644
--- a/content/2.0/commandline.md
+++ b/content/2.0/commandline.md
@@ -111,6 +111,7 @@ Usage: ``java -jar pdfbox-app-2.y.z.jar OverlayPDF
<input.pdf> [OPTIONS] <output
| --- | --- | --- |
| inputfile | | The PDF file to be overlayed. |
| defaultOverlay.pdf | | Default overlay file. |
+| -adjustRotation | | To rotate the overlay according to the rotation of the
page (only when using default overlay) |
| -odd oddPageOverlay.pdf| | Overlay file used for odd pages. |
| -even evenPageOverlay.pdf| | Overlay file used for even pages. |
| -first firstPageOverlay.pdf| | Overlay file used for the first page. |
diff --git a/content/3.0/commandline.md b/content/3.0/commandline.md
index 0fbd9242..6721e91b 100644
--- a/content/3.0/commandline.md
+++ b/content/3.0/commandline.md
@@ -121,6 +121,7 @@ Usage: ``java -jar pdfbox-app-3.y.z.jar overlay [OPTIONS]
-i=<infile> -o=<outfil
| Command-Line Parameter | Default | Description |
| --- | --- | --- |
+| -adjustRotation | | To rotate the overlay according to the rotation of the
page (only when using default overlay) |
| -default=\<defaultOverlay> | | the default overlay file. |
| -even=\<evenPageOverlay>| | overlay file used for even pages. |
| -first=\<firstPageOverlay| | overlay file used for the first page. |