remove_pages method

On this page

remove_pages

Removes one or multiple pages depending on its start position, offset and count.

def remove_pages(self, origin, index, count):
    ...
Parameter Type Description
origin PageSeekOrigin Search origin position, the beginning or the end of the document.
index int Start position index (0-based).
count int Count of pages to remove.

Returns: Pages removal redaction result.

See Also

On this page