public class PDFMergeBlobsOperation extends Object
The blob(s) in input will always be the first blob(s), to which we append: (1) blobToAppendVarName, if used, then (2) toAppendListVarName if used.
| Modifier and Type | Field and Description |
|---|---|
protected OperationContext |
ctx |
protected String |
fileName |
static String |
ID |
protected String |
pdfAuthor |
protected String |
pdfSubject |
protected String |
pdfTitle |
protected String |
toAppendListVarName |
protected String |
toAppendVarName |
| Constructor and Description |
|---|
PDFMergeBlobsOperation() |
public static final String ID
protected OperationContext ctx
protected String toAppendVarName
protected String toAppendListVarName
protected String pdfSubject
public PDFMergeBlobsOperation()
public Blob run(Blob inBlob) throws NuxeoException
NuxeoExceptionpublic Blob run(BlobList inBlobs) throws NuxeoException
NuxeoExceptionprotected Blob doMerge(PDFMerge inMergeTool) throws NuxeoException
NuxeoExceptionCopyright © 2018 Nuxeo. All rights reserved.