All forms and bitmaps should be re-compiled using the latest upgrades.
All MiraPrint procedures should be re-compiled using the latest upgrades.
MiraPrint 5.4.6 Release Notes
Added beta documentation for controlling printers via PPD commands.
Added "Watermark" capability - Function: setWatermark("text")
Will force a string of text to print in a light shade on all pages "behind" the body of the document.
Added "AutoOverlay" capability - Function: AutoOverlay(formID)
Will force a MiraPrint Form to print on all pages "on top" of the document.
The form must have been pre-loaded with the "LoadForm()" function.
Allow "SetMargins()" to be called after "initPrinter()".
Allow choosing of paper by "type" instead of just "inputSlot".
Some printers support automatic tray selection when a type is selected,
automatically rotating between available trays.
Fixed problem with PostScript graphics state when using "PausePrint()" and "ContinuePrint()".