PsDocument.MergeToPdf
Contents
[
Hide
]MergeToPdf(string, string[], SaveOptions)
Merges PS/EPS files to a device.
public void MergeToPdf(string outPdfFilePath, string[] filesForMerge, SaveOptions options)
Parameter | Type | Description |
---|---|---|
filesForMerge | String | PS/EPS files for merging with this file to an output device. |
outPdfFilePath | String[] | An output PDF file path. |
options | SaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- class SaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
MergeToPdf(Stream, string[], SaveOptions)
Merges PS/EPS files to a device.
public void MergeToPdf(Stream pdfStream, string[] filesForMerge, SaveOptions options)
Parameter | Type | Description |
---|---|---|
filesForMerge | Stream | PS/EPS files for merging with this file to an output device. |
pdfStream | String[] | An output PDF stream. |
options | SaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- class SaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page