Nutrient Web SDK

ReferenceDocumentOperationsKeepPagesOperation

Interface KeepPagesOperation

Removes all pages from the document except for the pages specified in the pageIndexes array.

Interface

Example

instance.applyOperations([{
type: "keepPages",
pageIndexes: [1, 2]
}]);

Properties

number[]
"keepPages"