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'
]
}
}
})
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Example Result:
Android | iOS |
---|---|
![]() | ![]() |