Archive for category Design How-To
Decompiling an MDF File
Posted by Daryl in Design How-To, Problems on June 19th, 2009
I was asked this question again yesterday, and I can’t recall how many times I have been asked about this over the years.
Can you make an IFD from an MDF?
Alternately, “I’ve lost my form design files (IFD’s), can I get them back from the compiled forms?”
The answer to the question is no, you can’t. And I’ll explain why.
When you compile your IFD into an MDF file for use with Central, what Design does is actually generate the appropriate printer code right then and there. This is part of what makes it so fast – there’s no interpretation from the design to printer language (or PDF) when you produce your output.
What that means is that when Central is using your form all it needs to do is send that already-generated code to the output target. It also means that the original design is lost in the process.
So, please, treat your IFD’s as irreplaceable – and keep them backed up.
How To Print MICR Checks
Posted by Daryl in Design How-To on April 27th, 2008
Well, first off you’re going to need a MICR printer. If you don’t know what MICR is (say mick-ur), it’s Magnetic Ink Character Recognition. This stuff pre-dates high speed optical scanners, and in some ways is still more accurate.
There are a lot of things to remember when you’re setting up to print cheques, even before JetForm gets involved, so let’s run through some of them. Read the rest of this entry »
Changing Logos On The Fly in a JetForm Form
Posted by Daryl in Design How-To on June 22nd, 2007
This has got to be one of the most-asked questions ever. Either you have sub-companies and you want to print different logos depending on the company, or you want to print different addresses for different branch offices – or you want to do both.
Here I will attempt to explain how you can change logos on the fly using nothing more than a piece of information from your data file.
