Now we use Exstream Communication Builder v.22.3 to develop our core document printing system.
How to apply/control secure print with YSoft or directly to Printer?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi there …. this is commonly known as FollowMe printing. If you check out the support site and search for “followme” you should get some hits.
E.g.: https://support.opentext.com/csm?id=search&spa=1&q=followme
https://support.opentext.com/csm?id=search&spa=1&q=followme
…
You can use the SetJobOwner() function with a value of the user.
This value is then propagated down to the PCL file with the %1 argument.
This works for Windows. For Linux it is different.
Some implementations use the PCL driver with a slight modification and some use this with a command out connector and a custom script to attain further control.
You could also send in a print stream with an API Post and header fields to fully control the requirement if your YSoft allows that.
Good luck and let us know how you get on!