• Login
Community
  • Login

Page break?

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
5 Posts 5 Posters 1.4k Views
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.
  • D
    Dave Clark
    last edited by Jun 13, 2021, 2:23 PM

    How can I put a page break into my documents?

    P 1 Reply Last reply Jun 13, 2021, 2:52 PM Reply Quote 0
    • P
      PeterJones @Dave Clark
      last edited by Jun 13, 2021, 2:52 PM

      @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.

      A M 2 Replies Last reply Jun 13, 2021, 11:34 PM Reply Quote 3
      • A
        Alan Kilborn @PeterJones
        last edited by Jun 13, 2021, 11:34 PM

        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
        • M
          Marty Kay @PeterJones
          last edited by Jun 22, 2024, 10:52 AM

          Printing from NPP, the printer does not FF.

          M 1 Reply Last reply Jun 22, 2024, 3:58 PM Reply Quote 0
          • M
            mkupper @Marty Kay
            last edited by mkupper Jun 22, 2024, 4:21 PM Jun 22, 2024, 3:58 PM

            @Marty-Kay Read the message @PeterJones posted above three years ago on how to get the FF.

            If you want Notepad++ to do something special with FF then you could try FAQ: Feature Request or Bug Report

            Notepad++ already has a number of configuration settings related to printing. With that in mind I could see some support for FF being added. However, I suspect though that the request for FF support would get declined or ignored as the FF feature could easily creep into a later request to display a horizontal line at the FF and then to creep into displaying page number and the line within that page. It sends Notepad++ drifting into the FAQ: “Notepad++ is a Text Editor, not a Word Processor” territory.

            1 Reply Last reply Reply Quote 3
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors