I have someone who is asking if a script could be created that could be printed to from check printing software (Quicken-esque) and create checks with MICR encoding. I told them it wasn't possible, but I guess I should have chequed first.
I looked but didn't see anything out there (besides software). It looks like micr printing has very strict standards, and sounds like it's unlikely php can handle it.
Any thoughts?
I happened across a free micr font that might work. http://www.sandeen.net/GnuMICR/ can be installed on computers then renders micr font which can be printed.
I guess positioning is rather important too... perhaps this could be accomplished with javascript/jquery?
PHP can render output in a variety of formats. PDF seems the best choice here.
MICR fonts are available and usable within PHP generated PDF docs.
The biggest challenge looks like the physical act of printing, which needs very specialised kit.