Search code examples
phppdfprincexml

Docraptor PDF: How to avoid displaying header in 2nd Page


Im generating PDFs using docraptor API and my pdfs can have multiple pages. I have set the header image for the pdf but it appears on all pages. I need the header in the first page only.

TIA


Solution

  • Can you not just set it as normal content at the start of the document, not as a header which is repeated on each page?