Question
· Jun 19, 2020

How to Print Barcode on device through cache object Scripting

Hi,

i am using Healthshare 2017.2 version with Trakcare 2018. how to generate & print barcode from cache object scripting in this version?

Discussion (5)5
Log in or sign up to continue

Hi Vinay,

In this case You need to write the postscript to the printer.

Maybe this project can help you: https://github.com/bwipp/postscriptbarcode

Like Stephen suggested, but without using ZEN Reports, you can  use the the library Barcode4j: http://barcode4j.sourceforge.net, (this library is used by the Zen Reports), you can use Java Gateway to call the library direct from your COS code.