catalyst / moodle-tool_pdfpages

A Moodle plugin for converting web pages to PDFs using various headless browser drivers
3 stars 2 forks source link

Generate key automatically during conversion #19

Closed tomdickman closed 3 years ago

tomdickman commented 3 years ago

Currently we explicitly pass an access key to the convert_moodle_url_to_pdf method in converters, it would be better if we could abstract this away further and generate the key automatically during conversion, without having to pass it to this method.