mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
DS-3817: DSpace citation cover page - small fixes
This commit is contained in:
@@ -283,7 +283,7 @@ public class CitationDocumentServiceImpl implements CitationDocumentService, Ini
|
||||
generateCoverPage(context, document, coverPage, item);
|
||||
addCoverPageToDocument(document, sourceDocument, coverPage);
|
||||
|
||||
//We already have the full PDF in memory, so keep it their
|
||||
//We already have the full PDF in memory, so keep it there
|
||||
try(ByteArrayOutputStream out = new ByteArrayOutputStream()) {
|
||||
document.save(out);
|
||||
|
||||
|
Reference in New Issue
Block a user