Hi everyone, anyone prints US checks directly from...
# advancedpdf
m
Hi everyone, anyone prints US checks directly from NetSuite? How do you manage Routing Number printing with MICR/E13-B font? OR do you use pre-numbered checks? I try to customize my Advanced PDF/HTML Template, following Help Center instructions at the page: “Setting a Template to Use a Font Unavailable in Netsuite”, but something goes wrong: <head> <link name=“micr” type=“font” subtype=“opentype” src=“https://xxxxx-sb1.app.netsuite.com/core/media/media.nl?id=1603348&c=xxxx_SB1&h=9d82e8877c0216ae761f&_xt=.ttf” src-bold=“https://xxxxx-sb1.app.netsuite.com/core/media/media.nl?id=1603348&c=xxxxx_SB1&h=9d82e8877c0216ae761f&_xt=.ttf” bytes=“2”/> <style type=“text/css”> td.micr{ font-family: micr; font-size: 12pt; } </style> ...<tr>
Copy code
<td  class="micr">c001111c a021000021a 150011776c</td>
</tr>