| Package | Description |
|---|---|
| com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
| com.aspose.xps.rendering |
The com.aspose.xps.rendering package provides base classes for rendering XPS document to other formats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XpsDocument.saveAsImage(ImageSaveOptions options)
Saves the document to image file.The output directory and the file name will be the same as from input XPS file.
|
void |
XpsDocument.saveAsImage(ImageSaveOptions options,
String outDir,
String fileNameTemplate)
Saves the document to image file to the specified directory with the specified file name.
|
byte[][][] |
XpsDocument.saveAsImageBytes(ImageSaveOptions options)
Saves the document in a bitmap image format as bytes arrays.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BmpSaveOptions
Class for XPS-as-BMP saving options.
|
class |
JpegSaveOptions
Class for XPS-as-JPEG saving options.
|
class |
PngSaveOptions
Class for XPS-as-PNG saving options.
|
class |
TiffSaveOptions
Class for XPS-as-TIFF saving options.
|
Copyright © 2025 Aspose. All Rights Reserved.