| Package | Description |
|---|---|
| com.aspose.eps |
The com.aspose.eps is a root package for all classes that deal with PS/EPS files.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsDocument.resizeEps(OutputStream epsStream,
DimensionF newSizeInUnits,
Units units)
Resizes given
PsDocument as EPS file. |
void |
PsDocument.resizeEps(String outEpsFilePath,
DimensionF newSizeInUnits,
Units units)
Resizes given
PsDocument as EPS file. |
| Modifier and Type | Method and Description |
|---|---|
static Units |
Units.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Units[] |
Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 Aspose. All Rights Reserved.