| Package | Description |
|---|---|
| com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XpsDocument.mergeToPdf(String[] filesForMerge,
OutputStream pdfStream,
PdfSaveOptions options)
Merging XPS documents to PDF using the
Device instance. |
void |
XpsDocument.mergeToPdf(String outPdfFilePath,
String[] filesForMerge,
PdfSaveOptions options)
Merging XPS documents to PDF using the
Device instance. |
void |
XpsDocument.saveAsPdf(OutputStream stream,
PdfSaveOptions options)
Saves the document in PDF format.
|
void |
XpsDocument.saveAsPdf(String outPdfFilePath,
PdfSaveOptions options)
Saves the document in PDF format.
|
Copyright © 2025 Aspose. All Rights Reserved.