Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. What should i use to generate and print letters

What should i use to generate and print letters

Scheduled Pinned Locked Moved IT & Infrastructure
databasetoolsquestionwpftesting
8 Posts 7 Posters 2 Views 1 Watching
  • 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.
  • N Offline
    N Offline
    nzdirtyanimal
    wrote on last edited by
    #1

    Hi im in the process of building a system that generates printed letters (around 1000 a day) that get sent to our customers and was wondering what are some good tools to use for this. So far i have looked into using Crystal reports and MS Fox pro reporting but find them frustrating to use. Anyone got any good suggestions? SQL reporting services and/or Word automation any good? here are my basic requirements - letters pull certains bits of information from our DB. - There are a number of conditions on what is displayed on the letter based on how the data looks. - ideally would like ability to easily edit letter templates. this is for basic changes only (e.g non-db driven parts of a letter). would be cool if it was easy enough that a non-IT person could do it. - would need to be able to do batch run of around 1000 letters at a time.

    P P D S J 5 Replies Last reply
    0
    • N nzdirtyanimal

      Hi im in the process of building a system that generates printed letters (around 1000 a day) that get sent to our customers and was wondering what are some good tools to use for this. So far i have looked into using Crystal reports and MS Fox pro reporting but find them frustrating to use. Anyone got any good suggestions? SQL reporting services and/or Word automation any good? here are my basic requirements - letters pull certains bits of information from our DB. - There are a number of conditions on what is displayed on the letter based on how the data looks. - ideally would like ability to easily edit letter templates. this is for basic changes only (e.g non-db driven parts of a letter). would be cool if it was easy enough that a non-IT person could do it. - would need to be able to do batch run of around 1000 letters at a time.

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #2

      HTML?

      N 1 Reply Last reply
      0
      • P PIEBALDconsult

        HTML?

        N Offline
        N Offline
        nzdirtyanimal
        wrote on last edited by
        #3

        How well would that work if you needed to do a batch run of say 1000 letters? would you have one html page per letter or one html page containing a 1000 letters? am kinda hoping to find a more purpose built solution rather than using a work around.

        modified on Tuesday, July 28, 2009 7:44 PM

        L 1 Reply Last reply
        0
        • N nzdirtyanimal

          How well would that work if you needed to do a batch run of say 1000 letters? would you have one html page per letter or one html page containing a 1000 letters? am kinda hoping to find a more purpose built solution rather than using a work around.

          modified on Tuesday, July 28, 2009 7:44 PM

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          nzdirtyanimal wrote:

          - would need to be able to do batch run of around 1000 letters at a time.

          You're not going to print them a 1000 at a time, are you? Assume that you put all those 1000 letters in a single HTML-page, and started printing. Halfway, for some reason, you need to stop. How (and where) are you going to resume printing? I'd suggest you loop your batch-items, generate a single letter, print it, and move on to the next item :)

          1 Reply Last reply
          0
          • N nzdirtyanimal

            Hi im in the process of building a system that generates printed letters (around 1000 a day) that get sent to our customers and was wondering what are some good tools to use for this. So far i have looked into using Crystal reports and MS Fox pro reporting but find them frustrating to use. Anyone got any good suggestions? SQL reporting services and/or Word automation any good? here are my basic requirements - letters pull certains bits of information from our DB. - There are a number of conditions on what is displayed on the letter based on how the data looks. - ideally would like ability to easily edit letter templates. this is for basic changes only (e.g non-db driven parts of a letter). would be cool if it was easy enough that a non-IT person could do it. - would need to be able to do batch run of around 1000 letters at a time.

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            Sounds like a classic case for mail merge - all decent word processors support this.

            "WPF has many lovers. It's a veritable porn star!" - Josh Smith

            As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

            My blog | My articles | MoXAML PowerToys | Onyx

            1 Reply Last reply
            0
            • N nzdirtyanimal

              Hi im in the process of building a system that generates printed letters (around 1000 a day) that get sent to our customers and was wondering what are some good tools to use for this. So far i have looked into using Crystal reports and MS Fox pro reporting but find them frustrating to use. Anyone got any good suggestions? SQL reporting services and/or Word automation any good? here are my basic requirements - letters pull certains bits of information from our DB. - There are a number of conditions on what is displayed on the letter based on how the data looks. - ideally would like ability to easily edit letter templates. this is for basic changes only (e.g non-db driven parts of a letter). would be cool if it was easy enough that a non-IT person could do it. - would need to be able to do batch run of around 1000 letters at a time.

              D Offline
              D Offline
              David Skelly
              wrote on last edited by
              #6

              You could do this with Word automation and mail merge if you are willing to sit down and code up your own solution. It's not hugely difficult (if you know Word and VB). There are also dedicated products that address this problem. One example is ITP which I have worked with in the past. These are top-end, high-volume tools and they're not cheap, and depending on your requirements, this may be using a sledgehammer to crack a nut.

              1 Reply Last reply
              0
              • N nzdirtyanimal

                Hi im in the process of building a system that generates printed letters (around 1000 a day) that get sent to our customers and was wondering what are some good tools to use for this. So far i have looked into using Crystal reports and MS Fox pro reporting but find them frustrating to use. Anyone got any good suggestions? SQL reporting services and/or Word automation any good? here are my basic requirements - letters pull certains bits of information from our DB. - There are a number of conditions on what is displayed on the letter based on how the data looks. - ideally would like ability to easily edit letter templates. this is for basic changes only (e.g non-db driven parts of a letter). would be cool if it was easy enough that a non-IT person could do it. - would need to be able to do batch run of around 1000 letters at a time.

                S Offline
                S Offline
                Sebastian Schneider
                wrote on last edited by
                #7

                First of all, you should get a decent printing setup with a high-volume printer and a dedicated printserver. I then would either go with Office automation - MSOffice and OpenOffice both worked fine for me - or with PDF generation and printing the PDFs - manually or automatically. Or RTF, if the rest of the letters is preprinted. Just be sure what fields you are going to be using, and that they always end up in the same place. Our postal service reserves the right to bill extra for different layouts in bulk mailings.

                Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

                1 Reply Last reply
                0
                • N nzdirtyanimal

                  Hi im in the process of building a system that generates printed letters (around 1000 a day) that get sent to our customers and was wondering what are some good tools to use for this. So far i have looked into using Crystal reports and MS Fox pro reporting but find them frustrating to use. Anyone got any good suggestions? SQL reporting services and/or Word automation any good? here are my basic requirements - letters pull certains bits of information from our DB. - There are a number of conditions on what is displayed on the letter based on how the data looks. - ideally would like ability to easily edit letter templates. this is for basic changes only (e.g non-db driven parts of a letter). would be cool if it was easy enough that a non-IT person could do it. - would need to be able to do batch run of around 1000 letters at a time.

                  J Offline
                  J Offline
                  Jorgen Andersson
                  wrote on last edited by
                  #8

                  Check out Printshop Mail. It probably does everything you want it to do. But it's expensive.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups