resizePage

open fun resizePage(@IntRange(from = 0) pageIndex: Int, @NonNull pageSize: Size): PdfProcessorTask

Re-sizes the selected page to pageSize. The content of the page will be resized with kept aspect ratio. NOTE: This call requires document editing feature in your license.

Return

Processor task describing the page processing progress.

Parameters

pageIndex

0-indexed page index of the page to be rotated.

pageSize

Size of the scaled page.