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.merge(String[] filesForMerge,
Device device,
SaveOptions options)
Merges PS/EPS files to a device.
|
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.merge(String[] filesForMerge,
Device device,
SaveOptions options)
Merging XPS documents using the
Device instance. |
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 © 2022 Aspose. All Rights Reserved.