| Package | Description |
|---|---|
| com.aspose.eps |
The com.aspose.eps is a root package for all classes that deal with PS/EPS files.
|
| 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 |
|---|---|
static void |
PsDocument.saveImageAsEps(BufferedImage image,
OutputStream epsStream,
PsSaveOptions options)
Saves BufferedImage object to EPS file.
|
static void |
PsDocument.saveImageAsEps(BufferedImage image,
String epsFilePath,
PsSaveOptions options)
Saves BufferedImage object to EPS file.
|
static void |
PsDocument.saveImageAsEps(InputStream imageStream,
OutputStream epsStream,
PsSaveOptions options)
Saves PNG/JPEG/BMP/GIF image from input stream to EPS output stream.
|
static void |
PsDocument.saveImageAsEps(String imageFilePath,
String epsFilePath,
PsSaveOptions options)
Saves PNG/JPEG/BMP/GIF image from file to EPS file.
|
| Constructor and Description |
|---|
PsDocument(OutputStream psStream,
PsSaveOptions options)
Initializes empty
PsDocument with initialized page. |
PsDocument(OutputStream psStream,
PsSaveOptions options,
boolean multipaged)
Initializes empty
PsDocument. |
PsDocument(OutputStream psStream,
PsSaveOptions options,
int numberOfPages)
Initializes empty
PsDocument when the number of Postscript document pages is known in advance. |
PsDocument(String outPsFilePath,
PsSaveOptions options)
Initializes empty
PsDocument with initialized page. |
PsDocument(String outPsFilePath,
PsSaveOptions options,
boolean multipaged)
Initializes empty
PsDocument. |
PsDocument(String outPsFilePath,
PsSaveOptions options,
int numberOfPages)
Initializes empty
PsDocument when the number of Postscript document pages is known in advance. |
| Modifier and Type | Method and Description |
|---|---|
void |
XpsDocument.saveAsPs(OutputStream stream,
PsSaveOptions options)
Saves the document in PS format.
|
void |
XpsDocument.saveAsPs(String outPsFilePath,
PsSaveOptions options)
Saves the document in PostSscript format.
|
Copyright © 2025 Aspose. All Rights Reserved.