Menu

Request: Header/Footer printing

drazx
2005-05-13
2012-11-13
  • drazx

    drazx - 2005-05-13

    Hi!

    It woulde be nice beeing able to print a date-time stamp on each page. Sometimes, I print different versions of the same doc and it can be difficult to identify the last one.

    Drazx

     
    • Don HO

      Don HO - 2005-05-13

      I'll enhance print option - add the header and footer when I have time.

      Don

       
      • Nobody/Anonymous

        Has anyone tried printing Header/Footer that contain foreign characters? Do they come out correctly? In my installation Greek characters in header/footer come out as gibberish.

         
      • Nobody/Anonymous

        it would be great if the next version included an environment variable that allowed the "number of pages" to be included in the footer when printing.
        eg;
        $(CURRENT_PRINTING_PAGE)of $(CURRENT_FILE_NUMPAGES)

        regards
        Richard Griffith

         
    • drazx

      drazx - 2005-05-15

      Can't ask for more...

      Drazx

       
    • Nobody/Anonymous

      perhaps a way to tweak margins....

       
    • Nobody/Anonymous

      and dictate if the line numbers print as well

      this feature is in the works right?

      i love NP++

       
    • Nobody/Anonymous

      i do not want to sound redundant however the features requested here would catapult NP++ into the chapion spot of text editors!!!

      i really hope this is in the next release

       
  • Pete

    Pete - 2011-06-07

    it would be great if the next version included an environment variable that allowed the "number of pages" to be included in the footer when printing.

    eg;

    $(CURRENT_PRINTING_PAGE)of $(CURRENT_FILE_NUMPAGES)

    Has a variable been added for this yet?  This is a must have when printing documents.  It doesn't help a whole lot to number the pages if there isn't a total number of pages indicated as well.

     
  • cchris

    cchris - 2011-06-09

    This had been discarded long ago for performance reasons: you need to paginate the document before to get the total page count, then paginate again for actual pronting. Or paginate once and keep the whole thing in memory.

    Please post a request on IdeaTorrent. As it gathers votes, work on this could start.

    CChris