https://github.com/shubho0908/course-certificate-generator
Course Certificate Generator for online-educator to use, this is a project affiliated/made under guidance of SSTC [my-college]. This project needs more updation and improvements, so it's recommended to not use it now for much professional-level work.
https://github.com/shubho0908/course-certificate-generator
bootstrap certificate-generation css html javascript
Last synced: 12 months ago
JSON representation
Course Certificate Generator for online-educator to use, this is a project affiliated/made under guidance of SSTC [my-college]. This project needs more updation and improvements, so it's recommended to not use it now for much professional-level work.
- Host: GitHub
- URL: https://github.com/shubho0908/course-certificate-generator
- Owner: shubho0908
- Created: 2023-01-20T07:29:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T07:32:06.000Z (over 3 years ago)
- Last Synced: 2025-03-26T03:43:19.982Z (over 1 year ago)
- Topics: bootstrap, certificate-generation, css, html, javascript
- Language: CSS
- Homepage: http://certificate-generator.live/
- Size: 28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CCG-College-Project
This is a course certificate generator project specially for those people who create **Online Learning (E-Learning) Courses** and looking for a site which can help them to generate **FREE** certificates for the people who applied for their respective courses.
**NOTE**: This is college project associated with **[SSTC](https://www.sstc.ac.in/)**.
# How to use?
Visit: [Course Certificate Generator](https://certificate-generator.live)
Right now we have only 9 templates to edit.

Choose any one of the templates from the list as shown.
Then fill-up the required details in correct manner and press **Generate**.

You can choose Varients, add Authorized-signatures (scanned images recommended) and change Fonts also, after that click on the **Download** button.
Now, follow the following steps to download your Certificate:
**1. Choose 'Save As PDF' from the printer option & select 'Landscape' mode from the Layout option.**

**2. Now select 'Odd Pages Only' from the Pages section or manually type the page number in which the Full Certificate is visible.**

**3. Now from More settings, Disable the Headers and Footers & Enable Background Graphics and press save.**

**Congrats! Your certificate is downloaded.**
**Final Product:**

# Why we used window.print() function instead of any Dom-to-Pdf JS Library?
Well, at the time of making the project those libraries were not working may be due to server problem or something and some of them which worked were not able to render the graphics or font properly. That's why we chose this method instead of libraries.