Slashdot Mirror


One-at-a-time Mailing Label Printers?

An anonymous reader asks: "I work at a small law firm, and we are looking for a better way to print mailing labels. Currently, we print out an entire label sheet (30 labels) for each of our regular clients, storing them in binders. For one-offs, we use a typewriter. I'd like to find a label printer for around $250 (or less) to print labels one at a time. The challenge is that all the printers I can find are thermal print. Our fear is that a label may become unreadable due to heat exposure sometime during mailing. Even if label damage due to heat is rare, we cannot afford to take a chance since many of the documents we mail are time-sensitive. Also, we often send documents unfolded in large envelopes, so addressing #10 envelopes through a laser printer isn't enough -- we need labels!" "The ideal printer would be non-thermal, e.g. inkjet, available through our network so anyone could print from their desktop, usable with some network printing device, and maybe even compatible with our Samba print server. Oh yeah, and I'd like it to be open enough that I can send text to it for printing, so maybe I can write a quick app to let users print labels from our client database, or make their own on the fly. Finally, I'm hoping to find a product that is not discontinued (e.g. Seiko EZ30), as surfing eBay for office equipment is not something my boss is willing to let me do."

63 comments

  1. Easy. by LWATCDR · · Score: 2, Insightful

    No not ink jet, dot matrix!
    http://www.okidata.com/mkt/html/nf/ML186Home.html
    We still have several old Okidata printers at my office just for printing out multipart forms and for labels.

    It is what we used back in the dark ages. Now if you could find an old Okidata 92 you would be all set. I think they will last until the sun goes nova.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:Easy. by sakusha · · Score: 2, Interesting

      I agree, this is a job for a simple dot matrix printer and continuous-forms labels. But it is tricky to print just one at a time, you have to design your label forms so your preprinted return address (and logo, whatever) is on the top half of the form, then you print the To: address on the bottom half of the label, so when you do a "form feed" the edge of the label clears the top of the print head and you can tear it off. In other words, the "top of form" mark is really halfway down the label, you start printing "line 1" in the middle of the label, then a Form Feed command pushes the label up so the tear-off perforation is above the printhead. Does that make sense? (BTW, you can probably tell I used to write programs to print labels on dot matrix printers)...

      I used to sell a couple of varieties of dot matrix printers that avoided this problem with a clever forms-handling trick, it would pop up the top of the form above the printhead so you could rip off the form, then it would retract the form back down to the printhead so it could start printing on the top line of the next page. But I haven't seen a printer like that since the late 1980s. There used to be a few clever dot matrix printer designs that would allow you to print one label at a time with a slot-fed mechanism, I recall one IBM model from the early 1980s that did this, but AFAIK it was a unique design.

      If I had to choose ONE printer above all others that was the best label printer EVER, it was the original Apple LaserWriter, or any other early 1st generation laser printer that used the early Canon laser engine (I think the HP LaserJet 1 was similar). These early models had a manual feed that was "corner fed" so you could print on something as small as a business card. I've never seen any other printer that could print on that small a label. You could probably find one of these early laser printers for cheap, and they were pretty indestructible since the mechanism was in the replaceable toner cart.

    2. Re:Easy. by AndyCap · · Score: 1

      A "modern" dot matrix printer will have the tear off support on tractor-fed paper. Say for instance an Oki Microline 3390 for 24-pin dot-matrix.
      Of course push-feds are vulnerable to jams, but that goes for any printer. :-) And be sure that a label doesn't come unstuck from the backing paper and glues itself to the paper out sensor. :-P
      Oki's were built like a tank when I used them, and I hope that it remains so today.

  2. You know... by Deagol · · Score: 1, Informative

    You *can* print only one of those 30 labels at a time. I do it all the time.

    1. Re:You know... by superchkn · · Score: 4, Informative

      As Deagol noted, unless your office is exceptionally humid, running labels through multiple times is unlikely to cause problems. At a previous job we did this all the time and the one time we had a problem it was attributed to one of the labels having been caught by another sheet in the stack and peeled up, causing a paper jam. Luckily it was easy to remove and thereafter a quick glance at the sheet before use and better storage solved the problem. We ended up creating a script that would generate HTML pages to print given a starting label column and row using a database to provide the address data. It took some fine-tuning to keep it ontrack after 10 or so pages which wouldn't have been a problem if we'd used some word-processing application instead of HTML, but the HTML worked out better for our situation. We'd print our postage information using a thermal printer and then used the laser for the address information though I must admit I no longer recall why. Either way, we never had an issue with either the laser or thermal labels becoming unreadable.

    2. Re:You know... by penguinboy · · Score: 1

      The trouble with that strategy is you have to keep track of which labels have already been used on a given sheet (or else toss out sheets with 29 labels remaining).

    3. Re:You know... by sakusha · · Score: 1

      I saw a solution to this problem a long time ago when laser printers were brand new. One company made a special paper form that was 12.5 inches long, the last 1.5 inch section was perforated and had a self-adhesive label. Then you'd stick these sheets in a legal size paper tray, maybe use that as the secondary tray in a 2 tray laser printer. The idea was that you could print a sticker on the same sheet as your letter, then you'd tear off the little performated strip at the bottom, remove the label, and stick the label on your envelope.

      Of course this isn't going to solve the problem at hand.

    4. Re:You know... by angle_slam · · Score: 2, Informative

      If you use something like MS Word, it's pretty easy. First, create a label page with the one label you have to print. Then print that label. Then, save the label file. Next time you need a label, just erase the first label (from the Word document), and print the next one. (Actually, erasing the first label is optional, the worst that will happen is that your printer will print on a part of the page without a label.

    5. Re:You know... by AvitarX · · Score: 1

      If it is ink jet then printing on the blank is a big mess.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  3. Zebra thermal printers by duffbeer703 · · Score: 3, Informative

    Joel Splosky from Joel on Software had a similar problem and wrote it up here:

    http://www.joelonsoftware.com/articles/HowToShipAn ything.html

    I wouldn't worry about label damage if you are using a good thermal printer -- UPS and FedEx both use thermal printers to produce their labels.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
    1. Re:Zebra thermal printers by mooingyak · · Score: 1

      It's not the printer so much as the quality of the label stock. But most of the ones I've seen only get marred if they're exposed to open flame. Since the stock we have to deal with is often not known whether or not it's thermal, we sometimes find a smoker and borrow their lighter to test it.

      --
      William of Ockham had no beard. The most likely explanation is that it was chewed off by squirrels every morning.
    2. Re:Zebra thermal printers by Anonymous Coward · · Score: 0

      People at work thought i was crazy the first couple times I checked via that method.

  4. Thermal really is the way to go by everyplace · · Score: 4, Informative

    At our office we use the Dymo Labelwriter 330 Turbo. Its a great product for exactly what you're looking for. Every day we print singles or hundreds of labels, primarily as shipping labels. Unless you're taking a lighter or some other intense heat source to the surface of the label, the ink isn't going to fade or become distored in any short amount of time. We've never had the quality of the label be at fault for a mis-delivered package. That's primarily left up to the human error, as always.

    You should check out the two newest offerings from dymo. They have a 400 model, and one that prints to two different types of labels at once, which can be nice if you occaisionally need clear labels.

    1. Re:Thermal really is the way to go by amliebsch · · Score: 1

      I second this. It works really well. Don't let an irrational hatred of thermal printers based on register receipt printers turn you off to the Dymo Labelwriters.

      --
      If you don't know where you are going, you will wind up somewhere else.
    2. Re:Thermal really is the way to go by MoonBuggy · · Score: 2, Informative

      I'd have to agree that thermal prints are near enough heatproof, certainly they'd withstand anything the shipping companies will put them through (and keep in mind that if you used an inkjet as the OP requested it'd be prone to running in the rain, a much more likely event) but one thing I've learned that they don't like is adhesives. No idea why, but if you put a piece of tape over a thermally printed label to hold it more securely to the package, the bit that the adhesive is touching will go blank in a day or so with decent sunlight, while the rest of the label will still be fine.

  5. tape a #10 envelope to a larger envelope by brontus3927 · · Score: 2, Informative

    At the office I work at (a government agency, of course) we just print out #10 envelopes. If something needs to go out in a larger envelope, we just tape to secure the #10 to the larger envelope. If your really worried about the tape falling off, just buy a bunch of those clear document pouches like they use for UPS, and stick the #10 envelope in there. Those pouches don't come off without someone meaning to take it off, and then not easily.

    1. Re:tape a #10 envelope to a larger envelope by Phreakiture · · Score: 1

      If your really worried about the tape falling off, just buy a bunch of those clear document pouches like they use for UPS, and stick the #10 envelope in there.

      You really do work for the government, don't you? You are so close to a good idea here, but not quite there.

      Get the clear pouches. Print the address (plus maybe your return address and your law firm's logo) on half of a 8½"x11" or A4 page. Fold the page in half and stick it in the pouch. Attach the pouch to the large envelope. Problem solved.

      --
      www.wavefront-av.com
  6. The answer... by Shads · · Score: 2, Informative

    ... for single labels is-- Dymo. We used them at the post office, we use them where I work now, they work well and consistantly. I've had ~3000 in the field at a time and seen only one or so a month. Good stuff.

    --
    Shadus
  7. Real envelope printer by BrynM · · Score: 1

    Don't bother with a normal laserjet or inkjet. Get a solid envelope printer like the PB DA400. Prints envelopes up to 13"x15". Bowes is expensive, but they have good service. I've used several printers like this on and this one. All seem to work well with the normal printer caveats of jams and running out of ink eventually.

    --
    US Democracy:The best person for the job (among These pre-selected choices...)
  8. Dymo! by Anonymous Coward · · Score: 5, Informative

    Our fear is that a label may become unreadable due to heat exposure sometime during mailing.

    Jesus fucking christ, get a clue. Thermal print technology is mature and robust. If you worry about heat in transit changing the label, then you should worry about your letter catching fire.

    Even if label damage due to heat is rare, we cannot afford to take a chance since many of the documents we mail are time-sensitive.

    If you can't take a chance with time delays or loss, then send everything by FedEx. Otherwise use the mail and stop sniveling.

    Get a Dymo LabelWriter 330 Turbo. Yes, it's thermal, but it's wonderful. Mailing labels are around 10 cents - more expensive than Avery, but your staff productivity will be much higher. It's fast. It can be shared on a network as a regular windows printer. It has nifty software that can print zip codes, verify addresses, and mail-merge. It has a plugin to print labels directly from MS Word. It even comes with a well-documented API if you want to write your own app. Lots of different label sizes available. It's cheap.

    1. Re:Dymo! by Anonymous Coward · · Score: 0

      I work for a government agency in DC. Ever since the Anthrax incident, our mail gets scanned before it is delivered. Something in the scanning process turns certain thermal labels black.

  9. Eltron by vasqzr · · Score: 1


    UPS gives you an Eltron 2844 to print their labels on.

    http://www.zebra.com/id/zebra/na/en/index/products /printers/desktop.html

    1. Re:Eltron by Stevyn · · Score: 1

      When I was in high school I worked at a local (not a chain) video store. I had the task of figuring out how to make thousands of bar codes for the movies. Surely this wasn't to be done by hand, but using a spreadsheet and the Eltron software, I was able to figure out how to do it. The reason I mention this is because Eltron included some nice software to automatically generate labels and the poster should also look closely into the software provided when making the decision.

  10. Thermal is fine by Unholy_Kingfish · · Score: 4, Informative
    I have NEVER seen a thermal label "overheated" and ruined. In my personal purchases I have seen credit card slips do it, but only one or two ever. We have been selling online for 6 years (this coming year) and have literally had packages with label sent back to us from UPS that were in a train crash and the packages were submerged in a river with ZERO problems. Same with USPS. (We use the UPS labels for USPS stuff, shhhhhh don't tell them)

    The thermal labels have a coating on them that makes the almost waterproof. If you use some sort of laser rolled printer, you have to consider water damage to the paper if you use cheap labels. THAT is more likely to be a problem than the whole heating issue.

    I checked around and there are different grades of thermal paper, temperature ranges, and coating types. But like I said before, in almost 6 years and over 100,000 orders we have never seen a thermal label do that.

    --
    Fear Is the Only God
    1. Re:Thermal is fine by Anonymous Coward · · Score: 0

      in a train crash and the packages were submerged in a river with ZERO problems.

      To paraphrase Jerry Seinfeld, I think the labels are the least of your problems :-)

    2. Re:Thermal is fine by WebCrapper · · Score: 1

      I agree. The only Thermal Paper I've seen have problems are the CC slips you get as receipts.

      I also agree that the main thing you'll need to worry about is water damage rather than heat. Its more likely to be raining when the mail is delivered than some guy walking around in a sauna reading your evelope watching it overheat. With that said, I would stay away from inkjet printers as they tend to bleed when water hits the paper. Thats a bad thing when the postman is walking around in the rain and the office/house number is a blob...

      As a for-instance, I received a letter from my grandmother last night (really...) and she had tested out her new printer. The zip code was a massive blob and someone at the post office (may have been a military postal worker since I'm an APO) wrote the zip on the envelope.

  11. What kind of thermal? by HotNeedleOfInquiry · · Score: 2, Informative

    The challenge is that all the printers I can find are thermal print. Our fear is that a label may become unreadable due to heat exposure sometime during mailing.

    There's different technologies. If you're talking about cash register receipt thermal paper, yeah, I'd not want that. OTOH, we use a SATO thermal printer with film ribbon and polyester labels to print MAC number and serial number labels for some of our products. The film ribbon/poly label is very, very durable and looks sharp.

    --
    "Eve of Destruction", it's not just for old hippies anymore...
  12. Huh? Money to spend? by Saeed+al-Sahaf · · Score: 1

    MS Office will allow you to print ONE label at the location of your choice on a sheet. I assume Open Office will to. What's the problem with that? Unless you have cash to blow...

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:Huh? Money to spend? by Dawizman · · Score: 1

      Read the post and you notice 2 words that = money. "Law Firm"

    2. Re:Huh? Money to spend? by Saeed+al-Sahaf · · Score: 1

      So they will be using WordPerfict. My guess is that it will do the same thing?

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    3. Re:Huh? Money to spend? by Anonymous Coward · · Score: 0

      funniest comment ever.

  13. DYMO's API by Anonymous Coward · · Score: 2, Informative

    I have written several applications that fetch and manipulate data and print to the Dymo 300/400 series USB label printers.

    The API is has several "levels". There is a OLE level which just sends signals to the Dymo Label application that comes with the printer -- this can be made to work, and is what I always ended up using. The "low-level" API they offer, a more standard way controlling the printer, simply doesn't work. Good luck getting any sort of technical support out of DYMO on any issues you run into.

    They have example code in the SDK, which works. WHY it works is not documented. I created my own app, copied in the dymolbl.h and dymolbl.c files, and then spent a day compairing MS Visual Studio Project settings and diffing the makefile I made them generate. No luck.

    At one point, I needed to do more than the OLE interface offered, and found myself reverse engineering the label files they send the printer, the .LWL files. It is snippets of rtf formating mixed in with instructions on where to put the result, I think. I didn't figure out the whole thing, just enough to do what I needed to do.

    If you want to get a good thermal printer from the point of view of custom control, I advise a serial printer such as the Polymer Technology Systes Model LP2824, which is a re-branding of one of the printers from zebra.com. Download that PDF for that API and compare it to DYMO's documentation, and you will how an API should be documented. For office use, use the serial label printer from a linux machine that shares the printer, and place it next to where you store the stamps and envelopes -- make people print through an internal web site (as a side bonus, you can keep a log of when things were mailed, which can be incredibly helpful sometimes) and pick up the label when they get the envelope.

  14. Typical Joel by Anonymous Coward · · Score: 0

    Lots of use of microsoft, in the end what he did was not any different than what every other place that ships a lot of stuff does.

  15. Thermal printing lasts 5 years or less. by Futurepower(R) · · Score: 1

    Many of the comments that have been posted say that thermal printing is okay. If you buy good, expensive thermal stock, thermal printing lasts 5 years. Even the companies that sell the materials don't promise more than that, and that's only for very special stock.

    Sometimes people keep documents for many years. In some cases, it could be inconvenient for the label to fade.

    I've researched inkjet printers. There are inkjet receipt printers that might work for labels. But that's a research project, of course.

    1. Re:Thermal printing lasts 5 years or less. by gremlin_591002 · · Score: 1

      Never seen an inkjet ink that I'd trust for more than a year or two. They always fade.

    2. Re:Thermal printing lasts 5 years or less. by alienw · · Score: 1

      Bullshit. I have a few old boxes sitting in the basement with UPS labels on them. Some are 10 years old. The thermal labels on them are just as readable as the day they were printed.

      Inkjet will fade and smear horribly if it meets a single drop of water (rain, for instance). It won't last a week in the mail.

  16. Intermec Easycoder C4 by BlindRobin · · Score: 1

    This one is available for ~USD300 a bit more than you wanted to spend but well worth it. It can do contact or thermal, is compact, durable and very configurable.

  17. Cognitive by KlaatuVN · · Score: 0

    We use the Blaster Advantage, serial and network enabled. They are thermal transfer and use an ink ribbon, so no environmental heat damage problems. We print one at a time, but a few thousand a week so it can handle the load. There are other printers for bigger sized labels, we use them for UPC labels on our merchandise.

    http://www.cognitive.com/printers/introduction.htm

    --
    echo .sig
  18. Thermal printing lasts 5 years or less-Inkjets. by Anonymous Coward · · Score: 0

    Well similiar cavets apply. The ink you use, and the surface you print on are important. The nice thing about inkjet is that it can print on a wider variety of surfaces, including fruit.* With the proper inkjet, those big envelopes are no problem. No need to go with labels.

    *They can be faster too.

  19. There are two kinds of thermal printers. by bruciferofbrm · · Score: 3, Informative
    There is direct thermal, in which the surface get heated at the contact point, and the specially treated paper (label, what ever)turns black at the point of contact. this is how many old fax machines worked. Yes, indeed, if you got the old style fax paper exposed to heat later, it would turn nasty colors of grey or brown.

    Another type of termal printer is called Termal transfer. It used a heating element and a ribbon. Where the printing occurs, the heat transfers the image to the label via the ribbon. this is much like those little label printers may people use now in place of the really old dymo click and spin label printer of yesteryear.

    A good maker of label printers that work great is Sato America.

    Like many people I bought into the DYMO brand and p[icked up their USB/serial desktop printer. But when it failed my business needs I fell back to my previous exprience with a jewelery manufcature and their projuct labeling needs. They used networked (via jetdirect ports) SATO thermal transfer printers, and those never failed.

    The sato I picked up was a cx200 (which looks like its be replaced with a cx400) and is infact a straight thermal printer. I use it for mailing labels. they do not go bad on me in the mail / shipping process. however, if you just simply can not trust that technolgy has moved along far enought for your needs, then thermal transfer weorks better because the label itself is not heat sensitive.

    Finally, I agree with the old school methodology of using a tractor feed dot matrix printer. Nothing beats old school tech. Except the user who hates the old school whine that comes with it.

  20. Print one at a time by kinaole · · Score: 0

    I have a client who uses pre-printed (logo and reply) 6-per-page laser labels.

    For small projects, we run the sheets thru a laser printer more than once to print as few as one label at a time.

    A Word template for the label sheets make it easy to cut-paste the address into a spot where the label has not been used yet.

  21. One off? by Kanasta · · Score: 2, Insightful

    How about writing it with a pen? See how much faster that is c/f dealing with printer jams/ out of ink/blah.

    1. Re:One off? by Clover_Kicker · · Score: 1

      How many envelopes do you suppose a law office sends out every day?

    2. Re:One off? by Anonymous Coward · · Score: 0

      how many billable hours could they tack on for that added human touch? "1/4 hour increments" ...

    3. Re:One off? by Anonymous Coward · · Score: 0

      Does it matter?
      If it's faster to write 1 letter than type up and print a single label, it's faster however many times you do it.
      Hence one off.

    4. Re:One off? by lawpoop · · Score: 1

      Besides looking unprofessional, handwriting is of varying quality, and illegibility can affect delivery.

      Some shipping companies won't accept handwritten addresses, because it's so easy to misread them.

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
  22. Depends on your area of practice... by bergeron76 · · Score: 1

    What are of the law do you practice in? That may affect the overall response you'll get from the readers around here.

    I'd recommend just using an old school 24 pin dot matrix printer, but that's me. They're great for some documents (tri-forms, etc); we print 3 copy magistrate letters on it because it punches through all 3 copies of the form (for the judge, the clerk, and us).

    Your mileage may vary.

    --
    Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
  23. Duh by obeythefist · · Score: 1

    You could always just print directly onto the letter sized envelope you intend to send through the mail.

    If concerned about jamming, please only place the intended mailing contents into the envelope after you have printed on it.

    Having once had the questionable honour of servicing printers that have been used for reprinting label sheets and peeling stickly labels off rollers that should never had adhesive applied to them, I would strongly suggest the whole-envelope printing option.

    Or, as people have many times said here, use a dot matrix (although the risk of adhesive related printer ruining is almost unchanged there).

    --
    I am government man, come from the government. The government has sent me. -- G.I.R.
  24. Thermal printers by alienw · · Score: 1

    Thermal really is the way to go. Inkjet labels will get smudged easily; they are very sensitive to moisture. Laser is OK, but it has a tendency to chip off with handling. Thermal labels are very hard to destroy. If the package heats up to the point where the label is impossible to read, it will catch fire. Besides, laser toner doesn't like heat, either -- it will melt and smudge. Just about everyone uses thermal printers. There is a good reason for that.

  25. Thermal printing works just fine by Anonymous Coward · · Score: 0

    During breaks from college, I work in a warehouse where we handle millions (literally) of units of freight every year that make use of thermally printed labels. This includes pallets of product we receive off sealed trailers that bake everything during the summer, as well as being beat to hell by the retards that load and unload the trucks, and still the labels are readable and barcodes scan fine. Every box that ships out of the warehouse also has a thermal printed label that must be read by the scanners in the rather rough conveyor and sorter system. Smeared labels are never a problem.

  26. Thermal printing lasts 5 years or less-water by Anonymous Coward · · Score: 0

    "Inkjet will fade and smear horribly if it meets a single drop of water (rain, for instance). It won't last a week in the mail."

    *taps alienw on the shoulder*

    That's only if it uses a water/organic solvent-based ink. Commercial inkjets use an oil-based ink.*

    *Yes this is coming from someone who's worked for both a printer manufacturer and an ink maker (oddly enough both in the same neighbourhood)

    http://www.chemsoc.org/chembytes/ezine/2003/kunjap pu_mar03.htm

    A nice paper on inks.

    Speaking of paper. The paper composition is the other half of a successful print, and has more technology than you think for something made from dead trees.

  27. Zebra is the answer by Honig+the+Apothecary · · Score: 1
    Zebra 2844Z beats the Dymo stuff hands down. My dad uses Dymos to print his prescription lables in his veterinary clinic and they are a pain in the ass to support because they sometimes just stop working.

    I personally have used a ton of Zebra products from the rebadged Eltrons that come from FedEx and UPS to their large industral quality printers. The 2844Z is easy to use, easy to clean, and has a well documented control language to control the printer. The Z stands for ZPL or Zebra Printer Language and is fully documented.

    WARNING: The 2844 with no Z is the rebaged Eltrons that UPS send out. I have not had that great of success with them when doing anything but using them with UPS Worldship. They are durable printers in the warehouses of the world though, so your mileage may vary.

    1. Re:Zebra is the answer by Klanglor · · Score: 1

      Agree! Get a Z4M+ with network printserver and web configuration. muhahaha. its just abit over kill but we have that in our shipping department. Not sure if you would need that much lables though.

    2. Re:Zebra is the answer by RMH101 · · Score: 1

      agreed, if you have the money. Z4M+ models will run 24x7 for years without a hitch with decent label stock. you can use thermal transfer or normal ink in them and they come with a network interface.

  28. Oil ruins your label instantly by MrBoombasticfantasti · · Score: 1

    If you ever get some oil (maybe from a sorting machine, maybe from the postmans french fries) then your label is instantly ruined, it just turns black. Not a lot of oil needed either...

    --
    !ERR: Signature not found.
  29. Re:Thermal Vans.... by chivo243 · · Score: 1

    hmm... thermal labels in the middle of summer in the middle of the day in the middle of Tucson (that's in Arizona where it's fuckin hot!) parked for two hours? It could happen.

    --
    Sig Hansen?
  30. Say, I have an idea... by dpbsmith · · Score: 1

    Why not just print an entire label sheet (30 labels) for each of your regular clients and store them in binders?

    What, exactly is wrong with that?

    1. Re:Say, I have an idea... by angle_slam · · Score: 1

      He already said he does that. Problem is that you sometimes have to send a one-off label. E.g., 30 labels is fine for a client. But for a messaging service you only use once, you're not going to go through 30 labels.

  31. Fear Not the Thermal Technology by W.+Justice+Black · · Score: 1

    Our fear is that a label may become unreadable due to heat exposure sometime during mailing. Even if label damage due to heat is rare, we cannot afford to take a chance since many of the documents we mail are time-sensitive.

    The odds of thermal labels not surviving transit due to their composition isn't "rare." It's much closer to "zero." I used to work for UPS tech support and have seen all kinds of labelling problems but never have I seen one illegible due to yellowing or thermal damage. Never. One day, I even stuck a thermal label to a black lamppost in Phoenix in summer--it was a year before it yellowed at all.

    Don't worry about thermal tech. Seriously. Worst case, slap some packing tape on top if you're worried about grease/oil/etc.

    --
    "Time flies like an arrow; fruit flies like a banana." --Groucho Marx
  32. They aren't _that_ bad... :-) by Cadre · · Score: 1

    Never seen an inkjet ink that I'd trust for more than a year or two. They always fade.

    We all have our gripes about the post office, but seriously, they aren't so slow that you have to worry about letter not getting delivered because the address faded after a year or two. :-)

    --
    All editorial writers ever do is come down from the hill after the battle is over and shoot the wounded.
  33. Dymo is it by mixwhit · · Score: 1

    I bought my spouse a Dymo 400 for xmas ($80 or so at amazon). I was amazed by its speed and ease. One caveat: it came with a label test halfway stuck in and out of the case, without instructions for removing it. Needless to say, I chose to pull it the wrong way, and ended up with bits of label sticker stuck inside the thing. Didn't make for a happy xmas morning. Once I got it out it works great. I tested it on OS X and XP. No printer cartridges either. Deal.

  34. lateral thinking by RMH101 · · Score: 1

    can you not just use window envelopes and a template for your word processor that puts the address in a suitable place?
    if you can't do this, why not write a macro that'll spit your address labels out of a real label printer like a Dymo or a Zebra Z4M+ when you print a letter?
    Or setup your templates in Word to print the address labels to a different printer tray to your letter paper, and fill that printer tray with envelopes?
    this is the kind of problem that i'd imagine a bit of thought could completely remove....