Re: How to merge two pdf pages in to single Page

2024-06-25 Thread Ulf Dittmer
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 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 t

Re: How to merge two pdf pages in to single Page

2024-06-25 Thread Tilman Hausherr
https://stackoverflow.com/questions/26256546/how-to-insert-an-pdpage-within-another-pdpage-with-pdfbox On 25.06.2024 08:57, Semmalai C 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. assum

Re: Very slow on-disk font cache population on Windows with PDFBox 2.0.31

2024-06-25 Thread Adam Rauch
Thanks, Tilman. I did notice both PDFBOX-5727 and the pending optimization pull request that you mentioned. It's interesting (and counterintuitive) to me that we'd start experiencing severe performance issues after the switch to CRC32 and the fix for "skipexception." But that's what we're seei