split method
split
Splits the single document to the multiple documents.
def split(self, split_options):
...
| Parameter | Type | Description |
|---|---|---|
| split_options | groupdocs.merger.domain.options.ISplitOptions |
split
Splits the single document to the multiple documents.
def split(self, split_options):
...
| Parameter | Type | Description |
|---|---|---|
| split_options | groupdocs.merger.domain.options.ITextSplitOptions |
See Also
- module
groupdocs.merger - class
IMerger