hmpf / easydmp

MIT License
7 stars 2 forks source link

Batch export of plans to PDF #159

Closed vbhavdal closed 3 years ago

vbhavdal commented 3 years ago

RFK might need a common cache of their projects' DMPs (both EasyDMP and others) as PDF. To support this, consider implementing batched PDF export. Support project name as file name.

hmpf commented 3 years ago

By reusing the html template, if we have a sufficiently good html2pdf-converter, we can do with PDFs as we do with Section diagrams: create them on the fly, give them an endpoint/URL visible in the API/webUI just like "generated_html_url", and have RFK download them batchwise themselves.

hmpf commented 3 years ago

Can this issue be considered resolved by #164 or is something still missing?

vbhavdal commented 3 years ago

Fixed.