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 |
ImageDevice
This class encapsulates rendering of document to image.
|
class |
PdfDevice
This class encapsulates rendering of document to PDF.
|
Modifier and Type | Method and Description |
---|---|
Device |
ImageDevice.create()
Creates a copy of this device.
|
Device |
PdfDevice.create()
Creates a copy of this device.
|
Modifier and Type | Method and Description |
---|---|
Device |
Device.create()
Creates a copy of this device.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Document.save(Device device,
SaveOptions options)
Saves this document to a device.
|
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 |
DeviceXps
Intermediate device class containing internal convenience members.
|
Modifier and Type | Method and Description |
---|---|
Device |
ImageDevice.create()
Creates a new instance of the device based on this device instance.
|
Device |
PdfDevice.create()
Creates a new instance of the device based on this device instance.
|
Copyright © 2019 Aspose. All Rights Reserved.