Hello ,
Do we have any solution for printing dataobject via PCL5/6?
Hello ,
Do we have any solution for printing dataobject via PCL5/6?
Hi @Darshan_Panchal,
I have a very old implementation of RAW network printing by sending PCL sequences via TCP/IP to a network printer (no USB printers).
The printer has to have some built-in fonts; in past, most network capable printers met this requirement.
The implementation supports just ASCII texts (no graphics, no tables, a.s.o, just plain text) and some PCL command codes (for example to set some text bold or italic) - building the page and content itself has to be done by application (no “print datamodule” functionality or so).
If the described, very restricted functionality still meets your requirements, I would try to convert the implementation to an actual Automation Studio 4 (right now it’s some AS3.x implementation).
Please give me just a short repsonse if I should try to convert and provide it (I’m not be able to test it after conversion right now, since I haven’t a suitable network printer availiable), thanks.
Best regards!
If the “print datamodule” functionality is not available, can we retrieve the live values of variables and instruct to print them along with preset text?
Hi,
in the end it works like that:
In short words: building the page content is not part of the print implementation, just the handling around the content.
So you’re completely free to build the page content (as long as it’s just ASCII text), but this has to be done by your application.
Hi @Darshan_Panchal,
As soon as I found it again, I saw that upgrading the old code was not a big deal, so I just did it. Just have a look into that post to decide if you can utilize it or not ![]()
Best regards!