Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Login

    Page break?

    Help wanted · · · – – – · · ·
    3
    3
    144
    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 ClarkD
      Dave Clark
      last edited by

      How can I put a page break into my documents?

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        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 KilbornA 1 Reply Last reply Reply Quote 1
        • Alan KilbornA
          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
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors