addPages

abstract fun addPages(documentUuid: String, images: List<ImageRef>, options: AddPageOptions? = null): Result<DocumentData>

Adds new pages from the provided images to the document with the specified Uuid.

Return

The result containing the updated document data.

Parameters

documentUuid

The UUID of the document.

images

The list of images to add as pages.

options

Optional options for adding pages.