Package | Description |
---|---|
com.aspose.eps |
The com.aspose.eps is a root package for all classes that deal with PS/EPS files.
|
com.aspose.eps.device |
The com.aspose.eps.device package provides classes of possible devices and save options that can be used while converting PS/EPS to other formats.
|
com.aspose.page |
The Aspose.Page is a root package for all classes of Aspose.Page library which are either directly in it like Device or indirectly through several subpackages.
|
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 |
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 |
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.merge(String[] filesForMerge,
Device device,
SaveOptions options)
Merging XPS documents to PDF 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 |
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 © 2022 Aspose. All Rights Reserved.