You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (Jira)" <ji...@apache.org> on 2022/10/18 06:23:00 UTC

[jira] [Commented] (PDFBOX-5527) The pages option does not work correctly for the overlay command

    [ https://issues.apache.org/jira/browse/PDFBOX-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17619255#comment-17619255 ] 

Tilman Hausherr commented on PDFBOX-5527:
-----------------------------------------

Please include main PDF and overlay PDF, also also test with 2.0.26 and 2.0.25 and 2.0.28 snapshot

[https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/2.0.28-SNAPSHOT/]

(We did fix a bug in 2.0.28 that may be related)

> The pages option does not work correctly for the overlay command
> ----------------------------------------------------------------
>
>                 Key: PDFBOX-5527
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5527
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.0.27
>            Reporter: Artem
>            Priority: Major
>
> The overlay command began to ignore the first page from the list.
> For example, in the following command produces an overlay only for pages 2 and 3, skipping page 1:
> -jar pdfbox-app-2.0.27.jar OverlayPDF input.pdf -page 1 overlay.pdf -page 2 overlay.pdf -page 3 overlay.pdf -position background output.pdf
>  
> But, if I apply the hack and add a zero page, I will get an overlay for pages 1,2 and 3:
> -jar pdfbox-app-2.0.27.jar OverlayPDF input.pdf -page 0 overlay.pdf -page 1 overlay.pdf -page 2 overlay.pdf -page 3 overlay.pdf -position background output.pdf



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org