Mark Jordan
Mark Jordan
I've got this working with the addition only of a custom post-write hook script. I've started a wiki page at https://github.com/MarcusBarnes/mik/wiki/Cookbook:-Generating-MADS-and-accompanying-thumbnails-for-batch-loading-entities.
I can't see anything wrong with the configuration. This particular toolchain relies on CONTENTdm's internal functionality to merge the PDF pages into a single document. It used to work fine...
@xing93111, sorry, that config file was an early one and predates #223. The configuration should use `CdmPdfDocuments` in lines 22 and 29.
... and I've just updated https://github.com/MarcusBarnes/mik/wiki/Toolchain:-CONTENTdm-compound-PDFs. Very sorry about that.
We need to establish that CONTENTdm still supports the ability to join PDF pages into a single multipage PDF file (it may have changed since this code was written). To...
If you don't mind sharing your CONTENTdm API URL with me I can take a look.
You need the 'utils' subdirectory. Try: `curl http://digicon.athabascau.ca/utils/getdownloaditem/collection/auarchives/id/499/type/compoundobject/show/1/cpdtype/document-pdf/filename/485.pdf/width/0/height/0/mapsto/pdf/filesize/0/title/Page%201`
At http://digicon.athabascau.ca/cdm/ref/collection/auarchives/id/499, if I wanted to download the entire document as a single PDF, how would I do that? I don't see a link that will allow me to do...
Correct, that is a single-file object, not a compound.
@xing93111 can you test compound PDF documents with MIK as it stood prior to #223 and the work that brought MIK in line with coding standards? Try commit 9c6b8c537f477fd82f20f3c6ba2563fcd30bd7f5. The...