#1
|
||||
|
||||
![]()
Hi all,
A couple users reported issues with the appearance of the FusionPro Intelligent Mail Barcode that is installed with the FusionPro Desktop product. This font is called "IDAutomation4State". Users have reported that they have to tweak the typesetting of the barcode so it passes Merlin with the USPS. Printable has reviewed the specifications of the Intelligent Mail Barcode from the USPS RIBBS website. In particular, this document outlines the requirements for this barcode: https://ribbs.usps.gov/intelligentma...B-3200E001.pdf We did see that using the standard JS command to generate the barcode as well as the pre-built templated text rule we include (called "OneCode Barcode Rule"), that the barcode was outside of the bars-per-inch requirement (26 bars/inch vs the required 22+-2 bars/inch). Note: Our barcode font is typeset at 10pt. Any other point-size for this font will fall outside of the other requirements for the barcode appearance. To resolve this bars/inch issue, tracking of 5% can be applied to the typesetting of this barcode (again - at 10pt). You can apply tracking from the Paragraph Settings in the Variable text editor. Alternately, you can set tracking right in your JS rule using the <tracking> tag. Here's a sample script (using dummy data for testing) that shows this being used: Code:
return '<tracking newsize="5.00">' + MakeOneCodeBarcode("01234567094987654321", "012345678", null, null, null, null);
__________________
--Mark Hilger |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|