join method
Contents
[
Hide
]
join
Joins the documents into one single document.
def join(self, document):
...
| Parameter | Type | Description |
|---|---|---|
| document | io.RawIOBase |
join
Joins the documents into one single document.
def join(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str |
join
Joins the documents into one single document.
def join(self, document, join_options):
...
| Parameter | Type | Description |
|---|---|---|
| document | io.RawIOBase | |
| join_options | groupdocs.merger.domain.options.IJoinOptions |
join
Joins the documents into one single document.
def join(self, document, join_options):
...
| Parameter | Type | Description |
|---|---|---|
| document | io.RawIOBase | |
| join_options | groupdocs.merger.domain.options.IPageJoinOptions |
join
Joins the documents into one single document.
def join(self, document, join_options):
...
| Parameter | Type | Description |
|---|---|---|
| document | io.RawIOBase | |
| join_options | groupdocs.merger.domain.options.IImageJoinOptions |
join
Joins the documents into one single document.
def join(self, file_path, join_options):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str | |
| join_options | groupdocs.merger.domain.options.IImageJoinOptions |
join
Joins the documents into one single document.
def join(self, file_path, join_options):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str | |
| join_options | groupdocs.merger.domain.options.IJoinOptions |
join
Joins the documents into one single document.
def join(self, file_path, join_options):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str | |
| join_options | groupdocs.merger.domain.options.IPageJoinOptions |
See Also
- module
groupdocs.merger - class
IMerger