Hi all! Has anyone had success using MICR font for...
# advancedpdf
d
Hi all! Has anyone had success using MICR font for checks? I tried adding the ttf file to the file cabinet and following all the steps in SA49581 but it doesn't seem to be working. Any thoughts or suggestions as to why it may not be working?
n
yes, we do it. We had to buy a custom font online
d
@NS Admin do the free ones not work? Also, what did you have to do in the pdf to use the font?
n
<head> <link name="ConnectCodeMICR" type="font" subtype="truetype" src="https://compid.app.netsuite.com/core/media/media.nl?id=xxxxx&amp;c=compid&amp;h=location........zR&amp;_xt=.ttf" src-bold="https://compid.app.netsuite.com/core/media/media.nl?id=xxxx&amp;c=compid&amp;h=location....zzz&amp;_xt=.ttf" bytes="2" /> <style type="text/css"> * {} .check table, .voucher1 table, .voucher2 table { position: relative; overflow: hidden; font-size: 8pt; padding: 0; } td p { align: left } </style> </head>
Our compliance dept told us we needed to buy ours.
1
in the header, just add it like you would any other font.
d
Do you need to place the ttf file in any specific folder or does any folder work?
n
We put ours in the file cabinet and set the value company-wide usage = T
1
d
Thanks!
n
np.
FYI - I do remember it being tricky to get the bank to approve the checks and took some tweaks on the font size. Make sure to build in extra time for that process and be patient...haha
d
Good to know! Will do!
Sorry, one more question, can you only use one font on a PDF? Does everything have to be in the MICR font then or can I just have the account/routing number in MICR and everything else NotoSans, sans-serif
r
I know it's likely not a decision you made and all, but curious why your company doesn't order check stock with pre-printed MICR? Printing your own MICR line is such a hassle to deal with in a whole bunch of ways.
n
Yes, I agree with @RJMNS blob 100. Unfortunately for us some of our team members are way behind on industry best practices and this was one of those items they dug in on. I wouldn't do it again 🙂
b
@Dani Did you get it?
d
Yep got it! Thanks everyone for the help! Had to remove the default fonts to allow for multiple fonts which was my main issue. In regards to why, unfortunately I'm just an implementation consultant and the client does not wish to change their current practices regarding this at this time.
r
I figured. Sucks to be put in that position.
b
@Dani I had the same thing with one of our clients, they wanted to use blank check stock instead of switching out different pre-printed checks, getting everything to line up just right was tedious but a good learning experience
1