Package | Description |
---|---|
com.aspose.eps |
The com.aspose.eps is a root package for all classes that deal with PS/EPS files.
|
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.
|
Copyright © 2022 Aspose. All Rights Reserved.