Get KoolPHP UI with 30% OFF!

Question on barcode

Mark
I would like to run my kool - php script to create a qr-code and have the output go to a file.
I have hundreds of QR-codes that need to be created on labels.
I do not see anything in the documentation that would show this as on option.
Any thoughts?
Thanks.
Posted Apr 25, 2017 , edited Apr 25, 2017 Kool
Anthony Amolochitis
Can the barcode generator create an image file? I was looking at the demos, and noticed they output a canvas to the webpage.
Outputting to a file, or a bunch of files seems like what you are trying to accomplish.
Posted Apr 30, 2017 , edited Apr 30, 2017 Kool
Alicia
There is something that you are missing at the time of creating the barcode. To convert the file into a bar code format the user needs to create the file into the script format in which the user wanted. Then you have to give the permission for the access and then the generate the barcode.Google support number has many of the files protected with barcode format.
Posted Jul 24, 2018 Kool
Anthony Amolochitis
I think what Mark is trying to do is output bar code images to a directory for each record.
For example.
You have 10 records that have a numeric field, and a record id.
I want to output 10 image files with the name of the image being the record id into the directory onto the server.
I do not think this package will produce this.
Posted Jul 24, 2018 Kool