Installs the nau-course-certificate project that allows to print course certificates to PDF on server side.
Requires change the Download Certificate button to be changed to use this application.
Features:
- Generate PDF document server side, so they have consistent presentation
- Digital sign the PDF
- PDF generation cache on S3 Bucket
From Git
pip install git+https://github.com/fccn/[email protected]
Or from Pypi
pip install tutor-contrib-print-course-certificates==18.2.0
tutor plugins enable print-course-certificates
To generate a new release, create a PR/commit with commit message: "chore: preparing release X.X.X", that also changes the tutorprint_course_certificates/__about__.py
file. Merge it to main
, then create its Git tag using, git tag vX.X.X
, then push it git push --tags
.
This software is licensed under the terms of the AGPLv3.