Use arkindex-multimedia-export to generate PDFs and XML
Depends on https://gitlab.com/arkindex/multimedia-export/-/issues/30
Allow a user to download the latest export of a corpus and generate PDF and XML files using arkindex-multimedia-export
.
Example CLI commands:
# generate all folders as PDFs
arkindex export --mode=pdf <CORPUS_UUID> <output_folder>
# generate all volumes below `ELEMENT_ID` as TEI XML in output folder
arkindex export --mode=xml --folder-type=volume --element=<ELEMENT_ID> <CORPUS_UUID> <output_folder>