Open Bug 441959 Opened 16 years ago Updated 2 years ago

[RFE] HTML header/footer printing for webpage as a advanced option

Categories

(Core :: Printing: Output, enhancement)

enhancement

Tracking

()

People

(Reporter: BijuMailList, Unassigned)

References

(Blocks 1 open bug)

Details

+++ This bug was initially created as a clone of Bug #441957 +++

Allow advanced user to configure printing with HTML/CSS formatting for header and footer.

There should also provision for providing "FIELDS" like page title, URL, page#, total pages, print date, modify date, date with out time, etc.


Suggestion, we could use E4X syntax for the "FIELDS" like


Example:-
<div>
  <style><![CDATA[

  .mailheader {font-weight:bold}

  ]]></style>
  <table class="mailheader">
     <tr><td>{new Date()}</td><td>{printdocument.title}</td></tr>
  </table>
</div>

where "printdocument" is object currently printing webpages document object.
related bug 69459, bug 374199, bug 231068
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.