Hide Footer on first page
问题 Is it possible to hide the header/footer of a TuesPechkin document for a specific page. I'd like the header and footers to be ignored on the first page of the PDF document but can't find a way to achieve this. Document setup as below: var document = new HtmlToPdfDocument { GlobalSettings = { ProduceOutline = true, DocumentTitle = "My Report", PaperSize = PaperKind.A4, // Implicit conversion to PechkinPaperSize Margins = { All = 1.375, Unit = Unit.Centimeters } }, Objects = { new