steven0lisa / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

PDF: render the current date /(-time) in print margins (header or footer) #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
*** This issue was imported from http://java.net/jira/browse/XHTMLRENDERER-235

It was reported by mblmblmbl on 16.04.2008 13:48:49 +0200 and last updated in 
the previous bug tracker on 30.05.2008 17:23:24 +0200

Found in
Operating System: All
Platform: All

The priority for this issue at migration was Major.

Original description: 
I would like to have the possibility to add the current date (and optionally
time) on the header or footer of each PDF page.
Maybe in a CSS stylesheet, somehow like this:

@page {
  @top-right {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 0.5em;
    color: #888888;
    content: date("dd.MM.yyyy HH.mm");
  }

Original issue reported on code.google.com by pdoubl...@gmail.com on 16 Feb 2011 at 9:52

GoogleCodeExporter commented 9 years ago
pdoubleya wrote on 30.05.2008 17:23:24 +0200:
Defer to future release.

Original comment by pdoubl...@gmail.com on 16 Feb 2011 at 9:52