| Package | Description |
|---|---|
| com.aspose.eps | |
| com.aspose.eps.device | |
| com.aspose.page | |
| com.aspose.xps | |
| com.aspose.xps.rendering |
| Modifier and Type | Method and Description |
|---|---|
void |
PsDocument.save(Device device,
SaveOptions options)
Saves PS/EPS file to a device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSaveOptions
This class contains options necessary for managing conversion process.
|
class |
PdfSaveOptions
This class contains options necessary for managing conversion process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageDevice.setSaveOptions(SaveOptions options)
Specifies options for managing rendering process.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Document.save(Device device,
SaveOptions options)
Saves this document to a device.
|
void |
Device.setSaveOptions(SaveOptions options)
Specifies options for managing rendering process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XpsDocument.save(Device device,
SaveOptions options)
Saves the document using the
Device instance. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageDevice.setSaveOptions(SaveOptions value)
Initializes save options.
|
void |
PdfDevice.setSaveOptions(SaveOptions value)
Initializes save options.
|
Copyright © 2021 Aspose. All Rights Reserved.