mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
94 stars 159 forks source link

Allow the ability to obtain the PDF in different ways #401

Closed mdjnelson closed 3 years ago

mdjnelson commented 3 years ago

This is a copy of #153 but that did not provide an option, instead it just changed the behaviour. Each certificate instance should have an option.

mdjnelson commented 3 years ago

See https://github.com/mdjnelson/moodle-mod_customcert/issues/405 for more information,

mdjnelson commented 3 years ago

Options are shown at https://github.com/moodle/moodle/blob/master/lib/pdflib.php#L183.

mdjnelson commented 3 years ago

Done.