Giter Club home page Giter Club logo

certificate-generator's Introduction

Certificate Generator

Generate X number of Certificates with One Click
Helps in generating certificates like Certification of Completion , Participation etc..
Demo Link (May go offline or get suspended anytime 😅 ) -
http://webi.epizy.com/

Maintenance MIT license Generic badge Generic badge Open Source Love svg1 PRs Welcome

forthebadge forthebadge

forthebadge forthebadge forthebadge

  • One Click Certificates Generator

Some Points to Wrap up

  • In the Demo Link don't generate high number of Certificates it will fuck my free hosted page with high CPU usage.

  • Scripts are not optimised 🥱

  • Very easy to understand

  • Add Validations yourself ( I am lazy ) 😅

  • It can generate the certificates from the names separeted with comma

  • Easy to add more texts ❤

  • Used imagettftext and imagecreatefrompng methods of PHP

  • In order to center a text you do something like (Center with X-axis) :

$imageX = imagesx($image); //retrieve the image’s width
$textWidth = imagettfbbox($fontSize, 0,$font, $text_to_enter); //we get the edges of the text
$textWidth = $textWidth[0] + $textWidth[2]; //add the left edge to the right edge to get the text’s width
imagettftext($image, $fontSize, 0, ($imageX-$textWidth)/2, 575, $black, $font, $text_to_enter); //Wrtie with the X position

Screens

   

saythanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.