Split
Leave feedback
On this page
Splits the single document to the multiple documents.
public IMerger Split(ISplitOptions splitOptions)
| Parameter | Type | Description |
|---|---|---|
| splitOptions | ISplitOptions | The page split options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when splitOptions is null. |
Learn more
- More about document split scenarios and use cases: How to split PDF, Word, Excel and PowerPoint documents in 3 lines of code
- Quick guide about how to split text files in different ways: Split text files guide
- interface IMerger
- interface ISplitOptions
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Splits the single document to the multiple documents.
public IMerger Split(ITextSplitOptions splitOptions)
| Parameter | Type | Description |
|---|---|---|
| splitOptions | ITextSplitOptions | The text split options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when splitOptions is null. |
Learn more
- More about document split scenarios and use cases: How to split PDF, Word, Excel and PowerPoint documents in 3 lines of code
- Quick guide about how to split text files in different ways: Split text files guide
- interface IMerger
- interface ITextSplitOptions
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.