public class PDFImageMerger extends Object implements DocumentMerger
DocumentMerger.MergeDirection, DocumentMerger.UnableToMergeDocuments| Constructor and Description |
|---|
PDFImageMerger(DocumentMerger.MergeDirection direction)
Basic constructor, creates pdf/image merger with merge direction.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
apply(byte[] source1,
byte[] source2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxBy, minByandThenpublic PDFImageMerger(DocumentMerger.MergeDirection direction)
DocumentMerger.MergeDirectionpublic byte[] apply(byte[] source1,
byte[] source2)
apply in interface BiFunction<byte[],byte[],byte[]>apply in interface DocumentMergersource1 - - image, if we need to add pdf to imagesource2 - - image, if we need to add image to pdfCopyright © 2020. All rights reserved.