Intelligent Barcode in HP YoursTruly/SmartStream Designer

Started by DCurry, June 30, 2010, 11:49:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DCurry

You need the code from the mailhouse. It contains a lot more info than just the zipcode.
Prinect • Signa Station • XMPie

Build a man a fire, and he'll be warm for a night. But set a man on fire, and he'll be warm for the rest of his life!

DigiCorn

Revisiting this... Can't get a straight answer from the USPS, and don't feel like skimming through the 57 page IMB document on their website...

What is the positioning of the IMB code, and what are the physical dimensions it needs to be?

It's NOT part of the Notice 67 template package.

Also, for authoring IMBs in FusionPro, once you get the properly sorted code from your mail house, you'll need to create an empty rule script to convert the letter codes into numerical codes so that the Automation4State font will properly interpret them and make the correct code. This is the script:

var onecode = Field("Intelligent Mail Barcode"); //Replace "FATD" with Field("Intelligent Mail Barcode")
onecode = onecode.replace(/F/g,"0"); // replaces all F with 0
onecode = onecode.replace(/A/g,"1"); // replaces all A with 1
onecode = onecode.replace(/T/g,"3"); // replaces all T with 3
onecode = onecode.replace(/D/g,"2"); // replaces all D with 2

return onecode;
"There's been a lot of research recently on how hard it is to dislodge an impression once it's been implanted in someone's mind. (This is why political attack ads don't have to be true to be effective. The other side can point out their inaccuracies, but the voter's mind privileges the memory of the original accusation, which was juicier than any counterargument ever could be.)"
― Johnny Carson

"Selling my soul would be a lot easier if I could just find it."
– Nikki Sixx

"Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut."
― Ernest Hemingway