Class BlobToPDF
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.blob.BlobToPDF
-
public class BlobToPDF extends Object
Save the input document
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected ConversionService
service
-
Constructor Summary
Constructors Constructor Description BlobToPDF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlobList
run(BlobList blobs)
Blob
run(Blob blob)
Blob
run(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
service
protected ConversionService service
-
-
Method Detail
-
run
public Blob run(DocumentModel doc) throws IOException
- Throws:
IOException
-
run
public Blob run(Blob blob) throws IOException
- Throws:
IOException
-
run
public BlobList run(BlobList blobs) throws IOException
- Throws:
IOException
-
-