| 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 |
|---|---|
String |
PsDocument.extractText(SaveOptions options,
int startPage,
int endPage)
Extracts text from PS file.
|
void |
PsDocument.merge(String[] filesForMerge,
Device device,
SaveOptions options)
Deprecated.
As of release 24.3, replaced by mergeToPdf() method.
|
void |
PsDocument.mergeToPdf(OutputStream pdfStream,
String[] filesForMerge,
SaveOptions options)
Merges PS/EPS files to a device.
|
void |
PsDocument.mergeToPdf(String outPdfFilePath,
String[] filesForMerge,
SaveOptions options)
Merges PS/EPS files to a device.
|
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 |
ImageSaveOptions
This class contains options necessary for managing conversion process.
|
class |
PdfSaveOptions
This class contains options necessary for managing conversion process.
|
class |
PsSaveOptions
This class contains options necessary for managing conversion process.
|
| Modifier and Type | Method and Description |
|---|---|
SaveOptions |
Device.getSaveOptions()
Deprecated.
Returns save options.
|
| 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.
|
void |
Device.setSaveOptions(SaveOptions options)
Deprecated.
Specifies options for managing rendering process.
|
| 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.
|
| 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.
|
Copyright © 2025 Aspose. All Rights Reserved.