public class DocumentUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
mergePdfDocuments(InputStream... inputStreams)
Merges several pdf documents into a single one
|
public static InputStream mergePdfDocuments(InputStream... inputStreams) throws IOException
inputStreams - the InputStreams of pdf documents to joinIOException - if some I/O error happens