Save
Contents
[
Hide
]
PsDocument.Save method (1 of 2)
Saves PS/EPS file to a device.
public override void Save(Device device, SaveOptions options)
Parameter | Type | Description |
---|---|---|
device | Device | An output device. |
options | SaveOptions | Contains flags that specify output of errors thrown during conversion. |
See Also
- class Device
- class SaveOptions
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page
PsDocument.Save method (2 of 2)
Saves given PsDocument
as EPS file. This method is used only after updating XMP metadata. It saves initial EPS file with updated existing metadata or new one created while calling GetMetadata method. In the last case all necessary PostScript code and EPS comments are added.
public void Save(Stream epsStream)
Parameter | Type | Description |
---|---|---|
epsStream | Stream | Stream of output EPS file. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page