It is a most simplest automated mass certificate generator for event certificate distribution (Size : 1000x750)
It also requires Python3
installed with path setuped in your system.
npm i mass_cert
Node.js:
const cert = require('mass_cert');
const cert = require("./mass_cert");
cert.certmaker(file,img,path);
expects:
-
file
: Text file which contains names of the certificate eligible participants. -
img
: Image file as Blank Certificate template high quality PNG Format file is Best. -
path
: Relative path of the location where to save all the generated Certificates.
const cert = require("./mass_cert");
cert.certmaker('./list.txt','./blank_cert.png','./path_certificates/');
Libraries in this ecosystem make a best effort to track ['Node.js' release schedule]
MIT