RE: Advice on how to copy the contents of a page to an existing page in another document

2023-09-22 Thread Mark Gibson
Thank you Tilman. I shall work through that. -Original Message- From: Tilman Hausherr Sent: Thursday, September 21, 2023 5:53 PM To: users@pdfbox.apache.org Subject: Re: Advice on how to copy the contents of a page to an existing page in another document [EXTERNAL] https

Re: Advice on how to copy the contents of a page to an existing page in another document

2023-09-21 Thread Tilman Hausherr
https://stackoverflow.com/questions/26256546/how-to-insert-an-pdpage-within-another-pdpage-with-pdfbox On 21.09.2023 17:39, Mark Gibson wrote: Hi I was hoping someone might be able to advise on how to do the following with PDFBox. We want to copy the contents of a page in a first PDF file,

Advice on how to copy the contents of a page to an existing page in another document

2023-09-21 Thread Mark Gibson
Hi I was hoping someone might be able to advise on how to do the following with PDFBox. We want to copy the contents of a page in a first PDF file, and drop them in to an existing page in a second PDF file. Are there any simple utilities in PDFBox that provide this functionality? Thanks Mark