So, I need a little advice.
I've been tasked with attempting to create a way to make custom labels that have a custom barcode, PO#, etc, etc per label and then print each label out as generated.
I'm thinking PHP is not the right language for this type of process. I've looked into php::print:ipp but didn't have much luck. I tried stream_socket_client to the printer IP w/ fwrite and was able to print txt docs. However, the barcode is a png.
I did find jzebra and got a pdf to print but I was unable to print more than one at a time.
Has anyone used PHP to print labels?
Just thought I would toss something out here to see if anyone has done this or knows of different solution.
I've done a lot of google searching and I'm thinking it's not looking to good.
I appreciate any insight. Thanks...