Hi,
I'm trying to print a .zpl (Zebra Programming Language) file to a Zebra Printer with no luck. I can print a PDF to this printer with contentType set to 'application/pdf', and I can send a .zpl file with 'text/plain' (though this spits out as the raw ZPL code rather than the interpreted data, which is not useful). If I try setting a custom content type such as 'application/zpl' or 'text/zpl' the print job goes through but errors in the queue. I notice in the printer details in the GCP web interface that the Supported Content Types are listed as 'application/vnd.ms-xpsdocument, application/pdf'. How can I go about changing this to accept the printer's native content type of zpl? Alternatively, how do I /submit a print job without GCP performing sorcery on the content type and just send it through as ZPL?
Note I am only using the /submit interface currently, the printer was registered via the GCP web interface.
Please let me know if any more info is required from me, I am keen to solve this :)