Print form data with barcode
-
Is it possible to print /generate pdf with some barcode fields?
I have a form that user has to fill, and then I want to print in label format ( 6inch x 4inch ), some of the fields have to be in codebar format.
-
@snenp yes, it is possible i don't have an example to share but you just need to use a node module like bwip inside a jsreport script and save the output in base64 in a variable
req.data.mybarcode
, then you just need to show the base64 content in animg
tag
-
Similar question was answered also here
http://stackoverflow.com/questions/42776892/jsreport-template-dynamic-generate-2d-barcode