Skip to content

Add PDF generation helper to no-latex branch

Jamy Mahabier requested to merge no-latex-pdf-generation into no-latex

Add the pdf_generation_helper.py, which generates the final PDFs from exam PDFs.

pdf_helper.py is renamed to scan_helper.py, to prevent misunderstandings about the role of the scan helper.

The functions generate_id_grid and generate_datamatrix are also public, which may seem counterintuitive, but is done so static assets for a DataMatrix code and an ID grid can be generated for client-side usage with Webpack.

Merge request reports