I am rendering HTML to pdf using a paginator (as explained
here) and it works fine. But now I want to render it 'on top' of an existing pdf with the company letterhead etc).
This forum post shows how to do that with 'new PdfDocument' but using the paginator I don't use that construct. How do I specifiy an existing pdf with the Paginator?