Skip to content

Page Editor Menu

The ComPDFKit React Native SDK allows configuring the available menu options in the Page Editor interface via CPDFConfiguration.

tsx
ComPDFKit.getDefaultConfig({
  global: {
    pageEditor: {
      menus: [
        'insertPage',
        'rotatePage',
        'deletePage'
      ]
    }
  }
})

Example Result:

AndroidiOS
guides_rn_3.8.9_1guides_rn_3.8.9_2