Page Editor Menu
The ComPDFKit Flutter SDK allows you to configure the bottom menu in Page Editing mode via CPDFConfiguration
.
dart
CPDFConfiguration(
globalConfig: const CPDFGlobalConfig(
pageEditor: CPDFPageEditorConfig(
menus: [
CPDFPageEditorMenus.insertPage,
CPDFPageEditorMenus.rotatePage,
CPDFPageEditorMenus.deletePage,
]
)
)
)
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
Example:
Android | iOS |
---|---|
![]() | ![]() |