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