Hi,
Currently we are printing one file in the spool as well as in Zebra printer by using FM GET_PRINT_PARAMETERS. In this function module we are passing the format as 'X_65_255'. For our device type we have this format 'X_65_255. If I see the function module there is one import paramter DEFAULT_SPOOL_SIZE which will allow till 255 characters only. But In my barcode file I am getting the content as more than 255 characters. This barcode file I am getting from third party software (Label Vision for printing labels in warehouse) How to print more tha 255 characters.
Thanks in advance.