save_as_ps method
save_as_ps
Saves the document in PS format.
def save_as_ps(self, stream, options):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The stream to write the output PS file to. |
options | aspose.page.eps.device.PsSaveOptions | Options for saving the document in PS format. |
See Also
- module
aspose.page.xps
- class
XpsDocument