XpsDocument.SaveAsPdf
SaveAsPdf(string, PdfSaveOptions)
Saves the document in PDF format.
public void SaveAsPdf(string outPdfFilePath, PdfSaveOptions options)
Parameter | Type | Description |
---|---|---|
outPdfFilePath | String | An output PDF file path. |
options | PdfSaveOptions | Options for saving the document in PDF format. |
See Also
- class PdfSaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
SaveAsPdf(Stream, PdfSaveOptions)
Saves the document in PDF format.
public void SaveAsPdf(Stream stream, PdfSaveOptions options)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream to write the output PDF file to. |
options | PdfSaveOptions | Options for saving the document in PDF format. |
See Also
- class PdfSaveOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page