Paging- Header question

I’m new to using the aspose.pdf and can’t see where or how I would accomplish the following task. I would like to have a page header on all pages except the first one. Since the text/html comes from a database - I don’t know how many pages are going to be printed either.

Any guidance/suggestions are appreciated, thanks in advance.

Al

Hi,

Please refer to Set Page Header and Footer. You should set the [IsSubsequentPagesOnly](http://www.aspose.com/Products/Aspose.Pdf/Api/Aspose.Pdf.HeaderFooter.IsSubsequentPagesOnly.html) to true.

Thanks for the info, I’ll give it a shot.

Al