It sounds as if the overlay functionality could be useful: https://pdfbox.apache.org/3.0/commandline.html#overlaypdf
Ulf On Tue, Jun 25, 2024 at 8:58 AM Semmalai C <semma...@gmail.com> wrote: > Dear All, > > i have two pdf files first.pdf and second.pdf . need to copy the content of > first page of the second.pdf to the last page of first.pdf. assume in the > last page of first.pdf has some content . same portion the second.pdf has > no content. > > > Need to get the content stream ,resources of first page of the second.pdf > and merge it to the last page of first.pdf > > > > how to achieve please guide >