Join
Leave feedback
On this page
Joins the documents into one single document.
public IMerger Join(Stream document)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Joined document. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when document is null. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Joins the documents into one single document.
public IMerger Join(Stream document, IJoinOptions joinOptions)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Joined document. |
| joinOptions | IJoinOptions | The join options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when document is null. |
| ArgumentNullException | Thrown when joinOptions is null. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- interface IJoinOptions
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Joins the documents into one single document.
public IMerger Join(Stream document, IPageJoinOptions joinOptions)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Joined document. |
| joinOptions | IPageJoinOptions | The join options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when document is null. |
| ArgumentNullException | Thrown when joinOptions is null. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- interface IPageJoinOptions
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Joins the documents into one single document.
public IMerger Join(Stream document, IImageJoinOptions joinOptions)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Joined document. |
| joinOptions | IImageJoinOptions | The image join options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when document is null. |
| ArgumentNullException | Thrown when joinOptions is null. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- interface IImageJoinOptions
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Joins the documents into one single document.
public IMerger Join(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path of the joined document. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when filePath is null or empty. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Joins the documents into one single document.
public IMerger Join(string filePath, IJoinOptions joinOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path of the joined document. |
| joinOptions | IJoinOptions | The join options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when filePath is null or empty. |
| ArgumentNullException | Thrown when joinOptions is null. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- interface IJoinOptions
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Joins the documents into one single document.
public IMerger Join(string filePath, IPageJoinOptions joinOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path of the joined document. |
| joinOptions | IPageJoinOptions | The join options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when filePath is null or empty. |
| ArgumentNullException | Thrown when joinOptions is null. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- interface IPageJoinOptions
- class Merger
- namespace GroupDocs.Merger
- assembly GroupDocs.Merger
Joins the documents into one single document.
public IMerger Join(string filePath, IImageJoinOptions joinOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path of the joined document. |
| joinOptions | IImageJoinOptions | The image join options. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when filePath is null or empty. |
| ArgumentNullException | Thrown when joinOptions is null. |
Learn more
- More about document merge scenarios and use cases: How to merge PDF, Word, Excel and PowerPoint documents in 3 steps
- interface IMerger
- interface IImageJoinOptions
- 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.