Interface IImageSplitService
Pdf split service
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public interface IImageSplitService
Methods
| Improve this Doc View SourceSplit(Byte[], IList<PageNumberRange>)
Split pdf by page range
Declaration
IList<ImageSplitResult> Split(byte[] pdf, IList<PageNumberRange> ranges)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | Pdf to split |
|
System.Collections.Generic.IList<PageNumberRange> | ranges | List of page ranges |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<ImageSplitResult> | List of splitted pdfs |