save_as_ps method

save_as_ps

Saves the document in PS format.

def save_as_ps(self, stream, options):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream to write the output PS file to.
optionsaspose.page.eps.device.PsSaveOptionsOptions for saving the document in PS format.

See Also