Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Page break?

    Help wanted · · · – – – · · ·
    3
    3
    97
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dave Clark
      Dave Clark last edited by

      How can I put a page break into my documents?

      PeterJones 1 Reply Last reply Reply Quote 0
      • PeterJones
        PeterJones @Dave Clark last edited by

        @Dave-Clark ,

        Notepad++ is a text editor, not a word processor. Pagination is more associated with the latter, so pagination controls are not built into Notepad++.

        That said, there is an ASCII Form Feed character at code point 12. You should be able to use the Windows sequence Alt+012 to insert the FF into your document. Notepad++ won’t do anything special with it (and iirc, it doesn’t even dump that byte to the printer, but instead replaces it wit the shown glyph)… But if you dump the raw text file to the printer elsewhere (like the command line), the printer should form feed there.

        Alan Kilborn 1 Reply Last reply Reply Quote 1
        • Alan Kilborn
          Alan Kilborn @PeterJones last edited by

          Another option for inserting a formfeed character is the “Character Panel”.
          Turn it on via the Edit menu command called Character Panel.
          Then doubleclick the FF in the row with Value equal to 12.

          1 Reply Last reply Reply Quote 2
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors