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):
    ...
ParameterTypeDescription
save_optionsFixedPageSaveOptions

See Also