🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

simple-pdf-cert

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-pdf-cert

Create a simple pdf certificate

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

simple-pdf-cert

Simple PDF Cert creator for NodeJS.

Simply whipped is up for a small project. Forks and contribution are welcomed and encouraged.

Installation

npm i simple-pdf-cert

Sample Code:

const simplePDFCert = require("simple-pdf-cert");

const sampleData = {
  logo: {
    path: "./sampleLogo.png",
  },
  company: {
    name: "Idemy Courses Inc",
  },
  words: {
    title: "Certificate of Completion",
    h2: "Awarded To",
    awardee: "User Admin",
    reason: "for completing THE NOTHING course",
  },
};

simplePDFCert(sampleData, "output.pdf");

Screenshot:

Screenshot

SamplePDF

Inspired by Nice Invoice

Keywords

pdf

FAQs

Package last updated on 05 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts