Skip to content

modern-pdf-lib


modern-pdf-lib / reversePages

Function: reversePages()

reversePages(doc): void

Defined in: src/core/pageManipulation.ts:346

Reverse the page order of the entire document.

Parameters

doc

PdfDocument

The PdfDocument to modify.

Returns

void

Released under the MIT License.