Interface IPdfMergeService
Merge pdf service
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public interface IPdfMergeService
Methods
| Improve this Doc View SourceMerge(IList<Byte[]>, MergeOption)
Merge pdfs and return a single pdf file
Declaration
byte[] Merge(IList<byte[]> pdfs, MergeOption options = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Byte[]> | pdfs | List of pdfs |
MergeOption | options | Pdf merge options |
Returns
Type | Description |
---|---|
System.Byte[] | Merged pdf |