Hello!
Is it possible to embed a pdf file within another pdf file and reuse the embedded pdf files multiple times?
Just like you can reuse for example images or textblocks --> you store it once inside the pdf an reuse it on different pages.
To be more specific: I use iText to create a pdf using the concept of watermarking. The single parts are pdf files themselves. Now I have to create multiple pages inside a pdf (each page is created via watermarking) and several parts like a header is always needed on a page. So I would like to add this header only once and reuse it. The problem is this header is not a xobject but a pdf....
Thanks for your help!
Kind regards,
Johannes