| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsDocument.merge(String[] filesForMerge,
Device device,
SaveOptions options)
Deprecated.
As of release 24.3, replaced by mergeToPdf() method.
|
void |
PsDocument.save(Device device,
SaveOptions options)
Deprecated.
As of release 24.3, replaced by saveAsPdf() and saveAsImage(). In 24.6 this method will be hidden.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextDevice |
| Modifier and Type | Method and Description |
|---|---|
Device |
TextDevice.create() |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.create()
Deprecated.
Creates a copy of this device.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Document.save(Device device,
SaveOptions options)
Deprecated.
As of release 24.3, replaced by saveAsPdf() and saveAsImage() methods in subclasses. In 24.6 this method will be hidden.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XpsDocument.save(Device device,
SaveOptions options)
Deprecated.
As of release 24.3, replaced by saveAsPdf(), saveAsImage() and saveAsPs() methods. In 24.6 this method will be hidden.
|
Copyright © 2025 Aspose. All Rights Reserved.