/project-pdf-generator

Pdf Certificate generator ( generate certificate for students in bulk by just typing their name and choosing a template certificate )

Primary LanguagePythonApache License 2.0Apache-2.0

PDF Generator

Generate PDF Certificates in bulk/individual from a template certificate.

How to run the application :

python script.py template participant_data new_certis

Phase 1

  • Build a script that can take a SVG/pdf template and generate new pdf from given information/csv file.

Technology Stack

  • Python

Phase 2

  • Make User Interface to enter participant information and select template and generate pdf.
  • Build an API to call the script which will run on server and return a response(pdf certificate).

Technology Stack

  • Python
  • Flask