Community
    • Login

    Looking to find if an envelope can be formatted and printed using Notepad++

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 2 Posters 1.4k Views 1 Watching
    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.
    • Bob DelmarB Offline
      Bob Delmar
      last edited by

      …as in Word–I think that would get me away from using Word altogether.
      Thanks for any information

      Meta ChuhM 1 Reply Last reply Reply Quote 0
      • Meta ChuhM Offline
        Meta Chuh moderator @Bob Delmar
        last edited by Meta Chuh

        welcome to the notepad++ community, @Bob-Delmar

        notepad++ is not capable of doing so with it’s built in features.

        you would have to first make a template of your envelope to print, with variable markers where name and address shall be placed.

        then create a file, that contains all names and addresses, having one separated line per address, where name, address, etc. are csv ; style separated
        (eg. an excel export of an address list).

        then you would need to use a scripting language plugin like pythonscript or luascript, and create a script to read line by line of the address text file, replace the variable markers at the source template and trigger printing for each replace loop.

        this would be a nice idea to play around, but far, far more work, than to do it with the built in form letter function of microsoft word.

        1 Reply Last reply Reply Quote 2
        • Bob DelmarB Offline
          Bob Delmar
          last edited by

          Thanks.
          Your last line says it all…
          Joe

          1 Reply Last reply Reply Quote 2

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors