Merge
Contents
[
Hide
]
XpsDocument.Merge method (1 of 2)
Merging XPS documents to PDF using the Device
instance.
public void Merge(string[] filesForMerge, Device device, SaveOptions options)
Parameter | Type | Description |
---|---|---|
filesForMerge | String[] | XPS files for merging with this document to an output device. |
device | Device | The Device instance. |
options | SaveOptions | Document saving options. |
See Also
- class Device
- class SaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
XpsDocument.Merge method (2 of 2)
Merging several XPS files to one XPS document.
public void Merge(string[] filesForMerge, Stream outStream)
Parameter | Type | Description |
---|---|---|
filesForMerge | String[] | XPS files for merging with this document. |
stream | Stream | The output stream where to save merged XPS documents. |
See Also
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page