I generate a PDF from CSS and HTML with ITextRenderer. But I dont know how to get more distance between 9. Some text and the border-bottom of the @top-center.
This is my styling:
@page {
  counter-increment: page; 
  margin-top: 80px;
  @top-center { 
    font-size: 9pt;
    content: "Page Header";
    border-bottom: 2px solid black;
    white-space: pre; 
    margin-bottom: 40px;
  }
}
This is how it looks now: a http://oi58.tinypic.com/fmto5d.jpg
This is the result im looking for.
 
    