I’m working on a project that requires printing a 1D barcode onto a PCL form. The tool I use to generate the 1D barcode creates a BMP image of the barcode. I need to programmatically embed the BMP image into the PCL form before sending the form to the printer. How is this done?