to_pages method
to_pages(save_options)
Saves each page of the document loaded by IDocumentProcessorPlugin.load() method using the specified fixed page save options.
def to_pages(self, save_options: aspose.words.saving.FixedPageSaveOptions):
...
Parameter | Type | Description |
---|---|---|
save_options | FixedPageSaveOptions |
See Also
- module aspose.words
- class IDocumentProcessorPlugin