Class DocumentUtils
java.lang.Object
com.flowable.platform.rendition.util.DocumentUtils
- Author:
- Jose Antonio Alvarez
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
mergePdfDocuments
(InputStream... inputStreams) Merges several pdf documents into a single one
-
Method Details
-
mergePdfDocuments
Merges several pdf documents into a single one- Parameters:
inputStreams
- the InputStreams of pdf documents to join- Returns:
- an InputStream of the merged pdf document
- Throws:
IOException
- if some I/O error happens
-