PsDocument.MergeToPdf

MergeToPdf(string, string[], SaveOptions)

Merges PS/EPS files to a device.

public void MergeToPdf(string outPdfFilePath, string[] filesForMerge, SaveOptions options)
ParameterTypeDescription
filesForMergeStringPS/EPS files for merging with this file to an output device.
outPdfFilePathString[]An output PDF file path.
optionsSaveOptionsContains flags that specify output of errors thrown during conversion.

See Also


MergeToPdf(Stream, string[], SaveOptions)

Merges PS/EPS files to a device.

public void MergeToPdf(Stream pdfStream, string[] filesForMerge, SaveOptions options)
ParameterTypeDescription
filesForMergeStreamPS/EPS files for merging with this file to an output device.
pdfStreamString[]An output PDF stream.
optionsSaveOptionsContains flags that specify output of errors thrown during conversion.

See Also